The source code for my personal website.
It's a static site built using Hugo with Kayal theme.
There are no custom build steps, just standard Hugo workflow. See the documentation linked above.
The site is deployed on Github Pages. See .github/workflows/hugo.yaml for details.
For the comments to work, I also went through the Giscus confuguration guide. It requires a public Github repository with Discussions enabled. It can be any empty repository, even though I chose to use this main repository with the website sources.
Comments are powered by Github Discussions on the repo. To comment, you need a Github account.
You can browse and comment either directly on Github, or using the Giscus-based comment widget on the website. It's configured in ./layouts/partials/comments.html.
The markdown writing in content/
is licensed under
CC BY 4.0.
The software part is licensed under the MIT
License. That includes Hugo config/
,
custom templates, HTML, CSS, JS.
I reserve all rights to the other materials I own, just in case I forget to explicitly license them here.