commit | 0a4416d8e5d20e767794ed50412300c47ff5c99d | [log] [tgz] |
---|---|---|
author | Dirk Pranke <dpranke@google.com> | Thu Oct 21 00:47:19 2021 |
committer | chromium-website-scoped@luci-project-accounts.iam.gserviceaccount.com <chromium-website-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 21 19:34:44 2021 |
tree | caf9cd4cd789c79f8200caf48d7473467c669f3c | |
parent | 5d6261ca32967c8220cdd243739a782ec1d1d0cf [diff] |
Delete some stamp files checked in by accident. These were left over from an earlier iteration on the migration script and are not needed. Change-Id: I8e4fc5d935a1a5b0db1d7fd26a18f047af24da0d Reviewed-on: https://chromium-review.googlesource.com/c/experimental/website/+/3235986 Auto-Submit: Dirk Pranke <dpranke@google.com> Reviewed-by: Struan Shrimpton <sshrimp@google.com> Commit-Queue: Dirk Pranke <dpranke@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.