commit | bac4346f40977cc1d855e0091f2486fd88808ed7 | [log] [tgz] |
---|---|---|
author | Dirk Pranke <dpranke@google.com> | Mon Oct 18 16:41:38 2021 |
committer | Dirk Pranke <dpranke@google.com> | Mon Oct 18 16:41:38 2021 |
tree | ea96a3931fde957715085c062a5012d1be913120 | |
parent | b767e5933f0d3cbe29c5317c1e5666311eabc31a [diff] |
Add LUCI config for project. This adds the baseline LUCI configuration for the project, including a dummy recipe (that does nothing), one presubmit (try) builder and one postsubmit (CI) builder. (Manually merged/submitted). Bug: 1260171 Change-Id: Id339b440ec8e6a24298abbfb5bdea638667aa3ec Reviewed-On: https://crrev.com/c/3223361
This Git repo contains the source content for www.chromium.org.
NOTE: 2021-10-13. 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.