]> git.immae.eu Git - github/bastienwirtz/homer.git/blame - public/assets/config.yml.dist
Dedicated demo page config
[github/bastienwirtz/homer.git] / public / assets / config.yml.dist
CommitLineData
b9c5fcf0
BW
1---
2# Homepage configuration
775d0a8e 3# See https://fontawesome.com/v5/search for icons options
b9c5fcf0
BW
4
5title: "Demo dashboard"
6subtitle: "Homer"
7logo: "logo.png"
9052ec59 8# icon: "fas fa-skull-crossbones" # Optional icon
b9c5fcf0
BW
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
80f6a131 13# Optional theme customization
b9c5fcf0
BW
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)
3faeac7e 27 link: "#3273dc"
b9c5fcf0
BW
28 link-hover: "#363636"
29 dark:
30 highlight-primary: "#3367d6"
31 highlight-secondary: "#4285f4"
32 highlight-hover: "#5a95f5"
33 background: "#131313"
34 card-background: "#2b2b2b"
35 text: "#eaeaea"
36 text-header: "#ffffff"
37 text-title: "#fafafa"
38 text-subtitle: "#f5f5f5"
39 card-shadow: rgba(0, 0, 0, 0.4)
3faeac7e 40 link: "#3273dc"
b9c5fcf0
BW
41 link-hover: "#ffdd57"
42
43# Optional message
44message:
45 #url: https://b4bz.io
46 style: "is-dark" # See https://bulma.io/documentation/components/message/#colors for styling options.
0e045b4c
GC
47 title: "Demo !"
48 icon: "fa fa-grin"
b9c5fcf0
BW
49 content: "This is a dummy homepage demo. <br /> Find more information on <a href='https://github.com/bastienwirtz/homer'>github.com/bastienwirtz/homer</a>"
50
51# Optional navbar
52# links: [] # Allows for navbar (dark mode, layout, and search) without any links
53links:
54 - name: "Contribute"
55 icon: "fab fa-github"
56 url: "https://github.com/bastienwirtz/homer"
80f6a131 57 target: "_blank" # optional html a tag target attribute
b9c5fcf0
BW
58 - name: "Wiki"
59 icon: "fas fa-book"
60 url: "https://www.wikipedia.org/"
51829a85
W
61 # this will link to a second homer page that will load config from additional-page.yml and keep default config values as in config.yml file
62 # see url field and assets/additional-page.yml.dist used in this example:
e4ec8a6a
BW
63 #- name: "another page!"
64 # icon: "fas fa-file-alt"
65 # url: "#additional-page"
b9c5fcf0
BW
66
67# Services
68# First level array represent a group.
69# Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed).
70services:
71 - name: "Applications"
72 icon: "fas fa-cloud"
73 items:
74 - name: "Awesome app"
75 logo: "assets/tools/sample.png"
e1142750 76 subtitle: "Bookmark example"
b9c5fcf0 77 tag: "app"
9506ed53 78 keywords: "self hosted reddit"
b9c5fcf0 79 url: "https://www.reddit.com/r/selfhosted/"
80f6a131 80 target: "_blank" # optional html a tag target attribute
9814a037
BW
81 - name: "Another one"
82 logo: "assets/tools/sample2.png"
83 subtitle: "Another application"
84 tag: "app"
85 url: "#"