www-from-model/config/_default/taxonomies.toml
Michael Hanke 519788f750
All checks were successful
Deploy on webserver / Build site and deploy on success (push) Successful in 1m6s
feat: render project outputs and establish instruments taxonomy
The project page workflow is now also injecting a `generated` property,
filled with any `Thing` that is annotated to have been `generated_by`
that project.

Within the project page Jinja template the taxonomy linkage had been
factored out into a macro. This makes everything more readable. This
macro is likely to be factored out even further to also be usable for
other templates.
2026-02-28 17:36:29 +01:00

8 lines
225 B
TOML

tag = "tags"
# person related to the subject of a page
person = "persons"
# projects related to the subject of a page
project = "projects"
# topics related to the subject of a page
topic = "topics"
instrument = "instruments"