A web blog and personal website server.
 
 
 
Go to file
Noah 2966cb2c7f Initial static file router 2017-10-07 21:48:58 -07:00
core Initial static file router 2017-10-07 21:48:58 -07:00
root Initial static file router 2017-10-07 21:48:58 -07:00
.editorconfig Initial static file router 2017-10-07 21:48:58 -07:00
.gitignore Initial static file router 2017-10-07 21:48:58 -07:00
LICENSE.txt Initial commit 2017-10-07 20:13:31 -07:00
Makefile Initial static file router 2017-10-07 21:48:58 -07:00
README.md Initial commit 2017-10-07 20:13:31 -07:00
go-reload Initial static file router 2017-10-07 21:48:58 -07:00
main.go Initial static file router 2017-10-07 21:48:58 -07:00

README.md

Blog

This is the source code that will soon power kirsle.net.

Setup

# If you're new to Go, set your GOPATH.
export GOPATH="${HOME}/go"

# Clone this repository to your go src folder.
git clone https://github.com/kirsle/blog ~/go/src/github.com/kirsle/blog
cd ~/go/src/github.com/kirsle/blog

# Run the server
make run

License

MIT.