alpipego/ghcp

Create and update custom posts in WordPress from GitHub markdown files

Maintainers

Details

github.com/alpipego/ghcp

Source

Issues

Installs: 66

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 2

Type:wordpress-plugin

0.3.0 2018-05-31 13:49 UTC

This package is auto-updated.

Last update: 2024-04-11 00:35:06 UTC


README

Contributors: alpipego
Tags: github, markdown
Requires at least: 4.5
Tested up to: 4.9
Stable tag: 0.1.1
License: MIT
License URI: https://opensource.org/licenses/MIT
Requires PHP: 7.1

Create and update custom posts in WordPress from GitHub markdown files

Description

Connect a GitHub repository to your WordPress site. Whenever a change occurs in your markdown files, get the contents of the file and either update or create a new custom post in WordPress with the GitHub rendered markdown file.

Installation

Install via composer.

Connect GitHub App to repository, set up webhook etc. etc.

Frequently Asked Questions

Screenshots

Changelog

Todos

  • Handle github API errors (just being discarded atm)
  • Handle deletion of file in github
  • Handle renaming of file in github

Down the road:

  • Allow multiple repos to connect