diff --git a/content/page/links.md b/content/page/links.md new file mode 100644 index 0000000..f3fb759 --- /dev/null +++ b/content/page/links.md @@ -0,0 +1,11 @@ +--- +title: Links +subtitle: A collection of links I might one day look at +comments: False +--- + +# Stuff + +# Things + + diff --git a/hugo.toml b/hugo.toml index 5931fd3..0e8704f 100644 --- a/hugo.toml +++ b/hugo.toml @@ -90,10 +90,15 @@ pygmentsCodefencesGuessSyntax = true url = "page/about/" weight = 3 +[[menu.main]] + name = "Links" + url = "page/links/" + weight = 3 + [[menu.main]] identifier = "samples" name = "Samples" - weight = 2 + weight = 10 [[menu.main]] parent = "samples"