Skip to content

Commit 34ddb98

Browse files
committed
📝 docs(content): remove unused menu entries
- delete 'menus' section from the home page content file - streamline front matter for improved readability
1 parent 6a636f4 commit 34ddb98

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

site/content/_index.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
---
22
title: "Home"
33
url: "/"
4-
menus:
5-
- main
6-
- footer
4+
selections:
5+
- title: "About"
6+
url: "/about/"
7+
- title: "Blog"
8+
url: "/blog/"
9+
- title: "Contact"
10+
url: "/contact/"
11+
- title: "Projects"
12+
url: "/projects/"
13+
- title: "Resources"
14+
url: "/resources/"
715
---
8-

0 commit comments

Comments
 (0)