Yozuch is a reStructuredText based static blog generator written in Python 3.
Documentation is available at http://yozuch.krylysov.com/.
pip3 install yozuch
yozuch init myblog
cd myblog
yozuch serve
Open http://127.0.0.1:8000/
in a browser to preview your blog.