[x/go.dev] all: merge assets, content, data, layouts, static, templates into _content and _templates

Simplify down to just _content and _templates.
The leading underscore keeps the go command from looking there for packages,
like in x/blog and x/website.

content -> _content
assets -> _content
data -> _content
static -> _content

templates -> _templates
layouts -> _templates/layouts

Delete sha256-based consistency checks for css/styles.css.
We don't do that for any other parts of the site; that file is not special
enough to warrant this special handling.

Change-Id: Ibad8b49883d599a8fa128942464026f3684518e8
X-GoDev-Commit: cd28665ca4bebc37fd485c866059c1ff261f7dcc
310 files changed
tree: 34cf25a1ae8ac86e78bfdbedc66039579a9f0153
  1. go.dev/
  2. AUTHORS
  3. CONTRIBUTING.md
  4. CONTRIBUTORS
  5. LICENSE
  6. PATENTS
  7. README.md
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 time 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.