This is a Django management command to add support for exporting Mezzanine's blog posts to Jekyll post files.
-
Install the package in your virtualenv:
$ pip install mezzanine2jekyll
-
Add
mezzanine2jekyll
to yourINSTALLED_APPS
:INSTALLED_APPS = ( ... "mezzanine2jekyll", )
-
Use the new management command to export:
$ python manage.py mezzanine2jekyll -h Usage: manage.py mezzanine2jekyll [options] Export Mezzanine blog posts as Jekyll files