From 339a9a31bd1700185b55b19d350cae2dd9696218 Mon Sep 17 00:00:00 2001 From: Bastien Wirtz Date: Sat, 18 Apr 2026 16:33:38 +0200 Subject: [PATCH] doc: add section about favicon #1024 --- docs/theming.md | 4 ++++ public/assets/icons/README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/theming.md b/docs/theming.md index aadce15..9f351e0 100644 --- a/docs/theming.md +++ b/docs/theming.md @@ -8,6 +8,10 @@ The default theme can be changed using the yaml configuration file theme: default # 'default', 'walkxcode', or 'neon' see files in 'src/assets/themes'. ``` +## Favicon + +Use your own favicon by changing the icons files in the `assets/icons` directory. More information on the format [here](https://github.com/bastienwirtz/homer/blob/main/public/assets/icons/README.md). + ## Colors and background customization Default colors and background can be customized for each theme variant (light and dark), using either the yaml config file, or the css variables (see "Additional stylesheets" below). diff --git a/public/assets/icons/README.md b/public/assets/icons/README.md index 741cf93..0dfc752 100644 --- a/public/assets/icons/README.md +++ b/public/assets/icons/README.md @@ -1,4 +1,4 @@ -# PWA Icons / Images +# PWA Icons / Images We suggest you to create a svg or png icon (if it is a png icon, with the maximum resolution possible) for your application and use it to generate a favicon package in [Favicon Generator](https://realfavicongenerator.net/).