Commit graph

12 commits

Author SHA1 Message Date
Valentin Gagarin 5179283b83 add mobile style 2024-11-13 15:47:12 +01:00
Valentin Gagarin 3b002a5d2d add a desktop stylesheet
it also features a dark mode
2024-11-13 15:47:12 +01:00
Valentin Gagarin 27a7ba84bd add stylesheet with fonts 2024-11-13 15:47:12 +01:00
Valentin Gagarin 419f2b881b implement raw assets
this allows adding files to the output as they are
2024-11-13 15:47:12 +01:00
Valentin Gagarin 00e3cfcb52 make page templates granularly overridable 2024-11-13 15:47:12 +01:00
Valentin Gagarin f71bc89921 move things to more appropriate places 2024-11-13 15:47:12 +01:00
Valentin Gagarin 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
Valentin Gagarin 5bef87be1f render content via structured DOM representation 2024-11-13 15:47:12 +01:00
Valentin Gagarin e2691f8469 let navigation have its own template 2024-11-13 15:47:12 +01:00
Valentin Gagarin 7efd5b8317 allow prefixing output paths of collection items 2024-11-13 15:47:12 +01:00
Valentin Gagarin ad8b758cee implement navigation 2024-11-13 15:47:12 +01:00
Valentin Gagarin 3a36a6cf29 split out template library 2024-11-13 15:47:12 +01:00