miguelibero / meinhof
This package is abandoned and no longer maintained.
No replacement package was suggested.
A static blog generating tool
v1.0-alpha1
2012-08-09 18:00 UTC
Requires
- php: >=5.3.2
- symfony/config: 2.1.*
- symfony/console: 2.1.*
- symfony/dependency-injection: 2.1.*
- symfony/event-dispatcher: 2.1.*
- symfony/finder: 2.1.*
- symfony/process: 2.1.*
- symfony/templating: 2.1.*
Requires (Dev)
- dflydev/markdown: 1.0.*
- kriswallsmith/assetic: 1.1.*
- symfony/translation: 2.1.*
- symfony/yaml: 2.1.*
- twig/twig: 1.8.*
This package is not auto-updated.
Last update: 2024-08-03 11:10:14 UTC
README
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