From 2cd24a5451b4f6d6a04d662c6def9fc333c878b3 Mon Sep 17 00:00:00 2001 From: jawhng Date: Mon, 22 Dec 2025 21:45:26 +0000 Subject: [PATCH] how was made update --- src/routes/posts/how-this-site-was-made.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/posts/how-this-site-was-made.md b/src/routes/posts/how-this-site-was-made.md index 4fcec68..c214c51 100644 --- a/src/routes/posts/how-this-site-was-made.md +++ b/src/routes/posts/how-this-site-was-made.md @@ -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