2021-03-07 07:50:58 +01:00
---
# Additionnal page configuration
2021-01-07 09:39:58 +01:00
2021-03-07 07:50:58 +01:00
# Additionnal configurations are loaded using its file name, minus the extension, as an anchor (https://<mydashboad>#<config>).
# `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
2021-01-07 09:39:58 +01:00
2021-03-07 07:50:58 +01:00
subtitle: "this is another dashboard page"
# This overwrites message config. Setting it to empty to remove message from this page and keep it only in the main one:
message: ~
2021-01-07 09:39:58 +01:00
# 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:
links:
- name: "Home"
icon: "fas fa-home"
2021-03-07 07:50:58 +01:00
url: "#"
2021-01-07 09:39:58 +01:00
- name: "Contribute"
icon: "fab fa-github"
url: "https://github.com/bastienwirtz/homer"
target: "_blank" # optional html a tag target attribute
- name: "Wiki"
icon: "fas fa-book"
url: "https://www.wikipedia.org/"
services:
2021-03-07 07:50:58 +01:00
- name: "More applications on another page!"
2021-01-07 09:39:58 +01:00
icon: "fas fa-cloud"
items:
2021-02-23 20:50:32 +01:00
- name: "Awesome app on a second page!"
2021-01-07 09:39:58 +01:00
logo: "assets/tools/sample.png"
subtitle: "Bookmark example"
tag: "app"
url: "https://www.reddit.com/r/selfhosted/"
target: "_blank"