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 change for markdown support Part I 2023-07-08 17:00:40 +02:00
settings.toml change for markdown support Part I 2023-07-08 17:00:40 +02:00
start.sh added poetry support 2023-06-20 21:46:38 +02:00
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.