mirror of
https://github.com/rheaplex/rhea-dot-art.git
synced 2026-09-16 08:41:55 +00:00
No description
- JavaScript 44.4%
- HTML 30.3%
- Processing 21.6%
- CSS 3.7%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| content | ||
| static | ||
| styles | ||
| templates | ||
| .gitignore | ||
| .hugo_build.lock | ||
| README.md | ||
| zola.toml | ||
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.