]> 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 b2960c9e626cbc66c6f0dd76d74603790b2e0ceb..85f2698e2647669c2380a93232c8f380ecacac6c 100644 (file)
@@ -7,8 +7,15 @@ subtitle: "Homer"
 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:
@@ -22,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"
@@ -34,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