From 1ec33d58b84e7f6275a251ea1c21f7b7a573e7b2 Mon Sep 17 00:00:00 2001 From: madrilene Date: Wed, 7 Feb 2024 13:38:51 +0100 Subject: [PATCH] how to favicon --- src/docs/favicons.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/docs/favicons.md diff --git a/src/docs/favicons.md b/src/docs/favicons.md new file mode 100644 index 0000000..038f469 --- /dev/null +++ b/src/docs/favicons.md @@ -0,0 +1,11 @@ +--- +title: Favicons +--- + +the favicons used are based on the recommendations from the [How to Favicon article on evilmartians.com.](https://evilmartians.com/chronicles/how-to-favicon-in-2021-six-files-that-fit-most-needs) + +They are placed in `src/assets/images/favicons`, and copied over to the root of the output folder. + +There is no automatization in place to create them. + +I recommend keeping the file names as they are, since they are referenced like that in different places.