Getting Started
Getting started with Shizuka
Install the binary:
go install github.com/olimci/shizuka@latest
Start from the example site:
git clone github.com/olimci/shizuka-example-site my-site
cd my-site
shizuka dev
Open the URL printed by shizuka dev, then edit files under content/,
templates/, and static/.
Continue with Creating Sites to see how the source directory maps to generated output.