From 73dc84b47950fb7e4279aa950dfc5a25e991c9f4 Mon Sep 17 00:00:00 2001
From: Rudra Saraswat
Date: Tue, 7 Apr 2026 00:21:44 +0100
Subject: [PATCH] feat: some qol changes
---
src/components/Header.astro | 2 +-
src/pages/blog.astro | 8 +++-----
src/pages/index.astro | 6 +++---
src/pages/posts/blendOS-v5-distro-switching.mdx | 10 +++++-----
4 files changed, 12 insertions(+), 14 deletions(-)
diff --git a/src/components/Header.astro b/src/components/Header.astro
index 0e63c42..533ed94 100644
--- a/src/components/Header.astro
+++ b/src/components/Header.astro
@@ -1,2 +1,2 @@
-ruds.io
+home
blog
diff --git a/src/pages/blog.astro b/src/pages/blog.astro
index 818e2ff..e6fb1b7 100644
--- a/src/pages/blog.astro
+++ b/src/pages/blog.astro
@@ -27,12 +27,10 @@ allPosts.sort(
{
allPosts.map((post: any) => (
-
- {post.frontmatter.title.length > 50
+ {post.frontmatter.title.length > 50
? `${post.frontmatter.title.substring(0, 50)}…`
- : post.frontmatter.title}
- {" "}
- —{" "}
+ : post.frontmatter.title}
+ —
published on{" "}
{post.frontmatter.pubDate.toString().slice(0, 10)}
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 771ed50..ed617e3 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -14,7 +14,6 @@ import PoolKids_MusicToPracticeSafeSexTo from "../assets/albums/PoolKids_MusicTo
import RainerMaria_ABetterVersionOfMe from "../assets/albums/RainerMaria_ABetterVersionOfMe.jpg";
import SDRE_Diary from "../assets/albums/SDRE_Diary.jpg";
import TBS_TellAllYourFriends from "../assets/albums/TBS_TellAllYourFriends.jpg";
-import TheUsed_InLoveAndDeath from "../assets/albums/TheUsed_InLoveAndDeath.jpg";
import TheUsed_ST from "../assets/albums/TheUsed_ST.jpg";
---
@@ -138,7 +137,8 @@ import TheUsed_ST from "../assets/albums/TheUsed_ST.jpg";
Day Real Estate, Free Throw, Pool Kids, My
Chemical Romance, C418, The Used, Death Cab
for Cutie, Rainer Maria, Cap'n Jazz, Taking
- Back Sunday et al.
+ Back Sunday, early P!ATD, Marietta, Modern
+ Baseball, and the list goes on...
@@ -288,7 +288,7 @@ import TheUsed_ST from "../assets/albums/TheUsed_ST.jpg";
... (a few too many to fit here)
-
some albums from my iPod
+
some albums on my iPod
-## A long-due personal update
+## a long-due personal update
It has been rather long since I last wrote one of these blog posts, and I shall, as such, take the liberty to hijack the remainder of this blog post with tales of my recent tribulations.
-This past year has been a rather tumultous one -- for one, I no longer reside in Wiltshire, instead encircled by the urban pastures of London (and the not-so-urban Surrey countryside, though unfortunately somewhat further off). Moreover, the increased academic pressure of the A-levels certainly has caught up to me, as I say goodbye to the bygone days of the GCSEs and my time at an online independent school to welcome a state school (well, grammar school) into my life for the first time ever; even so, my prep school and public school days are certainly well behind me at this point, their role in my life displaced by the gruelsome scholastic pursuits of this newfound selective environment.
+This past year has been a rather tumultous one -- for one, I no longer reside in Wiltshire, instead encircled by the urban pastures of London (and the not-so-urban Surrey countryside, though unfortunately somewhat further off). Moreover, the increased academic pressure of the A-levels certainly has caught up to me, as I bid goodbye to the bygone days of the GCSEs (and alongside it, my time at an online independent school) to welcome a state school (well, a grammar school) into my life for the first time ever; even so, my prep school and public school days are certainly well behind me at this point, their role in my life displaced by the gruelsome scholastic pursuits of this newfound selective environment.
All of this takes us to the present day, where I presently find myself fully engrossed in this singular project of mine in spite of my upcoming Year 12 mock examinations the coming week onwards (that determine my predicted grades -> what universities I can attend). This is unfortunately likely not to last particularly long, but I do expect to return to working on blendOS v5 more actively by some time around the end of this month; one may, however, expect my online activity to drop substantially over the coming couple of weeks.