The only dependency to build the website is the Hugo static site generator extended edition.
See the installation instructions.
sudo dnf install hugo # FedoraTo start the hugo live server run:
hugo serverTo build a copy of the website to the /public folder run:
hugo -DThe code of this website is licensed under the MIT license.
The content of the website is licensed under the CC BY-SA 4.0 license.