This is the source code of the Zola site assets that are used as part of building a static website for blog.uint.dev.
This website is hosted using Cloudflare Pages.
Zola is in form of a binary. This typically has to be installed. For the respective platform instructions, refer to the official documentation.
# Build and run the development server
zola serve
# Build and output into 'public/'
zola build
For the web server of your choice, point the document root for the virtual host to the public/
directory (or its results) that was created from the build process.
The MIT license is used for this project. The font is under Apache 2.0 -- more details can be found here.