Colophon
Details, notes, updates, and acknowledgements that have brewed up in the last year or so thinking of redoing my personal website.
Technical
v4 (current version) of this website was made with Svelte; previously in v3, I used Hugo. I also took this opportunity to move to hosting on my Dell Optiplex 7060 SFF using Caddy.
Changes from v3
A number of the changes were made while constructing a website to track my daily lifts and ported over to Svelte. Perhaps my lifting website was the v3.5 of the website we never got.
- Better organization:
/colophonfor details on the website,/contactfor other links,/nowpage for what I’m up to now,/usesfor software/hardware I use/side-questsfor notable interesting and likely non revenue generating things I’ve done;/side-quests/side-questfor any recurring theme I’d like to discuss a bit more in depth./blog/postfor anything else unless it ends up being large enough to warrant a semipermanent page of its own
- Fixed footer which ended up not showing up correctly on mobile
Todo
- Features
- Light/Dark Mode Toggle
- RSS
- Quote Styling
- Menu on Footer
- Pages/Content
- Home
- Finish Styling Contact Page
- Testimonials to be placed here
- Side Quests
- Move LuaSnip Guides
- Categories/Tags
Acknowledgements
- This CSS Reference for providing the minimal amount of changes needed to make a website readable.
- Xavier Plourde’s cycling page as an inspiration for the format of my own cycling page.
- Josh Collinsworth for this article and github example repo that I referenced heavily for the blog part so I didn’t break my back building a website with Svelte. The article is a good base for the blog and the repo has a bunch of nice things and new bells and whistles that I’m quite interested in.