Switch to Jinja renderers #43
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The forgejo workflows use custom scripts from q02/pool-publication-page to create Markdown sources for person, project, and publication pages:
This scripts perform page-specific transformation of received pool metadata and assemble the yaml header and markdown body. For what is done exactly, see functions / docstrings in each script.
The orinoco tooling instead feeds the processed pool metadata into Jinja templates using
render-recordsfrom query-things. The idea is that data transformations are generic, and only the templates are specific. Convergence is desirable. Resolving requires figuring out if any transformations done in Python code here are really specific, and translating them to Jinja templating.