Super simple Jinja2 based staticsite generator.


Install
pip install staticsite==0.1.6

Documentation

StaticSite

  • Documentation
  • See examples folder for ways to do common things.
  • Usage
    1. Create a folder called src.
    2. Put your Jinja templates there.
    3. Run python -m staticsite build --src src --target www
    4. Static site has been built and provided in www folder.
    5. Create a staticsite.yaml file to specify variables and plugins.