3.7 KiB
3.7 KiB
title | eleventyComputed | ||
---|---|---|---|
Changelog |
|
Changelog
All the changes that are fit to read!
If preferred, the commit log is available here.
April 4th, 2025
- Updated the RSS generation scripts. I'm sorry (and in advance) for screwing with your RSS reader.
- I also took the time to ensure that my generated feeds comply with the RSS 2.0 spec!
- Updated the global font to use Atkinson Hyperlegible.
- The site is now hosted by Bunny.net! Also using them as the CDN.
- Removed the
eleventy-plugin-no-robots
plugin. - Various organizational changes in the site's backend.
January 27th, 2025
- Upgraded to Eleventy v3!
- A design refresh! The overall look-and-feel is the same, but I added some playful animations here and there.
- Restructured my catalogue by breaking sub-categories into their own sections.
- Removed the Podcasts and Comics catalogues. Podcasts has its own respective page now.
- Added Games!
- Added Movies!
- Added Shows!
September 29th 2024
- Switched to Cloudflare Pages for deployments and hosting.
- Switched to Backblaze B2 for asset storage. Served through Cloudflare.
- Added a Feeds page for my collection of feeds. For now it's just my Posts.
July 7th 2024
- Update
<published>
tag to<pubDate>
tag to match RSS 2.0 spec
July 3rd 2024
- Fixed
scrollbar-color
not applying. - Added the
eleventy-plugin-no-robots
plugin.
June 22nd 2024
- Added style for
<table>
elements.
Here is | A preview! |
---|---|
Super cool whoa | very rad |
Super cool whoa | very bad |
June 11th 2024
- Added a webrings page!
May 24th 2024
- Improve error handling when env vars are missing, or fetch requests fail.
April 7th 2024
- Updated
robots.txt
to use Dark Visitors' API.
March 23rd 2024
- Fixed "Posts" page showing up under new posts
- Add missing meta description tags to pages
- Update footer to include
/changelog
link
March 22nd 2024
- Add
/changelog
- Update the site favicon to use a white outline
- Fix the
theme-color
meta tag being out of date for dark mode
March 19th 2024
- Add a Netlify function to periodically rebuild the site to keep generated data recent
March 13th 2024
- Revise my implementations of
robots.txt
andsitemap.xml
- Add a frontmatter key to ignore from collections
March 9th 2024
- Add a "skip to content" link when using a keyboard
- Ensure that cached images are persisted between builds
- Further dark mode tweaks
March 8th 2024
- Adjusted the dark mode backgrounds to be lighter
March 5th 2024
- Fixed a bunch of broken links
- Fixed a few post typos/issues
- Responsive tweaks for Decap CMS
- Added redirects for old domain names
- Post pages will use the
excerpt
as a meta description
March 4th 2024
- Fixed my page title (wonderulfrog -> wonderfulfrog)
- Added a blogroll item
March 3rd 2024
- New site is launched!
- Built with Eleventy
- Read all of the changes