Static personal website using Hugo and the Blowfish theme. Deployed via GitHub pages to my custom domain https://niklastypes.xyz.
To run the web server:
brew install hugoAs this project is using Blowfish as a git submodule, run the following once:
git submodule update --init --recursiveThen, start up the web server locally via
hugo serverand view on http://localhost:1313/.
The Blowfish theme has been customized to follow the Congo theme color scheme.
The respective img/backgrounds/*.svg assets have been adapted as follows:
#5e6fa3 -> #6d40d9
#689cc5 -> #b99af4
#93dbe9 -> #e2d4ff
The respective img/featured/*.svg assets have been adapted as well:
#48cae4 → #6d40d9
#03045e -> #5a2fc7
#023e8a -> #6d40d9
#0077b6 -> #8b5de8
#0096c7 -> #b99af4
#00b4d8 -> #b99af4
#90e0ef -> #d1b9f8
#ade8f4 -> #e2d4ff
#caf0f8 -> #f0e8ff
Article comments are powered by Giscus, which uses GitHub Discussions (of the dev-blog-comments repo) as the backend.
Comments are enabled globally via article.showComments in config/_default/params.toml, and the Giscus widget is configured in layouts/partials/comments.html.