Warning: makeblog is no longer maintained, don't expect it is working at all!
A very simple solution for static Blogs without PHP,MySQL and other dynamic not required stuff. Mostly inspired by /dev/null
- Python >= 3.6
- Jinja 2 >= 2.10
- Pygments
- PyTZ
pipenv install
Enable the makeblog pipenv in the current shell:
pipenv shell
Now switch to your blog's root directory or an empty directory for a new blog, and lets the magic begin…
Create a new Blog:
makeblogctl -i
Create your first article:
makeblogctl -t "Your new article"
Build the whole Blog:
makeblogctl -b
Start the Test Server:
makeblogctl -s