Check out the page: https://henrikgerdes.me
This is my homepage. Build with zola and primarily deployed on Cloudflare. This project will generate static pages based on the content and templates.
In addition to that, it is a fill headless content management system (HCMS) for blog posts. Write your posts in Markdown, and generate a new version of your page.
# install dependencies
$ bash zola-install.sh
# serve with hot reload at localhost:1111
$ zola serve
# generate static project
$ zola build