Commit graph

10 commits

Author SHA1 Message Date
Valentin Gagarin 3224f66eb4 add stylesheet with fonts 2024-11-13 13:44:47 +01:00
Valentin Gagarin 256dec05c4 implement raw assets
this allows adding files to the output as they are
2024-11-13 13:44:47 +01:00
Valentin Gagarin 0614c7c9c7 make page templates granularly overridable 2024-11-13 13:44:47 +01:00
Valentin Gagarin 2dcc531374 move things to more appropriate places 2024-11-13 13:44:47 +01:00
Valentin Gagarin 9555548c18 separate DOM mapping and generic templating
the templates collection will soon only be there for reusable snippets,
while the HTML representation of document types will be attached to
those types directly.
2024-11-13 13:44:47 +01:00
Valentin Gagarin b959db0ae9 render content via structured DOM representation 2024-11-13 13:44:47 +01:00
Valentin Gagarin 5dfaae73bf let navigation have its own template 2024-11-13 13:44:47 +01:00
Valentin Gagarin cbfd4830cc allow prefixing output paths of collection items 2024-11-13 13:44:47 +01:00
Valentin Gagarin 61e32446dd implement navigation 2024-11-13 13:44:47 +01:00
Valentin Gagarin e0d4d2c15a split out template library 2024-11-13 13:44:47 +01:00