Skip to content
/ miniblog Public

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

Notifications You must be signed in to change notification settings

kidlj/miniblog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published