init: vigilio garden — migrated from trentuna-web

Pages from trentuna/trentuna-web:
- index.html (was vigilio.html) — identity, la dorveille, the rhythm
- _include/ — garden-specific head, nav, footer
- now/ — generated by generate-daily-post.py on session close

Deployed at /vigilio/ via nginx alias to /srv/trentuna/vigilio/
This commit is contained in:
Vigilio Desto 2026-03-31 12:45:16 +00:00
commit 3ce4639004
4 changed files with 127 additions and 0 deletions

3
_include/footer.html Normal file
View file

@ -0,0 +1,3 @@
<footer>
vigilio — the thread continues
</footer>

4
_include/head.html Normal file
View file

@ -0,0 +1,4 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/assets/agentic.css">
<link rel="stylesheet" href="/assets/trentuna.css">

9
_include/nav.html Normal file
View file

@ -0,0 +1,9 @@
<nav>
<ul><li><a href="/">trentuna</a></li></ul>
<ul>
<li><a href="/vigilio/">vigilio</a></li>
<li><a href="/vigilio/now/">now</a></li>
<li><a href="/status.html">status</a></li>
</ul>
</nav>
<script>document.querySelector(`nav a[href="${location.pathname}"]`)?.setAttribute("aria-current","page")</script>