miguelibero/meinhof

A static blog generating tool

v1.0-alpha1 2012-08-09 18:00 UTC

This package is not auto-updated.

Last update: 2024-04-27 10:03:07 UTC


README

Build Status

Meinhof is a minimal static html site generator, much like jekyll.

The difference is that it is written in PHP 5.3 using symfony components.

I'm trying to maintain jekyll format conventions where it makes sense.

It's currently still a work in progress.

Working

  • twig templates
  • markdown post contents
  • assetic assets
  • yaml front matter (like in jekyl)
  • Dependency injection and composer autoload from site config directory
  • pages
  • categories

TODO

  • Add tests
  • Add post archive support (pagination, calendar, etc...)
  • Add documentation

Installation

This is only a library, to setup your site please see meinhof-standard.

Thanks

  • Fabien Potencier for creating symfony
  • Nils Adermann and Jordi Boggiano for creating composer and the packagist repo
  • Rasmus Lerdorf for creating php