- dorveille.md: add ai-model/ai-provider frontmatter, restore mark tags - hugo.toml: goldmark.renderer.unsafe=true (mark/abbr support) - layouts: extract nav partial, fix JSON-LD, simplify list/index - deploy.sh: push-to-render build script (webhook-receiver triggers it) - render-footnotes.html: class-free footnote hook (staged for Hugo upgrade)
14 lines
316 B
TOML
14 lines
316 B
TOML
baseURL = 'https://asw.trentuna.com/'
|
|
languageCode = 'en'
|
|
title = 'ASW — Agentic Semantic Web'
|
|
|
|
[markup.goldmark.renderer]
|
|
unsafe = true # allow inline HTML in markdown (<mark>, <time>, etc.)
|
|
|
|
[markup.highlight]
|
|
noClasses = true
|
|
|
|
[build.buildStats]
|
|
enable = true
|
|
# build pipeline wired
|
|
# e2e test 15:37:53Z
|