]> git.immae.eu Git - github/bastienwirtz/homer.git/blame - public/assets/additional-page.yml.dist
fixed typos: "Additionnal" -> "Additional"
[github/bastienwirtz/homer.git] / public / assets / additional-page.yml.dist
CommitLineData
ba07da6b 1---
8b9ec846 2# Additional page configuration
e3bd2ecc 3
8b9ec846 4# Additional configurations are loaded using its file name, minus the extension, as an anchor (https://<mydashboad>#<config>).
ba07da6b 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
e3bd2ecc 6
ba07da6b
BW
7
8subtitle: "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:
11message: ~
e3bd2ecc 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:
14links:
15 - name: "Home"
16 icon: "fas fa-home"
ba07da6b 17 url: "#"
e3bd2ecc 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
e3bd2ecc 26services:
ba07da6b 27 - name: "More applications on another page!"
e3bd2ecc 28 icon: "fas fa-cloud"
29 items:
c6267296 30 - name: "Awesome app on a second page!"
e3bd2ecc 31 logo: "assets/tools/sample.png"
32 subtitle: "Bookmark example"
33 tag: "app"
34 url: "https://www.reddit.com/r/selfhosted/"
35 target: "_blank"