Landing page for Kage.
Live: https://kage.raskell.io
# Install tools
mise install
# Start dev server
mise run serveVisit http://127.0.0.1:1111
| Task | Description |
|---|---|
mise run serve |
Dev server with live reload |
mise run build |
Build for production |
mise run convert-images |
Convert images to AVIF |
kage.raskell.io/
├── config.toml # Zola configuration
├── content/
│ └── _index.md # Homepage
├── sass/style.scss # Styles (Catppuccin palette)
├── static/ # Images, fonts, favicon
└── templates/ # Zola templates
- Zola — Static site generator
- mise — Task runner
- Catppuccin — Color palette
- Geist — Typeface
- kage — Main repository
- kage.raskell.io-docs — Documentation site
- Discussions — Questions and ideas
Apache 2.0