Source code to tgdk.se.
Before you start, make sure you have Hugo extended version installed. Hugo can be installed via Homebrew on macOS, Linuxbrew on Linux or just as an executable on Windows. See the project GitHub releases or the Hugo website.
Clone the project to your computer.
Download the theme as a git submodule.
git submodule update --init
You can now serve the page locally, on your computer.
hugo serve
View the page http://localhost:1313 in your browser.
Initially written by Vilhelm Prytz.