Simple static blog written in Go, packaged in one binary.

  • By Jian Li
  • Last update: Jan 4, 2023
  • Comments: 0

A static blog written in Go, packaged in one binary.

Run it with

$ go run ./cmd/blog

Or see it in production

Features

  • Rendered from markdown with metadata.
  • Packaged in one binary using Go embed package.
  • Static file hosting using Go fs package.
  • Best practices for base template layout using Go html/template package.
  • RSS feed supported.

Download

blog.zip