Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 1.25 KB

File metadata and controls

54 lines (38 loc) · 1.25 KB

kage.raskell.io

Landing page for Kage.

Live: https://kage.raskell.io

Quick Start

# Install tools
mise install

# Start dev server
mise run serve

Visit http://127.0.0.1:1111

Tasks

Task Description
mise run serve Dev server with live reload
mise run build Build for production
mise run convert-images Convert images to AVIF

Structure

kage.raskell.io/
├── config.toml          # Zola configuration
├── content/
│   └── _index.md        # Homepage
├── sass/style.scss      # Styles (Catppuccin palette)
├── static/              # Images, fonts, favicon
└── templates/           # Zola templates

Tech Stack

Related

License

Apache 2.0