diff --git a/content/notes/_index.md b/content/notes/_index.md new file mode 100644 index 0000000..319b9f9 --- /dev/null +++ b/content/notes/_index.md @@ -0,0 +1,7 @@ +--- +title: Notes +date: 2024-07-13T10:00:00-00:00 +draft: false +--- + +Public notes and guides for various topics. diff --git a/hugo.yaml b/hugo.yaml index 2e9aee4..e1c6e57 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -45,6 +45,8 @@ params: url: "/about" - name: Posts url: "/posts" + - name: Notes + url: "/notes" homeInfoParams: Title: Personal Website @@ -101,3 +103,7 @@ menu: name: Posts url: /posts/ weight: 40 + - identifier: notes + name: Notes + url: /notes/ + weight: 50