A simple website.
Go to file
gurkenhabicht 38b0ff2fb5 new article 2023-10-11 21:41:05 +02:00
blog new article 2023-10-11 21:41:05 +02:00
build new article 2023-10-11 21:41:05 +02:00
static new article 2023-10-11 21:41:05 +02:00
templates new article 2023-10-11 21:41:05 +02:00
.gitignore implemented markdown support 2023-07-15 23:53:43 +02:00
README.md new article 2023-10-11 21:41:05 +02:00
freezer.py implemented markdown support 2023-07-15 23:53:43 +02:00
pyproject.toml
settings.toml
start.sh
start_site.py Further markdown implementation 2023-07-12 00:08:49 +02:00
style.toml implemented markdown support 2023-07-15 23:53:43 +02:00

README.md

A static site generator for blogs

Create a directory in blog/ and write markdown in an index.md file.

To run the site dynamically use start.sh. to generate a static build use freezer.py.