
How to write a new post
You do not need to know coding to write here.
1. Make a new file
Go to the folder src/content/blog/.
Create a file named something like sunday-thoughts.md.
Use only letters, numbers, and dashes in the file name. No spaces.
2. Put this at the top
---
title: 'Sunday thoughts'
description: 'A short summary people will see when you share the link.'
pubDate: 'Sep 21 2026'
heroImage: '../../assets/blog-placeholder-3.jpg'
---
The description is important. WhatsApp and other apps show it when someone shares your post.
3. Write underneath
Type your article under those three dashes.
4. Look at it
If the site is running, save the file and refresh the browser. Your new post appears on the home page.