Changelog
I made this page so I could collate somewhere all the things I’ve updated in this website so far + so I don’t “spam” people blog posts that are all just me talking about my website updates.
Some of them are really small changes now, so this is where they’ll be housed for the meantime. If I do make a big change, I might reference that here, too!
7 Feb 2026
- Made the total manga to show in my Recently Updated Manga section from 5 to 10
6 Feb 2026
- Fully removed the auto hyphens in my blog posts because they’re making me a bit annoyed now when I’m reading thru a blog post and the word just jumps to the next line (even if there’s space on the right, or whatever) 😆
- Also increased the line height to
220%because I wanted to make sure the<ruby>elements I render―in case I have them―doesn’t make the whole line move down a bit more than the previous lines.
5 Feb 2026
- Added a Table of Contents element to blog posts that have headings in them!
- Also adjusted the width of my website’s view in desktop view to be wider, to make space for the TOCs I’m adding (if they do appear)
3 Feb 2026
- Updated the
feed.xml.tsso it has a<summary>tag only if I indicated it in the post.- Also realized I didn’t update this yesterday when I updated my feed.xml so it could work better with Echofeed 😆 so now this is the update that captures that :))
2 Feb 2026
- Changed the body font to Source Sans 3 just to make it a bit more readable. Still keeping Victor Mono around though since I still think it’s nice 😆
- reflected this change in my Colophon!
- also made the max-width set to
60remso the text in my intro page doesn’t get auto-hyphenated awkwardly - updated some of the internal links (ones formatted
[[/blog/link-to-post|like this]]) into[[/blog/link-to-post/|this]], where I added the trailing slash 😆 - Also set up Echofeed so posts in my Blog get cross-posted to both my Mastodon account and Bluesky account 😄
- I think because of this, I need to update my Stuff I Use page… Been thinking about it for a while now but the format I wanna change it into is too much work at the moment; I’ll just note it as an Issue in my repo for the meantime :))
1 Feb 2026
- made the recently finished list in my Now page to just show the latest 3 recently finished entries
24 Jan 2026
- My now page shows a dynamic list for my Manga based on the recently updated manga entries, and are segregated to Recently Updated and Recently Finished
I still have to figure out how to get these either rendered as Markdown so it gets the auto heading links generated for it, OR I change how that plugin works and it processes the HTML (?) output instead? I’ll see. For now this is fine hahaI have since figured this out by moving the rendering of the manga list into an Astro component namedMangaRecentList.astro😁
22 Jan 2026
21 Jan 2026
- Made a Media page so I could group Games and Manga (and eventually stuff like Anime, TV Shows, Films) could be grouped together
- not sure if I’m going to keep the formatting of the URLs for these pages as is or if I’ll append them first with
/media/*then everything can be housed there. Technically speaking it makes sense to have that as the URL format, but I’d rather not place my Games and Manga content folders into more folders 😬
- not sure if I’m going to keep the formatting of the URLs for these pages as is or if I’ll append them first with
- Stripped emojis from the title and description when rendering the social image URL, all set up in
BaseHead.astro - I was in the middle of adding all the things I have listed in my Ongoing Manga list into Manga but I’m not done yet 😅 There’s so many!
10 Jan 2026
- Added some styles for the
<details>tags, for when I mark spoilers in posts - Added Manga to my website, though I have yet to fill it up with entries!
9 Jan 2026
- Fixed how content shows up in my feed.xml as it used to show the MDX content, now it processes the HTML content properly and also makes YouTube embeds into links for the feed specifically
7 Jan 2026
- finally got my website up and running again, this time with images now hosted on Cloudinary instead of my repo 😆
- surprise surprise, for a long while I just kept having all the images in both /blog/ and /archive/ saved in my own repo. I mean, I know that can be done, but long term it’s… not the best thing ever :))
- I added more items in my Blogroll list (and I think I did these changes the day before, but I couldn’t release it until I fixed the media management on my site 🙈)
- I also changed how the last updated timestamps show up for the following pages: Blogroll, Colophon, Stuff I Use
- I made a
@utils/getUpdatedDateFor.tsthat gets the path for the file I want to check the latest modified timestamp and output that 😁
- I made a
- I also moved the links from my Contact page from just declared in the
.mdxfile itself into a file found in my@datadirectory!
6 Jan 2026
- my site had to be deleted off our self-hosting server because my deployments kept using up a lot of memory and space 🥲
5 Jan 2026
- Decided to make this page so I could have a space to log the different changes to my website moving forward, instead of making a blog post every time I do a change 😆
- added my social links and a way to reach out to me via email in my 404 pages
- Updated the email listed in my rel=me tags to the “proper” email format of
mailto:<email>