omicron bfa965f399 Refactor and split up Content code, introduce overarching Output class
In order to handle static files in the content generation pipeline while
still being able to easily validate that no output overwrites any other
output without adding special cases we introduce a level above Content
that contains all Output.

The idea is that all output files derive from Output so that they can be
checked against the by_uri map. All files will then follow the discover
-> write loop.
2026-08-12 11:23:45 +02:00
2026-07-27 00:11:50 +02:00
2026-07-27 00:11:50 +02:00
S
Description
static site generator written in python
142 KiB
Languages
Python 91%
HTML 7.3%
Makefile 1.1%
CSS 0.6%