14 lines
449 B
YAML
14 lines
449 B
YAML
pages:
|
|
# NOTE: `name` field must match the `navbar_title` field in the page's front matter to ensure the correct page is highlighted in the navbar.
|
|
# For example, the `navbar_title` field in `showcase.html` is "Showcase" and the `name` field here should also be "Showcase"
|
|
- name: Home
|
|
url: /
|
|
- name: Home (Layout 2)
|
|
url: /index_layout2
|
|
- name: Publications
|
|
url: /publications
|
|
- name: Blog
|
|
url: /blog
|
|
- name: Showcase
|
|
url: /showcase
|