| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
| |
Fixes golang/go#38183
Change-Id: I418fd8c16bd5800d7b4884e764b2b3b17319ea1e
Reviewed-on: https://go-review.googlesource.com/c/blog/+/226638
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
|
|
|
|
|
|
|
| |
Change-Id: Ie8519fa8d24854791327591fcffc875a45b595f9
Reviewed-on: https://go-review.googlesource.com/c/blog/+/225518
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This fixes <pre> blocks containing blank lines, like in
https://blog.golang.org/v2-go-modules.
Fixes golang/go#37972.
Change-Id: I44adf6ae72f600e19c995a1fde36537d4f06008f
Reviewed-on: https://go-review.googlesource.com/c/blog/+/224943
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
|
|
|
|
|
|
|
|
| |
Change-Id: Ibbc5df5fd4e16f09c1d546a154519c356902290e
Reviewed-on: https://go-review.googlesource.com/c/blog/+/223918
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
|
|
|
|
|
|
|
|
|
| |
This update brings in Markdown fixes and redirect support.
Change-Id: I1d4c2589992ca832e27b0ae53a1598240d780d69
Reviewed-on: https://go-review.googlesource.com/c/blog/+/223597
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Andrew Bonventre <andybons@golang.org>
|
|
|
|
|
|
|
|
| |
Change-Id: I9c8e034eabe739a06fa24afa7e56a1d665d095da
Reviewed-on: https://go-review.googlesource.com/c/blog/+/223477
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When deployed with App Engine on blog.golang.org,
insert analytics HTML at the beginning of <head>.
Add deploy instructions to the README.
Also update to the App Engine Go 1.12 runtime.
Change-Id: Icf0919fd22d80cb8cb765845acd1d72f85f11fa1
Reviewed-on: https://go-review.googlesource.com/c/blog/+/198337
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This removes the transitive dependency on git.apache.org/thrift.git,
dropped from x/website in CL 193039.
Commands run:
go get -d golang.org/x/website@00e97558e113808bd2e87edf2275d97515bad94b
go mod tidy
go test ./...
Updates golang/go#34016
Change-Id: I903f1eb29454db1c76945bea97a77d5748913c8c
Reviewed-on: https://go-review.googlesource.com/c/blog/+/193098
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Andrew Bonventre <andybons@golang.org>
|
|
|
|
|
|
|
|
| |
Also updates x/website version to pull in various CSS fixes.
Change-Id: Id0fd49507ccca75b2766d75144484a12cdb70010
Reviewed-on: https://go-review.googlesource.com/c/blog/+/190414
Reviewed-by: Alexander Rakoczy <alex@golang.org>
|
|
|
|
|
|
|
|
|
|
| |
Additionally makes some small changes to abide by best practices.
Updates golang/go#9936
Change-Id: I88263ef78548365b3cfb3f14bae48deb01d30f4f
Reviewed-on: https://go-review.googlesource.com/c/blog/+/189457
Reviewed-by: Katie Hockman <katie@golang.org>
|
|
Commands run:
go mod init
go mod edit -go=1.11
go mod tidy
go list -m all
go test ./...
Updates golang/go#30228
Change-Id: I78d903d7151790b37f32a06f37427a50fcd2a83b
Reviewed-on: https://go-review.googlesource.com/c/blog/+/167157
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
|