Skip to content

Commit e5ebf05

Browse files
committed
enable notes, test
1 parent 0c277ad commit e5ebf05

File tree

2 files changed

+19
-10
lines changed

2 files changed

+19
-10
lines changed

content/notes/note-here.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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

hugo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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']
8484
name = 'Resume'
8585
pageRef = '/about/resume.md'
8686
weight = 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]]
9692
name = 'Posts'
9793
pageRef = '/posts'
98-
weight = 3
94+
weight = 2
9995
[[menus.main]]
10096
name = 'Projects'
10197
pageRef = '/projects'
98+
weight = 3
99+
[[menus.main]]
100+
name = 'Notes'
101+
pageRef = '/notes'
102102
weight = 4
103103
[[menus.main]]
104104
name = 'Graph'

0 commit comments

Comments
 (0)