← Back

Welcome to norcalblogger

Welcome to norcalblogger. This is a simple, file-based blog.

Every post lives as a Markdown file in the content/posts directory. To publish a new post, drop in a new .md file with some frontmatter — no code changes required.

How it works

  • Content is stored as Markdown in /content
  • Frontmatter (title, date, description) is parsed with gray-matter
  • Posts render as React Server Components with react-markdown

That's the whole thing. Simple and clean.