Skip to content

trumully/blog

Repository files navigation

blog

Personal blog built with Astro, deployed at https://truman.mulholland.nz.

Comments

To comment on a post, submit a pull request here adding a Markdown file to:

src/content/comments/{post-name}/

Using the VS Code task (recommended)

  1. Open the Command Palette (Ctrl+Shift+P / Cmd+Shift+P)
  2. Run Tasks: Run TaskNew Comment
  3. Enter the post slug (e.g. my-post-title) and your name when prompted
  4. The file is created at the correct path with frontmatter pre-filled

Manually

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**!

Contributions

This is my personal blog, but I am happy to accept contributions such as:

  • Comments (as above)
  • Corrections (typos, etc)

About

My personal blog

Topics

Resources

Stars

Watchers

Forks

Contributors