add second page to homer, with links to city websites

This commit is contained in:
2025-08-19 08:48:11 -04:00
parent 907cfef01b
commit f337af02b4
3 changed files with 41 additions and 2 deletions

View File

@@ -0,0 +1,31 @@
---
# 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"