Personal blog built with Astro, deployed at https://truman.mulholland.nz.
To comment on a post, submit a pull request here adding a Markdown file to:
src/content/comments/{post-name}/
- Open the Command Palette (
Ctrl+Shift+P/Cmd+Shift+P) - Run Tasks: Run Task → New Comment
- Enter the post slug (e.g.
my-post-title) and your name when prompted - The file is created at the correct path with frontmatter pre-filled
File name: {unix-timestamp}-{your-name}.md
---
author: Your Name
date: 2026-03-07T10:00:00Z
# url: https://your-website.com # optional, delete this line if not applicable
---
Your comment here. You can use **markdown**!This is my personal blog, but I am happy to accept contributions such as:
- Comments (as above)
- Corrections (typos, etc)