From ea3f540ccaa8354680456a3257561ad5a7a01dce Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 18 Sep 2023 01:53:53 +0100 Subject: [PATCH] new post: Favicon Generation with Astro --- .../favicon-generation-with-astro-teaser.png | Bin .../index.md | 3 +-- 2 files changed, 1 insertion(+), 2 deletions(-) rename content/articles/{2023-09-15-favicon-generation-with-astro => 2023-09-18-favicon-generation-with-astro}/favicon-generation-with-astro-teaser.png (100%) rename content/articles/{2023-09-15-favicon-generation-with-astro => 2023-09-18-favicon-generation-with-astro}/index.md (99%) diff --git a/content/articles/2023-09-15-favicon-generation-with-astro/favicon-generation-with-astro-teaser.png b/content/articles/2023-09-18-favicon-generation-with-astro/favicon-generation-with-astro-teaser.png similarity index 100% rename from content/articles/2023-09-15-favicon-generation-with-astro/favicon-generation-with-astro-teaser.png rename to content/articles/2023-09-18-favicon-generation-with-astro/favicon-generation-with-astro-teaser.png diff --git a/content/articles/2023-09-15-favicon-generation-with-astro/index.md b/content/articles/2023-09-18-favicon-generation-with-astro/index.md similarity index 99% rename from content/articles/2023-09-15-favicon-generation-with-astro/index.md rename to content/articles/2023-09-18-favicon-generation-with-astro/index.md index 6d398577a..629960ae7 100644 --- a/content/articles/2023-09-15-favicon-generation-with-astro/index.md +++ b/content/articles/2023-09-18-favicon-generation-with-astro/index.md @@ -1,5 +1,5 @@ --- -date: 2023-09-15T12:02:30.000Z +date: 2023-09-18T00:47:30.000Z title: Favicon Generation with Astro image: ./favicon-generation-with-astro-teaser.png @@ -10,7 +10,6 @@ tags: - astro toc: true -draft: true --- Those small but impactful icons displayed next to a website's title in a browser tab seem like a minor detail, yet implementing favicons involves various considerations for different formats and sizes to fit a range of devices and browsers. Luckily, we can always count on Evil Martians to tell us [which files are needed](https://evilmartians.com/chronicles/how-to-favicon-in-2021-six-files-that-fit-most-needs) in modern times. Those findings can be implemented quite easy in Astro.