An open API service indexing awesome lists of open source software.

https://github.com/akrylysov/yozuch

reStructuredText based static blog generator
https://github.com/akrylysov/yozuch

blog-engine python restructuredtext

Last synced: over 1 year ago
JSON representation

reStructuredText based static blog generator

Awesome Lists containing this project

README

          

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.