-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(blog): add image alt, tidy up schema and remove dep (#145)
* chore: remove lucide icons dep * refactor(blog): add image alt and remove unused fields * chore: fix build task
- Loading branch information
Showing
9 changed files
with
9 additions
and
28 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
--- | ||
hero: | ||
image: "./celebrating-three-years-of-catppuccin.png" | ||
alt: "A large field of sunflowers under a cloudy sky" | ||
author: "Jorgen Hendriksen" | ||
source: "https://unsplash.com/photos/a-large-field-of-sunflowers-under-a-cloudy-sky-H_cQ7I2FPqk" | ||
title: "Celebrating 3 Years of Catppuccin" | ||
|
@@ -10,9 +11,7 @@ accentColor: yellow | |
datePosted: "2024-12-05" | ||
authors: | ||
- name: "Hammy" | ||
title: "Co-Owner" | ||
github: "sgoudham" | ||
email: "[email protected]" | ||
--- | ||
|
||
Welcome to Catppuccin's first (and very short) blog post! We'll try our best to | ||
|
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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
--- | ||
hero: | ||
image: "./celebrating-three-years-of-catppuccin.png" | ||
alt: "A large field of sunflowers under a cloudy sky" | ||
author: "Jorgen Hendriksen" | ||
source: "https://unsplash.com/photos/a-large-field-of-sunflowers-under-a-cloudy-sky-H_cQ7I2FPqk" | ||
title: "State of Catppuccin 2024" | ||
|
@@ -11,9 +12,7 @@ datePosted: "2024-12-05" | |
draft: true | ||
authors: | ||
- name: "Hammy" | ||
title: "Co-Owner" | ||
github: "sgoudham" | ||
email: "[email protected]" | ||
--- | ||
|
||
Having felt quite inspired by Spotify Wrapped last year, I whipped up a short | ||
|
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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
--- | ||
hero: | ||
image: "./why-we-ditched-the-icon-for-external-links.png" | ||
alt: "Aerial photography of concrete roads" | ||
author: "Denys Nevozhai" | ||
source: "https://unsplash.com/photos/aerial-photography-of-concrete-roads-7nrsVjvALnA" | ||
title: "Why We Ditched the Icon for External Links" | ||
|
@@ -11,13 +12,9 @@ datePosted: "2024-12-18" | |
featured: true | ||
authors: | ||
- name: "Lemon" | ||
title: "Co-Owner" | ||
github: "unseen-ninja" | ||
email: "[email protected]" | ||
- name: "Hammy" | ||
title: "Co-Owner" | ||
github: "sgoudham" | ||
email: "[email protected]" | ||
--- | ||
|
||
You may or may not have already noticed it; The small arrow (`↗`) we used to | ||
|
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
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
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