Install Pixi and Just, then run:
just serve— preview the production site at http://127.0.0.1:1111.just drafts— preview published posts and drafts.just build/just build-drafts— build production content only, or include drafts.just check/just check-drafts— validate internal links without, or with, drafts.
just new my-post "My Post"createscontent/posts/drafts/my-post.md.- Write and review drafts with
just drafts. just publish my-postsets the current UTC publication date, changesdrafttofalse, and moves the post tocontent/posts/YYYY/, creating that year's section when needed.- Review with
just serve, then commit and push.
Drafts remain committed on main but are excluded from the deployed site.
Pushing to main runs GitHub Actions, which validates and builds the production site before
deploying it to GitHub Pages.
The local Zola theme is inspired by PaperModX, which is based on PaperMod.