Repository for my personal website
The website is made using the Hugo static site generator. To build the website into static files, having hugo installed is required. Then the site can be built with:
cd <project-folder>
hugo
This will generate all the website static files in a public
folder. The contents of this folder then can then be put behind a webserver to serve the site.
This work is licensed under a Creative Commons Attribution 4.0 International License.