apas / athena

Minimalist static blog generator written in Python

Home Page:https://apas.github.io/athena/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

athena

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.

Quick install and run

To install athena:

  1. git clone https://github.com/apas/athena.git
  2. python3 install.py

To run athena:

  1. source env/bin/activate
  2. python athena.py

athena will start a Flask server at 127.0.0.1:5000.

To build static HTML:

  1. python athena.py build

athena will create a new build/ directory (it's automatically ignored by git.)

Documentation

You can browse the full athena documentation and read about its philosophy in the repository's wiki.

License

MIT

About

Minimalist static blog generator written in Python

https://apas.github.io/athena/


Languages

Language:CSS 51.9%Language:Python 22.4%Language:HTML 16.4%Language:JavaScript 7.7%Language:TeX 1.6%