Note Template: Quick Reference
This is a template note showing how notes work. Notes are shorter and rougher than blog posts. Use them for quick thoughts, ideas, and things you’re thinking about.
How notes differ from blog posts
- Notes have tags (shown as pills on the listing page)
- Notes are informal. No pressure to be polished.
- Notes use shorter dates on the listing (e.g., “Mar 21” instead of “Mar 21, 2026”)
All the same markdown works
Bold, italic, inline code, links, lists, code blocks, blockquotes, images, tables. Everything from the blog template works here too.
Frontmatter reference
---
title: "Your Note Title"
date: 2026-03-21
tags: ["ai", "code", "idea"]
draft: false
---
Tags are optional but useful for visual context. Set draft: true to hide while writing.