Commit graph

9 commits

Author SHA1 Message Date
419f2b881b implement raw assets
this allows adding files to the output as they are
2024-11-13 15:47:12 +01:00
00e3cfcb52 make page templates granularly overridable 2024-11-13 15:47:12 +01:00
f71bc89921 move things to more appropriate places 2024-11-13 15:47:12 +01:00
4aeb9579d6 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 15:47:12 +01:00
5bef87be1f render content via structured DOM representation 2024-11-13 15:47:12 +01:00
e2691f8469 let navigation have its own template 2024-11-13 15:47:12 +01:00
7efd5b8317 allow prefixing output paths of collection items 2024-11-13 15:47:12 +01:00
ad8b758cee implement navigation 2024-11-13 15:47:12 +01:00
3a36a6cf29 split out template library 2024-11-13 15:47:12 +01:00