/notebook

Notebook

Created: Jul 10, 2026Last Edited: Jul 10, 2026

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

  • homelab for infrastructure, services, hardware, and operations
  • music for listening notes, casual practice, albums, and production details
  • coffee for brew recipes, beans, cafes, and repeatable adjustments
  • anime for watch notes, kusoanime finds, pacing, and visual details
  • gaming for 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/.