GoBlogger

Simple blogging. Single-binary deployment, easy for everyone.


Welcome

Short introduction to GoBlogger and what to expect from this documentation series.

Welcome to GoBlogger.

This post series is a technical walkthrough of the core building blocks: content structure, theme customization, updates, and common pitfalls.

If you only take away three things:

  1. Content lives in files, not in a database.
  2. Theme overrides belong in your own theme/ folder.
  3. Never update blindly without a backup and a quick diff check.

The focus here is pragmatic: understand quickly, customize cleanly, and avoid losing data.