Map a Git repository to your Wordpress blog
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Wesley Kerfoot e86ef6a7a2 Create README.md 7 years ago
README.md Create README.md 7 years ago
api.rkt Make sure to keep previous tags 9 years ago
categorize.rkt simplify getting the list of posts 9 years ago
commit.rkt Ability to get commit message in post-commit hook 9 years ago
post-commit.rkt This implements partial support for tags 9 years ago
tagadd.rkt Ability to add and clear tags through environment variables 9 years ago
tagadd.sh Ability to add and clear tags through environment variables 9 years ago
tagclear.sh Ability to add and clear tags through environment variables 9 years ago

README.md

Gitblog

Map a Git repository to your Wordpress blog

This is an experimental project that allows you to organize wordpress posts as text files, where the directory structure maps on to categories, and post tags are stored as environment variables. Committing updates the post using the Wordpress XML-RPC API.