Python static site generator
- Jinja
- Custom params
- Custom indexes (tag, category, etc)
- Custom page structure
- Useful Jinja filters: thumbnails
- With pip
pip install tagy
- With EasyInstall
easy_install tagy
- From source
git clone https://github.com/melnikov-ivan/tagy.git
cd tagy
python setup.py install
cd tests/
python -m unittest tagy_test