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/).