1
0
Fork 0
mirror of https://github.com/bastienwirtz/homer.git synced 2026-07-17 16:38:59 +00:00

doc: add section about favicon #1024

This commit is contained in:
Bastien Wirtz 2026-04-18 16:33:38 +02:00
parent e360b651d7
commit 339a9a31bd
2 changed files with 5 additions and 1 deletions

View file

@ -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'. 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 ## 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). 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).

View file

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