No description
  • JavaScript 44.4%
  • HTML 30.3%
  • Processing 21.6%
  • CSS 3.7%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-10 18:02:56 -07:00
content Add Context Collapse description. 2026-09-10 18:02:56 -07:00
static Add social card and SEO metadata; Apache 404 page 2026-09-08 21:38:49 -07:00
styles Typography pass: self-hosted Inter, tuned scale, measure and labels. 2026-09-08 12:58:39 -07:00
templates Add social card and SEO metadata; Apache 404 page 2026-09-08 21:38:49 -07:00
.gitignore Old posts point at the existing /images/ copies; untrack generated files; spiral installation image. 2026-09-08 17:23:24 -07:00
.hugo_build.lock A Bootstrap-5-based website for rhea.art . Minimal sketch. FIXME: fix relationship of list and summary. 2022-09-08 17:56:26 -07:00
README.md Tailwind theme. 2026-09-07 16:11:24 -07:00
zola.toml Add social card and SEO metadata; Apache 404 page 2026-09-08 21:38:49 -07:00

rhea.art

Zola site. Styles are Tailwind CSS v4 compiled once with the standalone CLI and committed.

zola build                                             # or: zola serve
tailwindcss -i styles/site.css -o static/css/site.css --minify   # after editing templates/ or styles/

Tools: zola 0.23+, tailwindcss standalone CLI 4.x (both single binaries in ~/.local/bin). No Node.