how was made update
Some checks failed
Deploy Blog / deploy (push) Has been cancelled

This commit is contained in:
jawhng
2025-12-22 21:45:26 +00:00
parent b57c3599a2
commit 2cd24a5451

View File

@@ -4,9 +4,9 @@ date: "2025-12-22"
excerpt: "A cynical walkthrough of building a blog with SvelteKit, particles.js that doesn't work, and enough utility classes to make you question your life choices."
---
*Everybody's dying.* Some people are just doing it faster than others by choosing the wrong JavaScript framework.
**Everybody's dying.** Some people are just doing it faster than others by choosing the wrong JavaScript framework.
Me... as an Angular developer I'm here for a good time, not a long time. Now Svelte - that's something else. Long before I became a developer I used to have a blog. *That* blog was made using Jekyll and lived as a GitHub page on a github.io domain. *This* blog is an almost exact visual copy of the old one.
I loved the setup: I would write a post in markdown, host any images on a 3rd party and just *git commit -> git push* and that was that. I've tried to replicate this setup in a way that would teach me more Svelte, even if it ends but being a little overcomplicated.
I loved the setup: I would write a post in markdown, host any images on a 3rd party and just **git commit -> git push** and that was that. I've tried to replicate this setup in a way that would teach me more Svelte, even if it ends but being a little overcomplicated.
It's a work in progress. Here's some info for nerds, colleagues or prospective colleagues. If you're neither of these - pay me more.
## The Tech Stack