Skip to content

Commit 5d4e4c0

Browse files
committed
style(menu): collapse Blog section and surface Podcast/Newsletter as top-level links via weights and Book params
1 parent f76c495 commit 5d4e4c0

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

content/menu/blog/_index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: "Blog"
3+
weight: 30
4+
bookCollapseSection: true
5+
---
6+
7+
Posts, articles, and notes.
8+

content/menu/newsletter/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: "Newsletter"
3+
weight: 10
4+
bookFlatSection: true
35
---
46

57
This is where my newsletter, *The Attention*, will live.
6-
Stay tuned for signup and archives.
8+
Stay tuned for signup and archives.

content/menu/podcast/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
title: "Podcast"
3+
weight: 20
4+
bookFlatSection: true
35
---
46

57
This will be the home for my AI × Bio podcast.
6-
For now, episodes will be linked here once available.
8+
For now, episodes will be linked here once available.

0 commit comments

Comments
 (0)