refactor: add exampleSite menu using FrontMatter (#167)

This commit is contained in:
Jimmy Cai
2021-03-07 13:02:39 +01:00
committed by GitHub
parent d5268a41e0
commit 9befda7310
4 changed files with 26 additions and 27 deletions
+3 -18
View File
@@ -99,6 +99,9 @@ params:
content:
enabled: true
### Custom menu
### See https://docs.stack.jimmycai.com/configuration/custom-menu
### To remove about, archive and search page menu item, remove `menu` field from their FrontMatter
menu:
main:
- identifier: home
@@ -107,24 +110,6 @@ menu:
weight: -100
pre: home
- identifier: about
name: About
url: about
weight: -90
pre: user
- identifier: archives
name: Archives
url: archives
weight: -70
pre: archives
- identifier: search
name: Search
url: search
weight: -60
pre: search
related:
includeNewer: true
threshold: 60