athena is an elegant, minimalist, simple static blog generator written in Python. It is based on Flask, Pandoc, and Tufte CSS.
You can browse the live demo here.
To install athena:
git clone https://github.com/apas/athena.git
python3 install.py
To run athena:
source env/bin/activate
python athena.py
athena will start a Flask server at 127.0.0.1:5000
.
To build static HTML:
python athena.py build
athena will create a new build/
directory (it's automatically ignored by git.)
You can browse the full athena documentation and read about its philosophy in the repository's wiki.
MIT