yozuch icon indicating copy to clipboard operation
yozuch copied to clipboard

reStructuredText based static blog generator

Yozuch

.. image:: https://travis-ci.org/akrylysov/yozuch.svg?branch=master :target: https://travis-ci.org/akrylysov/yozuch

Yozuch is a reStructuredText based static blog generator written in Python 3.

Documentation is available at http://yozuch.krylysov.com/.

Quick start

.. code-block:: bash

pip3 install yozuch
yozuch init myblog
cd myblog
yozuch serve

Open http://127.0.0.1:8000/ in a browser to preview your blog.