This is the source for my personal blog: dhopcs.org and posts.dhopcs.org. It is built with Zola.
To build the site, you need to have Zola installed then run:
zola build
which will build the static files into the public directory.
I use nginx to serve the static files. The nginx.conf file contains the configuration used for the server.