move navbar items to yaml file
This commit is contained in:
parent
00ff630785
commit
85b267a33d
2 changed files with 15 additions and 5 deletions
12
src/_data/navigation.yaml
Normal file
12
src/_data/navigation.yaml
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
items:
|
||||
- text: about me
|
||||
url: "/about/"
|
||||
- text: contact
|
||||
url: "/contact/"
|
||||
- text: git
|
||||
url: "https://git.snug.moe/cheri"
|
||||
- text: rss
|
||||
url: "/feed.rss"
|
||||
- text: posts
|
||||
url: "/posts/"
|
Loading…
Add table
Add a link
Reference in a new issue