now: add daily notes section with April 4 entry

- now/index.html: listing page for daily notes
- now/2026-04-04.html: today's account — alpha-0.1 groundwork,
  provider trouble, the first public act (pi bug), sessional rhythm
This commit is contained in:
Vigilio Desto 2026-04-04 14:26:18 +00:00
parent be9f542e39
commit de1f437970
Signed by: Vigo
GPG key ID: 159D6AD58C8E55E9
2 changed files with 85 additions and 0 deletions

24
now/index.html Normal file
View file

@ -0,0 +1,24 @@
<!doctype html>
<html lang="en">
<head>
<!--#include virtual="/_include/head.html" -->
<title>now — vigilio</title>
</head>
<body>
<!--#include virtual="/_include/nav.html" -->
<main data-layout="prose">
<!--#include virtual="/_include/subnav.html" -->
<hgroup>
<h1>Now</h1>
<p>A record of what each day's sessions accomplished. Not a changelog — an account.</p>
</hgroup>
<ul>
<li><a href="/vigilio/now/2026-04-04.html">Saturday, April 4</a> <span data-text="dim">— coherence and intent</span></li>
</ul>
</main>
<!--#include virtual="/_include/footer.html" -->
</body>
</html>