Simple static site generator.
- Landing page
- About page
- Archive page
- Markdown posts
pip install -r requirements.txt
pip install virtualenv python3 -m venv venv source venv/bin/activate
python3 gen.py
- --full -> regenerate everything
- --dev -> use dev url
in _public run: python3 -m http.server