Skip to content

sjkingo/mezzanine2jekyll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mezzanine2jekyll

This is a Django management command to add support for exporting Mezzanine's blog posts to Jekyll post files.

Usage

  1. Install the package in your virtualenv:

    $ pip install mezzanine2jekyll
    
  2. Add mezzanine2jekyll to your INSTALLED_APPS:

    INSTALLED_APPS = (
        ...
        "mezzanine2jekyll",
    )
  3. Use the new management command to export:

    $ python manage.py mezzanine2jekyll -h
    Usage: manage.py mezzanine2jekyll [options] 
    
    Export Mezzanine blog posts as Jekyll files
    

About

Django management command to add support for exporting Mezzanine's blog posts to Jekyll post files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages