Start a notes section

This commit is contained in:
Andrew Stryker
2024-07-13 13:29:24 -07:00
parent 089651b29d
commit f71482c335
2 changed files with 13 additions and 0 deletions

7
content/notes/_index.md Normal file
View File

@@ -0,0 +1,7 @@
---
title: Notes
date: 2024-07-13T10:00:00-00:00
draft: false
---
Public notes and guides for various topics.

View File

@@ -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