Skip to content

Commit

Permalink
feat: Resources and Reviews pages (under Other menu)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhrcook committed Jan 30, 2025
1 parent f929b63 commit 835e835
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 1 deletion.
16 changes: 15 additions & 1 deletion config/_default/menus.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ name = "Hobbies"
pageRef = "hobbies"
weight = 40


[[main]]
name = "Overview"
parent = "About"
Expand All @@ -36,7 +37,20 @@ weight = 50
name = "Resume"
parent = "About"
pageRef = "resume"
weight = 60
weight = 55


[[main]]
name = "Resources"
parent = "Other"
pageRef = "resources"
weight = 70

[[main]]
name = "Reviews"
parent = "Other"
pageRef = "reviews"
weight = 75

# [[main]]
# name = "About"
Expand Down
33 changes: 33 additions & 0 deletions content/resources/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
title: "Resources"

showAuthor: false

showDate: true
showDateUpdated: true

showHero: true
heroStyle: "background"

showHeadingAnchors: false
showPagination: false

showWordCount: false
showReadingTime: false

showTableOfContents: false
showRelatedContent: false

cardView: true
groupByYear: false

cascade:
showDate: true
showDateUpdated: true
showSummary: true
invertPagination: true
---

This section of the website if for organizing resources I find myself reaching for frequently and those I have created myself.
Examples of the former include data visualization reference websites, and of the latter include my notes in *Deep Work* by Cal Newport.
I'm sure I'll make great use of this collation, and hopefully others can find information they didn't know they were looking for.
34 changes: 34 additions & 0 deletions content/reviews/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: "Reviews"

showAuthor: false

showHero: true
heroStyle: "background"

showDate: true
showDateUpdated: true
showWordCount: true

showHeadingAnchors: false
showPagination: false
showReadingTime: true

showTableOfContents: false
showRelatedContent: false

cardView: true
groupByYear: false

cascade:
showDate: true
showDateUpdated: true
showSummary: true
invertPagination: true
showTableOfContents: true
draft: true
featured: false
---

In this section, I will provide reviews of gear I've used extensively.
This will range from backpacking and fishing gear to watches and miscellany, but for all articles, I will have had considerable time and experience with the item, such that I can provide useful insight to those curious.

0 comments on commit 835e835

Please sign in to comment.