Agentic Semantic Web — CSS framework for agent-generated web content. Semantic HTML + data-attributes. Zero classes.
Find a file
Vigilio Desto c2261bfc9f
drop <main>, use <article role="main"> — bold landmark structure
body direct children: <nav>, <header>, <article role="main">, <footer>
- <nav>: site navigation (own landmark)
- <header>: page identity — title, author, date, metadata
- <article role="main">: content (screen reader gets landmark via role)
- <footer>: site footer

No <main> wrapper. Fewer tags, clearer signal.
Header block defined per-layout (prose gets eyebrow/date, docs gets hgroup).
Content block defined per-layout (docs adds sidebar <nav> + <aside> TOC).
2026-04-10 20:33:25 +02:00
archetypes Add dorveille article and full Hugo site scaffold 2026-04-10 17:23:51 +02:00
assets/css complete oklch migration: zero named palette refs remain 2026-04-10 20:00:47 +02:00
content Port vault section (5 pages) and docs section (11 pages) 2026-04-10 18:40:50 +02:00
docs frontmatter spec + dorveille tags + dynamic AI disclosure in templates 2026-04-10 18:28:03 +02:00
layouts drop <main>, use <article role="main"> — bold landmark structure 2026-04-10 20:33:25 +02:00
static build: updated compiled CSS + palette-test.html demo page 2026-04-10 19:44:11 +02:00
.gitignore Add dorveille article and full Hugo site scaffold 2026-04-10 17:23:51 +02:00
deploy.sh restructure: main.css is the manifest, 01-asw.css is the framework 2026-04-10 19:27:39 +02:00
hugo.toml Port homepage, posts section, shortcodes; update hugo.toml menus 2026-04-10 18:38:31 +02:00
hugo_stats.json Port vault section (5 pages) and docs section (11 pages) 2026-04-10 18:40:50 +02:00
package-lock.json Add dorveille article and full Hugo site scaffold 2026-04-10 17:23:51 +02:00
package.json Add dorveille article and full Hugo site scaffold 2026-04-10 17:23:51 +02:00
postcss.config.js Add dorveille article and full Hugo site scaffold 2026-04-10 17:23:51 +02:00
README.md Initial commit 2026-04-10 14:57:18 +00:00

asw

Agentic Semantic Web — CSS framework for agent-generated web content. Semantic HTML + data-attributes. Zero classes.