Writing a Note

July 2, 2026

A note is a markdown file in the vault’s notes/ folder. Optional frontmatter:

---
title: My Note
description: One line shown in listings.
date: 2026-07-02
tags: [example]
draft: true # keeps it off the site entirely
---

Push the vault, and the site rebuilds itself.