]> git.immae.eu Git - github/bastienwirtz/homer.git/blob - public/assets/config.yml.dist
Add support for a message icon
[github/bastienwirtz/homer.git] / public / assets / config.yml.dist
1 ---
2 # Homepage configuration
3 # See https://fontawesome.com/icons for icons options
4
5 title: "Demo dashboard"
6 subtitle: "Homer"
7 logo: "logo.png"
8 # icon: "fas fa-skull-crossbones" # Optional icon
9
10 header: true
11 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.
12
13 # Optional theme customization
14 theme: default
15 colors:
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
42 message:
43 #url: https://b4bz.io
44 style: "is-dark" # See https://bulma.io/documentation/components/message/#colors for styling options.
45 title: "Demo !"
46 icon: "fa fa-grin"
47 content: "This is a dummy homepage demo. <br /> Find more information on <a href='https://github.com/bastienwirtz/homer'>github.com/bastienwirtz/homer</a>"
48
49 # Optional navbar
50 # links: [] # Allows for navbar (dark mode, layout, and search) without any links
51 links:
52 - name: "Contribute"
53 icon: "fab fa-github"
54 url: "https://github.com/bastienwirtz/homer"
55 target: "_blank" # optional html a tag target attribute
56 - name: "Wiki"
57 icon: "fas fa-book"
58 url: "https://www.wikipedia.org/"
59
60 # Services
61 # First level array represent a group.
62 # Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed).
63 services:
64 - name: "Applications"
65 icon: "fas fa-cloud"
66 items:
67 - name: "Awesome app"
68 logo: "assets/tools/sample.png"
69 subtitle: "Bookmark example"
70 tag: "app"
71 url: "https://www.reddit.com/r/selfhosted/"
72 target: "_blank" # optional html a tag target attribute
73 - name: "Another one"
74 logo: "assets/tools/sample2.png"
75 subtitle: "Another application"
76 tag: "app"
77 url: "#"