Add Solar Witch to code
Fixed repo URL
Add standard deviation to damagetodice
This is my homepage, hosted at https://raphael.computer, built with the Astro framework.
All content is CC BY 4.0 licensed unless stated otherwise.
There is a pre-push git hook in the git-hooks
directory, which builds the site before a push to ensure that there are no build errors. It should be symlinked to the .git/hooks
directory:
ln -s git-hooks/pre-push .git/hooks/pre-push