[mirror] Home of the go.dev and golang.org websites
Перейти к файлу
Jay Conrod 8f9b7478f4 markdown: add markdown rendering for doc/modules.md
Using github.com/yuin/goldmark for Markdown rendering. Rendering only
happens when ./content/static is generated. ./cmd/golangorg does not
need to render anything on request.

Updates golang/go#33637

Change-Id: I68c80b1ed6543f0985848c6e5a58a07da05c972d
Reviewed-on: https://go-review.googlesource.com/c/website/+/218517
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2020-02-14 19:29:36 +00:00
cmd cmd/golangorg: update deploy instructions 2020-01-03 21:34:28 +00:00
content markdown: add markdown rendering for doc/modules.md 2020-02-14 19:29:36 +00:00
internal internal/dl: add amedee to validUser 2019-12-04 22:47:21 +00:00
markdown markdown: add markdown rendering for doc/modules.md 2020-02-14 19:29:36 +00:00
AUTHORS initial commit 2019-01-04 09:34:42 -05:00
CONTRIBUTING.md initial commit 2019-01-04 09:34:42 -05:00
CONTRIBUTORS initial commit 2019-01-04 09:34:42 -05:00
LICENSE initial commit 2019-01-04 09:34:42 -05:00
PATENTS initial commit 2019-01-04 09:34:42 -05:00
README.md all: Fix reference to time repository in README 2019-02-27 00:39:42 +00:00
codereview.cfg x/website: add code and static files for website 2019-01-08 18:22:29 +00:00
favicon.ico x/website: add code and static files for website 2019-01-08 18:22:29 +00:00
go.mod markdown: add markdown rendering for doc/modules.md 2020-02-14 19:29:36 +00:00
go.sum markdown: add markdown rendering for doc/modules.md 2020-02-14 19:29:36 +00:00
robots.txt x/website: add code and static files for website 2019-01-08 18:22:29 +00:00

README.md

Go Website

This repository holds the Go Website server code and content.

Download/Install

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

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 website repository is located at https://github.com/golang/go/issues. Prefix your issue with "x/website:" in the subject line, so it is easy to find.