A web blog and personal website server.
 
 
 
Go to file
Noah 3d4d69decc Sessions, log in-out, app settings GUI 2017-11-15 06:55:15 -08:00
core Sessions, log in-out, app settings GUI 2017-11-15 06:55:15 -08:00
root Sessions, log in-out, app settings GUI 2017-11-15 06:55:15 -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 Sessions, log in-out, app settings GUI 2017-11-15 06:55:15 -08: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 Add JsonDB and initial Admin Setup POST handler 2017-11-03 09:52:40 -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.