simpleblog

command module
v0.0.0-...-501771d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 19, 2014 License: MIT Imports: 32 Imported by: 0

README

simpleblog Build Status

A very simple blog engine I wrote to learn Go and play with other techniques in a simple environment.

This blog engine generates and serves static pages and an Atom feed, with tag and archive support. Yes, such things already exist and will probably do a better job, but where's the fun in that?

While writing this project, I created a number of useful libraries for caching, quick HTTP routing, simultaneous configuration loading from TOML files and environment variables, and more.

Example
% go get github.com/dimfeld/simpleblog
% cd $GOPATH/github.com/dimfeld/simpleblog
% go build
% ./simpleblog simpleblog.conf.sample

Direct your browser to http://localhost:8080

The default template and CSS are intentionally minimal, but should function as an easy skeleton to add your own styling. You can also check out my blog to see it in action.

Acknowledgements

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL