Skip to content

Commit b7e24ba

Browse files
committed
Add aditional configurations
1 parent 9db3806 commit b7e24ba

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

config/_default/menu.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
main:
2+
identifier: "about"
3+
name: "About"
4+
url: "/about/"
5+
weight: 10

config/_default/taxonomies.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
category: "categories"
2+
tag: "tags"
3+
series: "series"

0 commit comments

Comments
 (0)