This repository holds my personal website, Illusion Slopes, which can be viewed at maxkapur.com.
The site has been through a few iterations. This version uses the Hugo static site generator, which I migrated to from Jekyll in summer 2026.
The old Jekyll site itself was a summer 2022 migration from Blogger.
Prior to that, I used the maxkapur.github.io repo as a basic landing page to host a few one-off web essays that have now been moved to separate repos:
Comments and suggestions are welcome via email or GitHub pull request.
- Blog content is licensed under CC BY-SA 4.0 (see
LICENSE.txt). - The theme is licensed under Apache (see
themes/illusion-slopes/LICENSE.txt).
sudo apt install nix
# Preview the site
./devshell.sh hugo serve
# Read-only scan for problems
./devshell.sh ./lint.sh
# Automatic formatting
./devshell.sh ./format.sh
# Freestyle
./devshell.sh