Django management command to add support for exporting Mezzanine's blog posts to Jekyll post files
Project description
This is a Django management command to add support for exporting Mezzanine’s blog posts to Jekyll post files.
Usage
Install the package in your virtualenv:
$ pip install mezzanine2jekyll
Add mezzanine2jekyll to your INSTALLED_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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file mezzanine2jekyll-1.0.0.tar.gz.
File metadata
- Download URL: mezzanine2jekyll-1.0.0.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1798df0dea0fd16ea55da4edaf0af51613a1e3739064850c9ddf556b45f42d84
|
|
| MD5 |
9c87f7bf7205f64f2df5f667465fb5fb
|
|
| BLAKE2b-256 |
089a857ab73bb82f97804ecdfa5b3fd2ce249ca846f379970fc834f17a5da7a0
|