Skip to content

dominicphillips/gablog

 
 

Repository files navigation

Gopher Academy Blog engine.

Shamelessly forked from go.blog

To add articles, fork and create articles in the /content directory.  See examples in /example articles directory, or read go.blog and slide documentation.  http://godoc.org/code.google.com/p/go.talks/present

Send pull request with article.

Deployment:

ssh to GA server. SU to git user:
cd /var/www/gablog
git pull
ps -eaf | grep blog
kill $PID of blog
nohup ./blog &

TODO:

Better deployment script!

About

Gopher Academy Blog -- fork of go.blog

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published