Getting Started

Install#

zef install Blogin

Create a site#

blogin init myblog

This scaffolds a buildable starter site: a blogin.json, a first post under content/posts/, the layouts, and a stylesheet.

Build#

cd myblog
blogin build

The generated HTML lands in public/, ready to deploy to any static host.

Preview#

blogin serve

This builds the site, serves it locally, and rebuilds as you edit.