mirror of
https://github.com/bastienwirtz/homer.git
synced 2025-11-05 04:45:51 +01:00
Merge pull request #177 from luixal/multiple-pages
Adds multiple pages based on different config files
This commit is contained in:
@@ -92,6 +92,11 @@ links:
|
||||
- name: "link 2"
|
||||
icon: "fas fa-book"
|
||||
url: "https://github.com/bastienwirtz/homer"
|
||||
# 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
|
||||
# see url field and assets/page.yml used in this example:
|
||||
- name: "Second Page"
|
||||
icon: "fas fa-file-alt"
|
||||
url: "#page2"
|
||||
|
||||
# Services
|
||||
# First level array represents a group.
|
||||
|
||||
Reference in New Issue
Block a user