File tree Expand file tree Collapse file tree 2 files changed +19
-10
lines changed
Expand file tree Collapse file tree 2 files changed +19
-10
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ title : " Note Here"
3+ date : " Wed Jul 16 08:34:38 MDT 2025"
4+ draft : true
5+ category : " note"
6+ tags : ["test"]
7+ ---
8+
9+ this is a test to see if a note shows up
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ recentPostsLimit = 3
3030
3131# Display recent notes on the homepage.
3232# Default: true
33- showRecentNotes = false
33+ showRecentNotes = true
3434
3535# Set how many recent notes to show.
3636# Default: 5
@@ -84,21 +84,21 @@ page = ['html']
8484name = ' Resume'
8585pageRef = ' /about/resume.md'
8686weight = 1
87- [[menus .main ]]
88- name = ' About'
89- pageRef = ' /about'
90- weight = 2
91- [[menus .main ]]
92- # name = 'Notes'
93- # pageRef = '/notes'
94- # weight = 20
87+ # [[menus.main]]
88+ # name = 'About'
89+ # pageRef = '/about'
90+ # weight = 2
9591[[menus .main ]]
9692name = ' Posts'
9793pageRef = ' /posts'
98- weight = 3
94+ weight = 2
9995[[menus .main ]]
10096name = ' Projects'
10197pageRef = ' /projects'
98+ weight = 3
99+ [[menus .main ]]
100+ name = ' Notes'
101+ pageRef = ' /notes'
102102weight = 4
103103[[menus .main ]]
104104name = ' Graph'
You can’t perform that action at this time.
0 commit comments