This commit is contained in:
Paul B. Hartzog
2026-09-09 13:09:19 -04:00
commit a4f43d526f
8 changed files with 518 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
name = "{{NAME}}"
main = "worker.js"
compatibility_date = "2025-06-01"
[vars]
TITLE = "{{TITLE}}"
[build]
command = "node ../engine/gen.mjs --src content --target _manifest.js"
watch_dir = "content"
[[rules]]
type = "Text"
globs = ["**/*.html", "**/*.md"]