From: Evan Steinkerchner Date: Sun, 13 Mar 2022 19:00:09 +0000 (-0400) Subject: Merge pull request #311 from Aryess/main X-Git-Tag: v22.02.2~16 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=049610bc9178a57732356801e20488cf669eda5e;p=github%2Fbastienwirtz%2Fhomer.git Merge pull request #311 from Aryess/main Fix #121 - Change default theme and layout from config --- 049610bc9178a57732356801e20488cf669eda5e diff --cc docs/configuration.md index 552b22a,65fd018..2083be3 --- a/docs/configuration.md +++ b/docs/configuration.md @@@ -29,8 -26,14 +29,13 @@@ connectivityCheck: true # whether you w # Optional: Proxy / hosting option proxy: - # NOT All custom services implements this new option YET. Support will be extended very soon. 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. + # Set the default layout and color scheme + defaults: + layout: columns # Either 'columns', or 'list' + colorTheme: auto # One of 'auto', 'light', or 'dark' + # Optional theming theme: default # 'default' or one of the themes available in 'src/assets/themes'.