]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - src/assets/defaults.yml
fix: fix search on page load
[github/bastienwirtz/homer.git] / src / assets / defaults.yml
index bf3a36778430fe19649c8157daa231184894d2c3..85f2698e2647669c2380a93232c8f380ecacac6c 100644 (file)
@@ -3,11 +3,19 @@
 
 title: "Dashboard"
 subtitle: "Homer"
-logo: "logo.png"
 
 header: true
 footer: '<p>Created with <span class="has-text-danger">❤️</span> with <a href="https://bulma.io/">bulma</a>, <a href="https://vuejs.org/">vuejs</a> & <a href="https://fontawesome.com/">font awesome</a> // Fork me on <a href="https://github.com/bastienwirtz/homer"><i class="fab fa-github-alt"></i></a></p>' # set false if you want to hide it.
 
+columns: 3
+connectivityCheck: true
+
+defaults:
+  # columns, list
+  layout: columns
+  # auto, light, dark
+  colorTheme: auto
+
 theme: default
 colors:
   light:
@@ -21,7 +29,9 @@ colors:
     text-title: "#303030"
     text-subtitle: "#424242"
     card-shadow: rgba(0, 0, 0, 0.1)
+    link: "#3273dc"
     link-hover: "#363636"
+    background-image: ""
   dark:
     highlight-primary: "#3367d6"
     highlight-secondary: "#4285f4"
@@ -33,8 +43,13 @@ colors:
     text-title: "#fafafa"
     text-subtitle: "#f5f5f5"
     card-shadow: rgba(0, 0, 0, 0.4)
+    link: "#3273dc"
     link-hover: "#ffdd57"
+    background-image: ""
 
 message: ~
 links: []
 services: []
+
+
+proxy: ~
\ No newline at end of file