A simple website.
Go to file
gurkenhabicht 97eaec4dee static and dynamic site are working again, dockerfile is working as well 2025-12-23 02:26:21 +01:00
blog directory writeup 2025-07-21 00:12:46 +02:00
build added patch and dockerfile 2025-12-23 00:44:08 +01:00
scripts changed to package 2025-12-23 01:42:46 +01:00
static added patch and dockerfile 2025-12-23 00:44:08 +01:00
templates directory writeup 2025-07-21 00:12:46 +02:00
.gitignore directory writeup 2025-07-21 00:12:46 +02:00
.python-version directory writeup 2025-07-21 00:12:46 +02:00
Dockerfile static and dynamic site are working again, dockerfile is working as well 2025-12-23 02:26:21 +01:00
README.md new article 2023-10-11 21:41:05 +02:00
freezer.py cleanup 2025-12-23 02:17:36 +01:00
pyproject.toml cleanup 2025-12-23 02:17:36 +01:00
settings.toml change for markdown support Part I 2023-07-08 17:00:40 +02:00
start.sh static and dynamic site are working again, dockerfile is working as well 2025-12-23 02:26:21 +01:00
start_site.py cleanup 2025-12-23 02:17:36 +01: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.