About

This site is a place where I intend to store things I've learned so that I won't forget it.

This page

There's not supposed to be a web 1.0 vibe to it, but I'm horrible at front-end styling so here we are.
The site is constructed in javascript but as with all things in my free time I make things more complicated than they need to be.
There is a Rust runner that takes the md-files, generates html and javascript, and then minifies that.
The markdown styling is ripped from this project, it's GitHub's markdown CSS, I don't want to stray too far out of my comfort zone...

The highlighting is done with the use of starry-night.

All page content except for some glue is just rendered markdown contained in the repo.

Content

See the menu bar at the top left to navigate to the table of contents, if I end up writing a lot of stuff here I'm going to have to look into better navigation and search.

License

The license for this pages code can be found in the repo here.
The license for the styling is under that repo here.
The license for starry night is for some reason kept in this 1MB file in their repo here (TLDR it's MIT/Apache2 licensed under MIT)