From 559e0ec3de94924bd9593e52acd87e8cbd1a418b Mon Sep 17 00:00:00 2001 From: Devin Haska Date: Fri, 22 Mar 2024 16:53:14 -0700 Subject: [PATCH] feat: add Changelog page --- src/pages/changelog.md | 58 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 src/pages/changelog.md diff --git a/src/pages/changelog.md b/src/pages/changelog.md new file mode 100644 index 0000000..8e68641 --- /dev/null +++ b/src/pages/changelog.md @@ -0,0 +1,58 @@ +--- +title: Changelog +--- + +# Changelog + +All the changes that are fit to read! + +If preferred, the [commit log is available here][commits]. + +## 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` and `sitemap.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][11ty] +- [Read all of the changes][v3] + +[commits]: https://github.com/wonderfulfrog/wonderfulfrog.com/commits/main/ +[11ty]: https://www.11ty.dev/ +[v3]: /posts/version-3/ +[blogroll]: /blogroll/