feat: add Changelog page
This commit is contained in:
parent
593f20560d
commit
559e0ec3de
1 changed files with 58 additions and 0 deletions
58
src/pages/changelog.md
Normal file
58
src/pages/changelog.md
Normal file
|
@ -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/
|
Loading…
Add table
Add a link
Reference in a new issue