aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/assets/defaults.yml
diff options
context:
space:
mode:
Diffstat (limited to 'src/assets/defaults.yml')
-rw-r--r--src/assets/defaults.yml39
1 files changed, 39 insertions, 0 deletions
diff --git a/src/assets/defaults.yml b/src/assets/defaults.yml
new file mode 100644
index 0000000..1909328
--- /dev/null
+++ b/src/assets/defaults.yml
@@ -0,0 +1,39 @@
1---
2# Default configuration
3
4title: "Dashboard"
5subtitle: "Homer"
6logo: "logo.png"
7
8header: true
9footer: '<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.
10
11theme: default
12colors:
13 light:
14 highlight-primary: "#3367d6"
15 highlight-secondary: "#4285f4"
16 highlight-hover: "#5a95f5"
17 background: "#f5f5f5"
18 card-background: "#ffffff"
19 text: "#363636"
20 text-header: "#ffffff"
21 text-title: "#303030"
22 text-subtitle: "#424242"
23 card-shadow: rgba(0, 0, 0, 0.1)
24 link-hover: "#363636"
25 dark:
26 highlight-primary: "#3367d6"
27 highlight-secondary: "#4285f4"
28 highlight-hover: "#5a95f5"
29 background: "#131313"
30 card-background: "#2b2b2b"
31 text: "#eaeaea"
32 text-header: "#ffffff"
33 text-title: "#fafafa"
34 text-subtitle: "#f5f5f5"
35 card-shadow: rgba(0, 0, 0, 0.4)
36 link-hover: "#ffdd57"
37
38links: []
39services: []