Files
kewt/site/docs/quickstart.md
N0\A 009877ae76
All checks were successful
Lint / shellcheck (push) Successful in 17s
feat: colour palettes
2026-04-01 14:23:12 +02:00

705 B

title = "Quickstart"

Quickstart

Creating a site

kewt --new mysite
cd mysite

This creates a directory with a site.conf, template.html, and index.md.

Writing content

Edit index.md (or any .md file) and just write markdown as usual. Files in subdirectories are added to the navigation automatically.

Building

kewt src out # Replace with the directories you want

Reads from src and writes static HTML to out.

Previewing

kewt --serve

Builds the site and starts a local HTTP server. Use --watch with --serve to rebuild automatically on file changes.

That's it, if you want to do anything more, look at the documentation