aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/config.yml.dist
diff options
context:
space:
mode:
Diffstat (limited to 'public/config.yml.dist')
-rw-r--r--public/config.yml.dist71
1 files changed, 71 insertions, 0 deletions
diff --git a/public/config.yml.dist b/public/config.yml.dist
new file mode 100644
index 0000000..849b391
--- /dev/null
+++ b/public/config.yml.dist
@@ -0,0 +1,71 @@
1---
2# Homepage configuration
3# See https://fontawesome.com/icons for icons options
4
5title: "Demo dashboard"
6subtitle: "Homer"
7logo: "logo.png"
8# icon: "fas fa-skull-crossbones" Optional icon
9
10header: true
11footer: '<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.
12
13# Optionnal theme customization
14theme: default
15colors:
16 light:
17 highlight-primary: "#3367d6"
18 highlight-secondary: "#4285f4"
19 highlight-hover: "#5a95f5"
20 background: "#f5f5f5"
21 card-background: "#ffffff"
22 text: "#363636"
23 text-header: "#ffffff"
24 text-title: "#303030"
25 text-subtitle: "#424242"
26 card-shadow: rgba(0, 0, 0, 0.1)
27 link-hover: "#363636"
28 dark:
29 highlight-primary: "#3367d6"
30 highlight-secondary: "#4285f4"
31 highlight-hover: "#5a95f5"
32 background: "#131313"
33 card-background: "#2b2b2b"
34 text: "#eaeaea"
35 text-header: "#ffffff"
36 text-title: "#fafafa"
37 text-subtitle: "#f5f5f5"
38 card-shadow: rgba(0, 0, 0, 0.4)
39 link-hover: "#ffdd57"
40
41# Optional message
42message:
43 #url: https://b4bz.io
44 style: "is-dark" # See https://bulma.io/documentation/components/message/#colors for styling options.
45 title: "👋 Demo !"
46 content: "This is a dummy homepage demo. <br /> Find more information on <a href='https://github.com/bastienwirtz/homer'>github.com/bastienwirtz/homer</a>"
47
48# Optional navbar
49# links: [] # Allows for navbar (dark mode, layout, and search) without any links
50links:
51 - name: "Contribute"
52 icon: "fab fa-github"
53 url: "https://github.com/bastienwirtz/homer"
54 target: "_blank" # optionnal html a tag target attribute
55 - name: "Wiki"
56 icon: "fas fa-book"
57 url: "https://www.wikipedia.org/"
58
59# Services
60# First level array represent a group.
61# Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed).
62services:
63 - name: "Applications"
64 icon: "fas fa-cloud"
65 items:
66 - name: "Awesome app"
67 logo: "assets/tools/sample.png"
68 subtitle: "Bookmark example"
69 tag: "app"
70 url: "https://www.reddit.com/r/selfhosted/"
71 target: "_blank" # optionnal html a tag target attribute