Skip to content

Commit c9a8587

Browse files
committed
added posts menu
1 parent c2b5cb6 commit c9a8587

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

config.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,21 +48,24 @@ languages:
4848
series: series
4949
menu:
5050
main:
51+
- name: Posts
52+
url: posts/
53+
weight: 1
5154
- name: About Me
5255
url: about/
53-
weight: 1
56+
weight: 2
5457
- name: Side Projects
5558
url: side-projects/
56-
weight: 2
59+
weight: 3
5760
- name: Archive
5861
url: archives/
62+
weight: 4
63+
- name: Tags
64+
url: tags/
5965
weight: 5
6066
- name: Search
6167
url: search/
62-
weight: 10
63-
- name: Tags
64-
url: tags/
65-
weight: 10
68+
weight: 6
6669

6770
markup:
6871
highlight:

0 commit comments

Comments
 (0)