Start here ยท
How to add a learning topic
Journal posts live in src/content/blog/. Learning topics live in src/content/learning/.
1. Make a new file
Go to the folder src/content/learning/.
Create a file named something like risk-and-size.md.
Use only letters, numbers, and dashes in the file name. No spaces.
2. Put this at the top
---
title: 'Risk and size'
description: 'A short summary people will see when you share the link.'
pubDate: 'Sep 22 2026'
topic: 'Risk'
---
topic is optional. Use it as a short label, such as Risk or Chart reading.
3. Write underneath
Type the lesson under those three dashes.
4. Look at it
If the site is running, save the file and refresh the browser. The topic appears under Learning in the header.