commit | a81bdac077ad7e491b3035db8adee761ffc3a1f7 | [log] [tgz] |
---|---|---|
author | Dirk Pranke <dpranke@google.com> | Tue Nov 02 16:06:24 2021 |
committer | Dirk Pranke <dpranke@google.com> | Tue Nov 02 16:14:06 2021 |
tree | 703b6e420188aef355894c97ca65f1dbf430b930 | |
parent | fb45fd8b25b38ae0f90f4fb84d61e27a6ff4acff [diff] |
Revert "Switch tryjob builder to be a Tricium verifier." This reverts commit fb45fd8b25b38ae0f90f4fb84d61e27a6ff4acff. Reason for revert: luci-config rejected the change because I only have one builder ... Original change's description: > Switch tryjob builder to be a Tricium verifier. > > We will want the tryjob builder to be able to post robot comments > back to the CL in Gerrit (in order to link to the staged site for > previews), so we need the builder to be a Tricium verifier. > > This CL switches the builder over. > > Bug: 1260464 > Change-Id: I05906e309f132f17bc81db145e04313c1939d240 > Reviewed-on: https://chromium-review.googlesource.com/c/experimental/website/+/3256321 > Reviewed-by: Yiwei Zhang <yiwzhang@google.com> > Commit-Queue: Dirk Pranke <dpranke@google.com> Bug: 1260464 Change-Id: I495345371e4f783c7b660d172bee683a2a36c29a No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/experimental/website/+/3257626 Auto-Submit: Dirk Pranke <dpranke@google.com> Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
This Git repo contains the source content for www.chromium.org.
NOTE: 2021-10-19. This is not (yet) actually true. This is a work-in-progress repo that we plan to move to.
The website is implemented by serving static content (mostly Markdown files) that is translated / built ahead of time into HTML using the Eleventy static site generator (which is written in Node/JS) and deployed onto Firebase Cloud Hosting.
The Markdown is translated using a single extremely simple Nunjucks template and the site is served with a single basic Sass/SCSS stylesheet (using the Node/NPM library version of Sass).
Large objects (PDFs, big images, etc.) are stored in a Google Cloud Storage bucket, indexed by SHA-1 checksums that are committed into this repo.
See //docs/CONTRIBUTING.md if you wish to contribute to the site.