commit | 0d1be0734906b23ff86475e06052bff0ad8dc8e6 | [log] [tgz] |
---|---|---|
author | Struan Shrimpton <sshrimp@google.com> | Thu Oct 28 18:58:17 2021 |
committer | chromium-website-scoped@luci-project-accounts.iam.gserviceaccount.com <chromium-website-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 28 20:01:18 2021 |
tree | 4b5475a0322cf93fd2f71c5e755d24030fa5b812 | |
parent | 12c9ec0b700d086685f1324c8122028ddaa7c6be [diff] |
Add check for stagnant shas in .gitignore The only remaining problem is the site/.gitignore now is only able to deal with lobs. I can still add begin/end tags to reserve only a part of the file. Bug: 1260479 Change-Id: I3b0ea50e3a5fffcbd2ea7ed18a4a97dc8b7fee4f Reviewed-on: https://chromium-review.googlesource.com/c/experimental/website/+/3251316 Auto-Submit: Struan Shrimpton <sshrimp@google.com> Reviewed-by: Dirk Pranke <dpranke@google.com> Commit-Queue: Struan Shrimpton <sshrimp@google.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.