This is my blog content, in markdown format, and its configuration for static site generation.
Install Zola:
brew install zola
or:
sudo port install zola
zola check
External links can be checked with Lychee:
lychee --exclude-loopback --include "https://" content/*.md
zola serve
The browse http://127.0.0.1:1111.
In order to generate the static content in the public
directory:
zola build