aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/configuration.md
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2021-03-06 22:09:58 -0800
committerGitHub <noreply@github.com>2021-03-06 22:09:58 -0800
commit00b46a6ddebcbbe581f201bd4089c38f6d666fb9 (patch)
treee26dd615b3adf273b99e58329b8caa2050c1d308 /docs/configuration.md
parentcc7ff885527283d97f32347210b0370e8477c4ff (diff)
parentc6267296ec03db24ff40959ef58eedcec904c39b (diff)
downloadhomer-00b46a6ddebcbbe581f201bd4089c38f6d666fb9.tar.gz
homer-00b46a6ddebcbbe581f201bd4089c38f6d666fb9.tar.zst
homer-00b46a6ddebcbbe581f201bd4089c38f6d666fb9.zip
Merge pull request #177 from luixal/multiple-pages
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 5785e56..75ce7cd 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -92,6 +92,11 @@ links:
92 - name: "link 2" 92 - name: "link 2"
93 icon: "fas fa-book" 93 icon: "fas fa-book"
94 url: "https://github.com/bastienwirtz/homer" 94 url: "https://github.com/bastienwirtz/homer"
95 # 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
96 # see url field and assets/page.yml used in this example:
97 - name: "Second Page"
98 icon: "fas fa-file-alt"
99 url: "#page2"
95 100
96# Services 101# Services
97# First level array represents a group. 102# First level array represents a group.