feat: legacy import — packs, examples, lab, themes, docs, lineage

Import from agentic-semantic-web/ into restructured repo:
- 7 packs (apache, caddy, flask, hugo, nginx, pandoc, python)
- shared error pages (403-503)
- 17 lab experiments (boilerplate, charts, misc)
- 31 example pages (charts, components, content, layout, vault)
- 2 themes (garden, trentuna stub)
- 4 docs (llms.txt, vocabulary, philosophy, agent-directive)
- lineage.md (Pico/Open Props/Charts.css history)
- Hugo mounts for lab/ and examples/

All agentic.css references updated to asw.css.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ludo 2026-04-11 16:57:39 +02:00
parent e9895cf90d
commit 86464f3e21
Signed by: ludo
GPG key ID: F6E479DEFAB84D6E
100 changed files with 14700 additions and 4 deletions

View file

@ -0,0 +1,56 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Section Name | Trentuna</title>
</head>
<body>
<header>
<nav aria-label="Main navigation">
<!-- Navigation links here -->
</nav>
</header>
<main>
<header>
<h1>Section Title</h1>
<p>A brief introduction to this collection of content.</p>
</header>
<section aria-labelledby="posts-heading">
<h2 id="posts-heading">Latest Entries</h2>
<article>
<h3><a href="#">Post One Title</a></h3>
<p>Short excerpt of the first post... Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
<a href="#" aria-label="Read more about Post One">Read more</a>
</article>
<article>
<h3><a href="#">Post Two Title</a></h3>
<p>Short excerpt of the second post... Ut enim ad minim veniam, quis nostrud exercitation.</p>
<a href="#" aria-label="Read more about Post Two">Read more</a>
</article>
<article>
<h3><a href="#">Post Three Title</a></h3>
<p>Short excerpt of the third post... Duis aute irure dolor in reprehenderit in voluptate.</p>
<a href="#" aria-label="Read more about Post Three">Read more</a>
</article>
</section>
<nav aria-label="Pagination">
<ul>
<li><a href="#" aria-current="page">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">Next &raquo;</a></li>
</ul>
</nav>
</main>
<footer>
<p>&copy; 2026 Trentuna. All rights reserved.</p>
</footer>
</body>
</html>