Run locally
yarn install
yarn start
Build for production
yarn build
- Copy the template in
content/posts/template.md.tmp
and rename to[my-post-slug].md
- Edit the front matter
- Write the post!
- Open a PR against main for review
- Merges to main get deployed
Zola is used to generate the site. Check out the docs to see what you can do.