From 50e8c9ca261190160df019f2ab40944b9c550603 Mon Sep 17 00:00:00 2001 From: Scott Hatlen Date: Fri, 2 Jun 2023 21:16:31 -0700 Subject: [PATCH] added treasures section --- hugo-content/config.toml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/hugo-content/config.toml b/hugo-content/config.toml index 6c50f37..a32f7c5 100644 --- a/hugo-content/config.toml +++ b/hugo-content/config.toml @@ -26,11 +26,16 @@ name = "Projects" url = "/projects/" weight = 4 +[[menu.main]] +name = "Treasures" +url = "/Treasures/" +weight = 5 + [markup] [markup.tableOfContents] - endLevel = 4 - ordered = false + endLevel = 5 + ordered = true startLevel = 2 [markup.highlight] codeFences = true