diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2022-07-14 14:26:46 +0200 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2022-07-14 14:26:46 +0200 |
commit | f031ac440a5795ccca8ab803baed4e7efb0c162c (patch) | |
tree | 0ef1c81b02622e001e5504a344013f9b8628d16f | |
parent | c11c45a661addf377ac5f4773ba39f5ef66ec155 (diff) | |
download | homer-f031ac440a5795ccca8ab803baed4e7efb0c162c.tar.gz homer-f031ac440a5795ccca8ab803baed4e7efb0c162c.tar.zst homer-f031ac440a5795ccca8ab803baed4e7efb0c162c.zip |
Adding theming documentation
-rw-r--r-- | docs/configuration.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md index 10edf71..7221ef8 100644 --- a/docs/configuration.md +++ b/docs/configuration.md | |||
@@ -178,6 +178,18 @@ Homer uses [bulma CSS](https://bulma.io/), which provides a [modifiers syntax](h | |||
178 | 178 | ||
179 | You can read the [bulma modifiers page](https://bulma.io/documentation/modifiers/syntax/) for other options regarding size, style, or state. | 179 | You can read the [bulma modifiers page](https://bulma.io/documentation/modifiers/syntax/) for other options regarding size, style, or state. |
180 | 180 | ||
181 | ## Theming & customization | ||
182 | |||
183 | See `colors` settings in the configuration example above. | ||
184 | Favicon et application icon (pwa) are located in the `assets/icons` directory and can be replaced by any image you want (just keep the same name & size). | ||
185 | The `/assets/manifest.json` can also be edited to change the app (pwa) name, description and other settings. | ||
186 | |||
187 | ### Community theme | ||
188 | |||
189 | - [Dracula theme](https://draculatheme.com/homer) by [@Tuetenk0pp](https://github.com/Tuetenk0pp) | ||
190 | - [Homer Theme v2](https://github.com/walkxcode/homer-theme) by [walkxcode](https://github.com/walkxcode) | ||
191 | |||
192 | |||
181 | ## PWA Icons | 193 | ## PWA Icons |
182 | 194 | ||
183 | See icons documentation [here](https://github.com/bastienwirtz/homer/blob/main/public/assets/icons/README.md). | 195 | See icons documentation [here](https://github.com/bastienwirtz/homer/blob/main/public/assets/icons/README.md). |