]> git.immae.eu Git - github/bastienwirtz/homer.git/blob - public/assets/additional-page.yml.dist
fixed typos: "Additionnal" -> "Additional"
[github/bastienwirtz/homer.git] / public / assets / additional-page.yml.dist
1 ---
2 # Additional page configuration
3
4 # Additional configurations are loaded using its file name, minus the extension, as an anchor (https://<mydashboad>#<config>).
5 # `config.yml` is still used as a base configuration, and all values here will overwrite it, so you don't have to re-defined everything
6
7
8 subtitle: "this is another dashboard page"
9
10 # This overwrites message config. Setting it to empty to remove message from this page and keep it only in the main one:
11 message: ~
12
13 # as we want to include a differente link here (so we can get back to home page), we need to replicate all links or they will be revome when overwriting the links field:
14 links:
15 - name: "Home"
16 icon: "fas fa-home"
17 url: "#"
18 - name: "Contribute"
19 icon: "fab fa-github"
20 url: "https://github.com/bastienwirtz/homer"
21 target: "_blank" # optional html a tag target attribute
22 - name: "Wiki"
23 icon: "fas fa-book"
24 url: "https://www.wikipedia.org/"
25
26 services:
27 - name: "More applications on another page!"
28 icon: "fas fa-cloud"
29 items:
30 - name: "Awesome app on a second page!"
31 logo: "assets/tools/sample.png"
32 subtitle: "Bookmark example"
33 tag: "app"
34 url: "https://www.reddit.com/r/selfhosted/"
35 target: "_blank"