aboutsummaryrefslogtreecommitdiff
path: root/blog
Commit message (Collapse)AuthorAge
* go.blog: drop scheme from linksAndrew Gerrand2014-07-25
| | | | | | | | | | golang.org and its subdomains now serve HTTPS with a valid cert, so we must support both HTTP and HTTPS. TBR=bradfitz R=golang-codereviews CC=golang-codereviews https://golang.org/cl/116270043
* go.blog/blog: add -reload flag to reload content on each page loadAndrew Gerrand2013-11-21
| | | | | | R=r CC=golang-dev https://golang.org/cl/30040043
* blog.go: Set the AtomFieldTitle field in blog.Config.Brian Gitonga Marete2013-10-28
| | | | | | | | | | CL 16830043 removes the hard-coding of the atom feed title and replaces it with a configuration field in the Config structure in the go.tools/blog package. This CL sets that structure field. R=golang-dev, adg CC=golang-dev https://golang.org/cl/16850043
* go.blog: move cmd/blog to repo rootAndrew Gerrand2013-09-19
To be consistent with go.talks/present and go-tour/gotour. R=r CC=golang-dev https://golang.org/cl/13751044