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