The website built with Zola.
- Ensure Zola is installed
- Clone the repo
- Run
zola serve
from the directory containing theconfig.toml
file
The site will be running at http://localhost:1111. You can edit any file in the repo and Zola will detect changes and automatically rebuild the site and refresh the browser (if open).
Any changes pushed to the main
branch will automatically be pushed to
https://limeleaf.net. If you don't want that to happen then issue a
PR with the changes or set the Front Matter (the fields between the
+++
characters to contain draft = true
), but a PR is probably just
easier.
+++
title = "This is a test page"
draft = true
+++
The markdown content of the page...