-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #291 from jermspeaks/content/2024-01-website-updates
Added website updates for Jan 2024
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
--- | ||
date: 2024-01-24 | ||
description: "Small website updates - Jan 2024" | ||
draft: false | ||
heroImage: "https://images.unsplash.com/photo-1536849460588-696219a9e98d?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1431&q=80" | ||
heroImageAlt: "Credits: Unsplash, Steve Johnson" | ||
postType: "blog" | ||
pubDate: "2024-01-24" | ||
title: "Craft By Zen Catch-up, Jan 2024" | ||
tags: ["review", "daily", "habits"] | ||
--- | ||
|
||
## New Year, Combined Pages | ||
|
||
I haven't given a website update since June 2023. Since some other things have happened, | ||
here's a short recap of some major updates. | ||
|
||
- [Resume](/about/resume) updates | ||
- [Writing](/blog) has expanded to adding weekly notes | ||
- [New project](/project/2024-01-09-piano) added! ✨ Thanks Make Real! | ||
- Combined many pages into a general "[curations](/curation)" page | ||
|
||
### Bug Fixes and Enhancements | ||
|
||
- Fix the relative links by removing on mobile and making classes | ||
- about page layouts updated titles for indexing | ||
- Added alt tags as figcaption (helps with attribution too) | ||
- Add reading time to blog posts | ||
- Upgraded to [Astro 4](https://astro.build/blog/astro-4/) | ||
- Asides added as an Astro component | ||
- Fixed the [RSS](/rss.xml) reader initial image post |