Generate html Files Through Build Scripts
authorGeorgios Atheridis <georgios@atheridis.org>
Sun, 12 Feb 2023 22:20:23 +0000 (22:20 +0000)
committerGeorgios Atheridis <georgios@atheridis.org>
Sun, 12 Feb 2023 22:20:23 +0000 (22:20 +0000)
commitb19e07c9b3e5af9dc7cafb6bce18da87196a9dc7
tree7fbd1bf506278a3b5637fef0e7dd55f59d0dfdb8
parent4f93b4194656c5485f6751bfbaf2ab0c71e6089c
Generate html Files Through Build Scripts

Users can now create build scripts in python that will allow them to
generate html files dynamically--based on other data.

This is useful for cases where one has a blog with posts being tagged,
it is now possible to create an html file for each tag and group all
posts within that tag's page.
README
TODO
data.toml
pages/final.md [new file with mode: 0644]
pages/index.html [deleted file]
pages/index.md [new file with mode: 0644]
pages/posts/_build.py [new file with mode: 0644]
requirements.txt [new file with mode: 0644]
sigma
templates/scripts/build_nav.py
templates/scripts/build_posts.py