This is the source code for my personal homepage, hosted using GitHub Pages.
The static parts are stored in the static directory, while the rest are stored in the src directory.
I use a custom GitHub Actions workflow in .github/workflows/main.yml to deploy the website instead of using the default Jekyll-based deployment that GitHub uses.
This repository uses REUSE to document licenses. Each file either has a header containing copyright and license information, or has an entry in the TOML file at REUSE.toml. The license files that are used in this project can be found in the LICENSES directory.
A copy of the AGPL-3.0-or-later license is placed in LICENSE, to signify that it constitutes the majority of the codebase, and for compatibility with GitHub.