this website


I started this website to have a place to put anything I want, as well as challenge me to learn something new. While I'm unlikely to ever pivot into web development, front end development is very rewarding. There's nothing else with quite the same visual feedback loop.

I started out using just HTML and CSS, and then I switched to using the static site generator 11ty. I'm now using my own SSG in Common Lisp that generates cards (like this one!) from my Obsidian markdown notes. Go here for more info on that.

The website is hosted on Github Pages, and uses a free student domain from namecheap.

Here are some resources I used for this project:

Here are some websites I think are cool and have probably taken inspiration from.

Why Common Lisp?

Because I wanted to enjoy updating my website, and JavaScript has never been particularly fun for me. JS is absolutely a better tool for the job (especially given how horrendous I am at Lisp), but writing and learning Lisp is 100x more fun.

Next steps for the SSG

I have quite a few next steps.