/blog

Primary LanguageHTMLCreative Commons Attribution 4.0 InternationalCC-BY-4.0

blog

This is the source for my personal blog: dhopcs.org and posts.dhopcs.org. It is built with Zola.

Building

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.