A static blog written in Go, packaged in one binary.
Run it with
$ go run ./cmd/blog
Or see it in production
- 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.