aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorAryess <yoann.celton@gmail.com>2021-10-12 11:28:41 +1100
committerAryess <yoann.celton@gmail.com>2021-10-12 11:37:24 +1100
commit5db2414d052af629e2848f53ce9c2e0e686eefaf (patch)
tree99e332d6481ecd777dfc3b1223dce4dc8dd01c68 /docs
parentc72acd57d0a61632b6c03e2d9c7321e25dc611fa (diff)
downloadhomer-5db2414d052af629e2848f53ce9c2e0e686eefaf.tar.gz
homer-5db2414d052af629e2848f53ce9c2e0e686eefaf.tar.zst
homer-5db2414d052af629e2848f53ce9c2e0e686eefaf.zip
Fix #121 - Change default theme and layout from config
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index 50b5bd5..65fd018 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -29,6 +29,11 @@ proxy:
29 # NOT All custom services implements this new option YET. Support will be extended very soon. 29 # NOT All custom services implements this new option YET. Support will be extended very soon.
30 useCredentials: false # send cookies & authorization headers when fetching service specific data. Set to `true` if you use an authentication proxy. Can be overrided on service level. 30 useCredentials: false # send cookies & authorization headers when fetching service specific data. Set to `true` if you use an authentication proxy. Can be overrided on service level.
31 31
32# Set the default layout and color scheme
33defaults:
34 layout: columns # Either 'columns', or 'list'
35 colorTheme: auto # One of 'auto', 'light', or 'dark'
36
32# Optional theming 37# Optional theming
33theme: default # 'default' or one of the themes available in 'src/assets/themes'. 38theme: default # 'default' or one of the themes available in 'src/assets/themes'.
34 39