commit | 3aa067ed7428a87141494686506dcbe266255857 | [log] [tgz] |
---|---|---|
author | Dirk Pranke <dpranke@google.com> | Tue Nov 09 21:32:59 2021 |
committer | chromium-website-scoped@luci-project-accounts.iam.gserviceaccount.com <chromium-website-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Nov 09 21:37:23 2021 |
tree | 5470eed79dedb51ef91387268a63ccee22ad9d0b | |
parent | 00990bf4cc966537e976533743fbc3512df76b85 [diff] |
Fix broken custom logo. For some reason, `firebase deploy` isn't uploading /customLogo.png properly. Moving the file into a subdirectory seems to fix things, so I'll do that for now as a workaround. Change-Id: I4c78de02f14ff48090701b5c2ee2f8d86813e388 Reviewed-on: https://chromium-review.googlesource.com/c/website/+/3271376 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-11-02. 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 LiquidJS 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.