Yet another Markdown CMS thing
Šparga is a Python script that generates HTML files from Markdown files using predefined HTML template and CSS theme.
Šparga allows easy website making, where user is focused on content filling and Šparga does the rest. You receive ready to upload directory with HTML, CSS files and anything else you ended up putting alongside.
pip install -r requirements.txt
python sparga.py
Right after downloading, running the script should generate sample page in output
folder that will tell you what to do next.
See docs/configuration.md
for config file's options.
Custom themes are supported and very much welcome. Feel free to contribute your themes to mailing list, some of them may end up in one of the releases.