aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/assets/additional-page.yml.dist
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/additional-page.yml.dist')
-rw-r--r--public/assets/additional-page.yml.dist35
1 files changed, 35 insertions, 0 deletions
diff --git a/public/assets/additional-page.yml.dist b/public/assets/additional-page.yml.dist
new file mode 100644
index 0000000..5d377ee
--- /dev/null
+++ b/public/assets/additional-page.yml.dist
@@ -0,0 +1,35 @@
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
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: ~
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"
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
26services:
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"