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