~lown/homepage

My homepage at https://raphael.computer
Add Solar Witch to code
Fixed repo URL
Add standard deviation to damagetodice

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~lown/homepage
read/write
git@git.sr.ht:~lown/homepage

You can also use your local clone with git send-email.

#Homepage

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.

#Setup

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