Changelog
– Meta
2023-07-01
- Changed fonts and colors again
2022-09-03
- Changed note category to a
categories
array - Added new fonts: Eiko, Redaction, Courier Prime, and Lusitana
- Reduced column width for
<figure>
- Changed up margins for note headers
- Created a new layout for pages to differentiate from notes
- Added a table for the Archive page
- Display Favicon and categories in the archive table
- Fixed flexbox for mobile nav
- Fixed horizontal overflow on mobile by adding
overflow-wrap: anywhere;
- Fixed horizontal overflow for preformatted blocks by adding
overflow-block: scroll;
to parent element - Added a border to the bottom of notes
- Re-styled footnotes to add brackets
2021-11-27
- Removed
jekyll-last-modified-at
plugin and replaced with manualpage.date
front matter for older posts - Added “Edited” to the archive page
- Added new array with reverse chronological sorting (lol, I know, this is not pure “digital gardening” by some definitions)
- Deployment environment: added
_site/**
to cached file configuration in an attempt to fix the post date getting reset every time I change one file
Previous Changes
Older changes can be found in the Github repo for garden.megu.space.