nodepub / blog-engine
Simple static-file blog engine
dev-master
2014-05-23 21:21 UTC
Requires
- php: >=5.4
- dflydev/markdown: 1.0.*
- doctrine/common: >= 2.3.0, < 2.4.0-beta
- nodepub/common: dev-master
- symfony/config: ~2.3
- symfony/event-dispatcher: ~2.3
- symfony/finder: ~2.3
- symfony/yaml: ~2.3
This package is not auto-updated.
Last update: 2024-11-18 16:32:12 UTC
README
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).
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.
It is also integrated into NodePub CMS, which includes an admin backend for managing posts.