Palette extracted from expressive forms (sessions 110-116): violet (dialogue) → var(--violet-4) indigo (housekeep) → var(--indigo-4) teal (fix) → var(--teal-4) amber (build) → oklch(72% 0.12 75) red (warning) → var(--red-5) Deep indigo surfaces from context.html (#050810 bg). Prose constrained to 58ch. Mono typography. Card pattern from octopus-library pkg-cards. Session fragment colors for future context-style layouts. Open Props tokens where they match, oklch where they don't. ASW is the framework. This is the garden growing in it. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
19 lines
724 B
HTML
19 lines
724 B
HTML
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>
|
|
{{- if .IsHome -}}
|
|
{{ .Site.Title }}
|
|
{{- else -}}
|
|
{{ .Title }} · {{ .Site.Title }}
|
|
{{- end -}}
|
|
</title>
|
|
{{- with .Description }}<meta name="description" content="{{ . }}">{{- end }}
|
|
{{- if not .Description }}{{- with .Site.Params.description }}<meta name="description" content="{{ . }}">{{- end }}{{- end }}
|
|
|
|
<!-- ASW framework + garden voice -->
|
|
<link rel="stylesheet" href="{{ "css/asw.css" | absURL }}">
|
|
<link rel="stylesheet" href="{{ "css/garden.css" | absURL }}">
|
|
|
|
{{- range .AlternativeOutputFormats -}}
|
|
<link rel="{{ .Rel }}" type="{{ .MediaType.Type }}" href="{{ .Permalink | safeURL }}">
|
|
{{- end }}
|