/notebook
Notebook
A filesystem-backed knowledgebase for homelab, music, coffee, anime, gaming, and other notes.
How this works
The notebook is backed by markdown files under src/content/notebook. Folders become URL segments, so the file tree can grow the same way a small docs site or Obsidian vault grows.
Top-level areas
homelabfor infrastructure, services, hardware, and operationsmusicfor listening notes, casual practice, albums, and production detailscoffeefor brew recipes, beans, cafes, and repeatable adjustmentsanimefor watch notes, kusoanime finds, pacing, and visual detailsgamingfor MMORPG notes, systems, co-op plans, and mechanics
Adding a note
Create a markdown file anywhere under src/content/notebook with frontmatter like this:
---
title: New note
description: Short summary for navigation and previews.
created: "2026-07-10"
updated: "2026-07-10"
order: 50
---
A file at src/content/notebook/homelab/network/new-service.md becomes /notebook/homelab/network/new-service/.