nodepub/blog-engine

Simple static-file blog engine

dev-master 2014-05-23 21:21 UTC

This package is not auto-updated.

Last update: 2024-04-08 13:52:47 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.