Enhance heck processor so we can override stuff. Allow process chain to be overridden by metadata.

This commit is contained in:
2026-09-01 12:41:25 -07:00
parent 690f110bc5
commit beb5255a90
7 changed files with 194 additions and 36 deletions
+3
View File
@@ -28,4 +28,7 @@
* Provide a database-like interface to the global metadata tree, so that metameta page templates could query the database to assemble indexes and whatnot without looping over the actual files.
* add a version requirement system to projects so if we start breaking things we can use versioning
* add a flag to __main__ to ignore errors even at the end
* add a flag to __main__ to exit on first error rather than waiting til the end.