| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
| |
I was reading the blog post and noticed this dead link. Consider removing it.
(The G+ community link below this one is still working, at least until the service shuts down.)
Change-Id: I6f4cd045d3de776a468e9658b00ad35532503e60
GitHub-Last-Rev: 47f7fedf8d0c5fd8346c95d64bd54d2784b3eddf
GitHub-Pull-Request: golang/blog#18
Reviewed-on: https://go-review.googlesource.com/c/151837
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
|
|
|
|
|
|
|
|
| |
Fixes golang/go#25541
Change-Id: I56bea8febfab6f5c9c563e442367ffb3cc2ea58a
Reviewed-on: https://go-review.googlesource.com/114502
Reviewed-by: Chris Broadfoot <cbro@golang.org>
|
|
|
|
|
|
|
|
|
| |
Currently the search icon is not present on the blog and the search
field has no border on the right.
Change-Id: I20c450403c8e055c00910c1e8c62b2163ecfbe1b
Reviewed-on: https://go-review.googlesource.com/83295
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Move the README to README.md so Gerrit can render it; currently
Gerrit only renders files named exactly "README.md" (for example at
https://go.googlesource.com/go).
Add more links to the README explaining how to file issues,
how to submit code changes, where to download the code to and
how to get it. Hopefully this should help people who go to
https://go.googlesource.com/blog or https://github.com/golang/blog
figure out how to get started with development.
Add a link in the footer to the source code for the blog, so people
know where to find it.
Updates golang/go#21038.
Updates golang/go#21034.
Change-Id: Ie378cf2aa42f56485b5d5c9a943f5b9957d96371
Reviewed-on: https://go-review.googlesource.com/49291
Reviewed-by: Russ Cox <rsc@golang.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Protocol-relative URLs (//blog.golang.org/...) are redundant, we use
HTTPS everywhere.
Use the https:// scheme instead.
Updates golang/go#17961.
Change-Id: I6be6dd1d85f1093561ce3fa606e1ef37d75a7a60
Reviewed-on: https://go-review.googlesource.com/37883
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change reverts the blog to use the system default font for all
pages except the go-fonts post.
Style selectors have been added to select that post and apply the fonts
to it both on its own page as well as on the homepage.
Regardless of anyone's personal opinions about the font, there were
several negative comments about the font on social media sites for posts
unrelated to the font. We want to encourage people to discuss the content
of our articles rather than get tied up about their presentation.
Change-Id: I107f57e289f408584e2e5f6a8de3a6a445ea42a4
Reviewed-on: https://go-review.googlesource.com/37137
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
|
|
|
|
|
|
| |
Change-Id: I4c1fc9b10440b8e99a04614d89ac1fe0db58ae68
Reviewed-on: https://go-review.googlesource.com/33260
Reviewed-by: Andrew Gerrand <adg@golang.org>
|
|
|
|
|
|
|
|
|
| |
These fonts are available under the usual license at
golang.org/x/image/font/gofont
Change-Id: Ifeb5c3478bc6752b75f1d1128d05141d7bc4a45e
Reviewed-on: https://go-review.googlesource.com/33259
Reviewed-by: Rob Pike <r@golang.org>
|
|
|
|
|
|
|
|
|
|
| |
This change complements change golang/go#9062 (because godoc and
the blog share a style sheet) and makes the blog responsive for
mobile.
Change-Id: Ibcd415034c067a6ebc4489dc8b5f32ec9c1a38d6
Reviewed-on: https://go-review.googlesource.com/9063
Reviewed-by: Chris Broadfoot <cbro@golang.org>
|
|
|
|
|
|
|
|
|
|
|
| |
The sidebar in individual article view is unwieldy.
Remove related articles, Google Developers links (that nobody clicks),
and remove the heading about the "Article index" link.
LGTM=dsymonds
R=dsymonds
CC=golang-codereviews
https://golang.org/cl/120870044
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
LGTM=iant
R=golang-codereviews, iant
CC=golang-codereviews
https://golang.org/cl/78490043
|
|
|
|
|
| |
R=golang-dev, dave
https://golang.org/cl/30000043
|
|
|
|
|
| |
R=golang-dev, r
https://golang.org/cl/13947043
|
|
|
|
|
|
| |
R=r
CC=golang-dev
https://golang.org/cl/13458046
|
|
|
|
|
|
|
| |
Also delete go.blog/pkg/blog and unused static files.
R=golang-dev, dsymonds
https://golang.org/cl/13754043
|
|
|
|
|
|
|
|
|
|
|
| |
Also update playground JavaScripts to the latest version.
This will make it easier for us to switch to godoc's static assets down
the line.
R=r, dsymonds
CC=golang-dev
https://golang.org/cl/13412049
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also add a "BasePath" configuration option, so that the blog
may be served under "/blog", for instance.
This is preparation to include the blog server in the binary
distributions of godoc.
R=r, dsymonds
CC=golang-dev
https://golang.org/cl/13737043
|
|
|
|
|
|
| |
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/10541043
|
|
|
|
|
|
| |
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/7844043
|
|
R=golang-dev, dsymonds, r
CC=golang-dev
https://golang.org/cl/7382064
|