32 lines
1.1 KiB
YAML
32 lines
1.1 KiB
YAML
---
|
|
# Additional page configuration
|
|
|
|
# Additional 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
|
|
|
|
|
|
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: ~
|
|
|
|
# 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"
|
|
url: "#"
|
|
|
|
services:
|
|
- name: "Local Cities"
|
|
icon: "fa-solid fa-map"
|
|
items:
|
|
- name: "longueil"
|
|
icon: "fa-solid fa-tree-city"
|
|
url: "https://longueuil.quebec"
|
|
target: "_blank" # optional html a tag target attribute
|
|
|
|
- name: "Brossard"
|
|
icon: "fa-solid fa-tree-city"
|
|
url: "https://brossard.ca"
|
|
target: "_blank"
|