]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
Merge pull request #311 from Aryess/main
authorEvan Steinkerchner <esteinkerchner@gmail.com>
Sun, 13 Mar 2022 19:00:09 +0000 (15:00 -0400)
committerGitHub <noreply@github.com>
Sun, 13 Mar 2022 19:00:09 +0000 (15:00 -0400)
Fix #121 - Change default theme and layout from config

1  2 
docs/configuration.md
src/App.vue

index 552b22a9b4993722bd10ab5eb3f42f7ed81f2311,65fd018d0f0be53e25af0bff9b13841ae60f8df3..2083be3056a74cd9b2e3f87dd79f059c8d99b262
@@@ -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'.
  
diff --cc src/App.vue
Simple merge