A web blog and personal website server.
core | ||
root | ||
.editorconfig | ||
.gitignore | ||
go-reload | ||
LICENSE.txt | ||
main.go | ||
Makefile | ||
README.md | ||
TODO.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.