A web blog and personal website server.
 
 
 
Go to file
Noah 10071a8301 Add Rophako importer for blog posts and comments 2017-12-01 09:05:16 -08:00
cmd Add Rophako importer for blog posts and comments 2017-12-01 09:05:16 -08:00
core Make the blog index includeable from site index 2017-12-01 08:07:21 -08:00
root Make the blog index includeable from site index 2017-12-01 08:07:21 -08:00
.editorconfig Initial static file router 2017-10-07 21:48:58 -07:00
.gitignore Initial "Bluez" default theme and Admin Setup page 2017-10-31 09:42:15 -07:00
LICENSE.txt Initial commit 2017-10-07 20:13:31 -07:00
Makefile Add Rophako importer for blog posts and comments 2017-12-01 09:05:16 -08:00
README.md Initial commit 2017-10-07 20:13:31 -07:00
TODO.md Blog post creation, viewing, index listing, editing, deleting 2017-11-24 11:56:32 -08:00
go-reload 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.