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
- Host: GitHub
- URL: https://github.com/akrylysov/yozuch
- Owner: akrylysov
- License: bsd-3-clause
- Created: 2014-04-24T12:52:13.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-11-10T20:42:23.000Z (over 1 year ago)
- Last Synced: 2025-02-27T05:55:55.331Z (over 1 year ago)
- Topics: blog-engine, python, restructuredtext
- Language: Python
- Homepage: http://yozuch.krylysov.com/
- Size: 102 KB
- Stars: 30
- Watchers: 7
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- License: LICENSE
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.