Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (12 loc) · 555 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 555 Bytes

Durak

Durak (дурак – fool) is a static site generator with its own templating system, that makes automatization of burdensome tasks, such as updating article listings on a blog, easy. An example blog can be found in the examples/blog directory. To see the HTML generated from the example sources, run durak examples/blog examples/blog_output and open examples/blog_output/index.html in a web browser.

Installation

python3 -m pip install durak

Documentation

See the docs/README.md file.