baseURL = 'https://asw.trentuna.com/' languageCode = 'en' title = 'ASW — Agentic Semantic Web' [params] description = "Agentic Semantic Web — semantic HTML, data-* attributes, and CSS-only styling for the agentic era." [taxonomies] tag = "tags" # ── Navigation menus ────────────────────────────────────────────────── [[menus.main]] name = "Home" url = "/" weight = 1 [[menus.main]] name = "Docs" url = "/docs/" weight = 2 [[menus.main]] name = "Notes" url = "/notes/" weight = 3 [[menus.main]] name = "Essays" url = "/essays/" weight = 4 [[menus.main]] name = "Articles" url = "/articles/" weight = 5 [[menus.main]] name = "Tags" url = "/tags/" weight = 6 # ── Docs sidebar ───────────────────────────────────────────────────── # Auto-generated from content/docs/ subdirectories. # Each subdir with _index.md becomes an h3 section header. # Pages within are listed by weight. No manual menu entries needed. # To add a new section: mkdir content/docs/newsection/ + _index.md # To add a new page: create .md in the right subdir with weight. # ── Markup settings ─────────────────────────────────────────────────── [markup.goldmark.renderer] unsafe = true # allow inline HTML in markdown (,