[mirror] Go Blog (obsolete)
Перейти к файлу
Andrew Bonventre 8e418393f8 blog: update links to remove tip subdomain or add https
This should not be published until Go 1.13 is out.

Change-Id: Ie9c3147d21339106cbbe2e468f1f02b2abea57cd
Reviewed-on: https://go-review.googlesource.com/c/blog/+/192742
Reviewed-by: Alexander Rakoczy <alex@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2019-09-03 17:58:31 +00:00
content blog: update links to remove tip subdomain or add https 2019-09-03 17:58:31 +00:00
static blog: fix serving of fonts on App Engine 2016-11-17 02:50:40 +00:00
support/racy go.blog: add racy example program 2013-06-25 09:26:36 +10:00
template blog: update logo to link to golang.org 2019-08-15 20:52:54 +00:00
.gcloudignore blog: deploy with App Engine Standard on Go 1.11 2019-03-07 18:57:43 +00:00
.gitattributes blog: copying .gitattributes to all subrepositories 2014-12-23 06:39:27 +00:00
AUTHORS blog: update links to remove tip subdomain or add https 2019-09-03 17:58:31 +00:00
CONTRIBUTING.md CONTRIBUTING.md: remove note about not accepting Pull Requests 2018-03-14 18:02:14 +00:00
CONTRIBUTORS blog: update links to remove tip subdomain or add https 2019-09-03 17:58:31 +00:00
LICENSE LICENSE: add 2012-03-17 15:20:58 +11:00
PATENTS go.empty: add PATENTS file to the subrepo. 2012-04-16 11:24:04 +10:00
README.md README.md: say articles use the present format 2019-08-13 20:00:15 +00:00
app.yaml blog: deploy with App Engine Standard on Go 1.11 2019-03-07 18:57:43 +00:00
appengine.go blog: deploy with App Engine Standard on Go 1.11 2019-03-07 18:57:43 +00:00
blog.go blog: update to use new Go branding guidelines 2019-08-12 15:25:40 +00:00
codereview.cfg blog: add codereview.cfg 2015-03-18 17:04:27 +00:00
go.mod blog: update logo to link to golang.org 2019-08-15 20:52:54 +00:00
go.sum blog: update logo to link to golang.org 2019-08-15 20:52:54 +00:00
local.go blog: update to use new Go branding guidelines 2019-08-12 15:25:40 +00:00
local_test.go blog: skip test on slow aix-ppc64 builder 2019-08-29 15:14:55 +00:00
rewrite.go blog: clean up blog to allow usage with gcloud command 2018-05-24 20:12:49 +00:00

README.md

Go Blog

This repository holds the Go Blog server code and content.

Download/Install

The easiest way to install is to run go get -u golang.org/x/blog. You can also manually git clone the repository to $GOPATH/src/golang.org/x/blog.

Running Locally

To run the blog server locally:

go build && ./blog -reload

and then visit http://localhost:8080/ in your browser.

Contributing

Articles are written in the x/tools/present format. Articles on the blog should have broad interest to the Go community, and are mainly written by Go contributors. We encourage you to share your experiences using Go on your own website, and to share them with the Go community. Hugo is a static site server written in Go that makes it easy to write and share your stories.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.

The main issue tracker for the blog is located at https://github.com/golang/go/issues. Prefix your issue with "x/blog:" in the subject line, so it is easy to find.