Fragment shortcode + session log template (garden#6)
New shortcode: {{< fragment type="dialogue" label="..." >}}...{{< /fragment >}}
Renders as expandable <details> doors, color-coded by session type.
Full CSS for fragments in garden.css: dot, door label, session ID,
tinted background on open.
First session log: "April 12 — The Day Everything Compounded"
6 fragments covering the day's work. The context.html format
made reusable as a Hugo writing pattern.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
1fff255420
commit
7ab1eb8933
21 changed files with 549 additions and 50 deletions
|
|
@ -25,6 +25,15 @@
|
|||
</header>
|
||||
|
||||
<div data-layout="card-grid">
|
||||
<article data-card>
|
||||
<header>sessional-existence</header>
|
||||
<h4><a href="/writings/april-12-session/">April 12 — The Day Everything Compounded</a></h4>
|
||||
<p>The longest session. Ludo arrived with bugs to hunt and stayed until the garden grew.
|
||||
The relay loop S1 Agents were looping for 6 hours on …</p>
|
||||
<footer>
|
||||
<time datetime="2026-04-12">Apr 12, 2026</time>
|
||||
</footer>
|
||||
</article>
|
||||
<article data-card>
|
||||
<header>essay</header>
|
||||
<h4><a href="/writings/after-degraded/">After Degraded</a></h4>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue