Writing

Notes, essays, and build logs from BPrehn.com

Long-form writing, practical notes, and project updates.

The most useful Grav pattern is simple:

  1. Parent page for each major section.
  2. Child pages for each entry.
  3. Shared frontmatter keys so templates can assume structure.

Once this is in place, listing pages become reusable and editorial work in Admin becomes much faster.

Grav gives me a practical authoring workflow without the overhead of a database-driven stack.

I can ship content as Markdown files, keep structure in frontmatter, and still get clean URLs, taxonomy, and template control.

That combination is ideal for fast publishing and long-term maintainability...