Shizuka is a small, opinionated static site generator written in Go.
Quickstart
Install the binary:
go install github.com/olimci/shizuka@latest
Scaffold a new site, then build it:
git clone github.com/olimci/shizuka-example-site my-site
cd my-site
shizuka dev
That’s it. Open the URL it prints and start editing.
Status
Currently in alpha prerelease. Expect API breakages until 1.0.