Change syntax higlighting colors
Now instead of Monokai we're using Monokai Pro which matches the page
colorscheme better.
Change syntax higlighting theme to Monokai
Will probably fiddle more with this later.
Replace stylesheet
Removed light theme, tweaked colors, adjusted styling in general.
Remove .build.yml
I'm not (yet) paying for Sourcehut so I cannot use their CI tooling, and
that means this file is pretty much useless. It is also horribly
outdated.
Improve stylesheet
Inline code is now readable (in light theme) and block code now scrolls
on horizontal overflow. Probably looks like shit in dark theme.
Refactor to use password manager
Use system monospace font
Now the site is smaller and doesn't step on people's configs. It's also
less thematically consistent but honestly I am not sure it matters.
Add style for inline code
Clarify future plans for discord bot
Previously the language wasn't great. Made it more polite and detailed.
Merge separate build scripts into Makefile
Evidently you _can_ use shell expansions in Makefiles, you just have to
escape the dollar sign with another dollar sign. This simplifies things
dramatically and makes everything a lot cleaner.
Add dark theme
It's kind of scuffed - I'm not sure about the link colors at present.
Need to do more research and check the contrast.