Merge pull request #177 from luixal/multiple-pages

Adds multiple pages based on different config files
This commit is contained in:
Bastien Wirtz
2021-03-06 22:09:58 -08:00
committed by GitHub
3 changed files with 48 additions and 1 deletions

View File

@@ -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.