aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/configuration.md
diff options
context:
space:
mode:
authorluixal <luixal@gmail.com>2021-01-07 09:39:58 +0100
committerluixal <luixal@gmail.com>2021-01-07 09:39:58 +0100
commite3bd2ecc2ca874270282c3c42813b8053d67dcbd (patch)
treea1248fd1c62273e3afd68e2059243e1f091d098a /docs/configuration.md
parent3786f80dae2df7780d19ba8ffd9374ef3c2fc30f (diff)
downloadhomer-e3bd2ecc2ca874270282c3c42813b8053d67dcbd.tar.gz
homer-e3bd2ecc2ca874270282c3c42813b8053d67dcbd.tar.zst
homer-e3bd2ecc2ca874270282c3c42813b8053d67dcbd.zip
Adds multiple pages based on different config files
Diffstat (limited to 'docs/configuration.md')
-rw-r--r--docs/configuration.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index a43d7f1..81de590 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -81,6 +81,11 @@ links:
81 - name: "link 2" 81 - name: "link 2"
82 icon: "fas fa-book" 82 icon: "fas fa-book"
83 url: "https://github.com/bastienwirtz/homer" 83 url: "https://github.com/bastienwirtz/homer"
84 # this will link to a second homer page that will load config from page2.yml and keep default config values as in config.yml file
85 # see url field and assets/page.yml used in this example:
86 - name: "Second Page"
87 icon: "fas fa-file-alt"
88 url: "/page2"
84 89
85# Services 90# Services
86# First level array represents a group. 91# First level array represents a group.