mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-01-23 02:15:09 +00:00
Fix #121 - Change default theme and layout from config
This commit is contained in:
parent
c72acd57d0
commit
5db2414d05
5 changed files with 33 additions and 1 deletions
|
|
@ -29,6 +29,11 @@ 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'.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue