alpipego / ghcp
Create and update custom posts in WordPress from GitHub markdown files
Installs: 67
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 2
Type:wordpress-plugin
Requires
- firebase/php-jwt: ^5.0
- michelf/php-markdown: ^1.8
This package is auto-updated.
Last update: 2024-11-11 01:53:44 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