website/go.dev
Russ Cox 15a5891cb4 go.dev/_content/css: fix unreadable pull quotes
See https://go.dev/solutions/clis.
The big teal boxes are teal-on-teal quotes.
Make them teal-on-white instead.

Change-Id: I33dd72f172043123d0b21620d75a44ca7a403224
Reviewed-on: https://go-review.googlesource.com/c/website/+/362017
Trust: Russ Cox <rsc@golang.org>
Reviewed-by: Jamal Carvalho <jamal@golang.org>
2021-11-09 16:26:15 +00:00
..
_content go.dev/_content/css: fix unreadable pull quotes 2021-11-09 16:26:15 +00:00
_later/security go.dev: mv _content/security _later/security 2021-11-04 22:07:24 +00:00
.eslintrc.json
.gcloudignore
.gitignore
.prettierrc.yaml
.stylelintrc.json
README.md

README.md

go.dev

Style Guides

Installation/Usage

To serve the go.dev pages, run

go run ./cmd/golangorg

and load http://localhost:6060/go.dev/

Deploying

Each time a CL is reviewed and submitted, the blog is automatically deployed to App Engine. If the CL is submitted with a Website-Publish +1 vote, the new deployment automatically becomes https://go.dev/. Otherwise, the new deployment can be found in the App Engine versions list and verified and manually promoted.

If the automatic deployment is not working, or to check on the status of a pending deployment, see the “website-redeploy-go-dev” trigger in the Cloud Build console.