The place I dump all my school summaries.
It uses binder.py, a custom simple ssg that deals with the build output, templating and feeds.
pip install -r requirements.txt
bake serve # dev server
bake build # static siteThe
bakecommand is just a simple alternative tomake. To use it, installbakein yourPATH.
Or just run the Python commands directly:python binder.py serveorpython binder.py build.
Thanks to Robin for the original inspiration for this whole site, so do also check out his school site (or even his university site :D)