library blog-engine
Simple static-file blog engine
nodepub/blog-engine
Simple static-file blog engine
- Friday, May 23, 2014
- by gruner
- Repository
- 2 Watchers
- 4 Stars
- 7 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 1 Open issues
- 1 Versions
- 0 % Grown
NodePub Blog Engine
A simple PHP blog engine in the style of static blog frameworks like Jekyll. It parses a directory for post files with embedded yaml metadata and renders the body with Markdown (or other configurable content filters)., (*1)
It was made for integrating into Silex and Symfony applications and relies on the caching mechanism of the application, rather than generating all post pages at once, although I hope to add this functionality soon., (*2)
It is also integrated into NodePub CMS, which includes an admin backend for managing posts., (*3)