commit | 9bf7df2a1fe8d7875a8c15ebb4e685cecb8d1295 | [log] [tgz] |
---|---|---|
author | Dirk Pranke <dpranke@google.com> | Wed Oct 27 23:54:40 2021 |
committer | chromium-website-scoped@luci-project-accounts.iam.gserviceaccount.com <chromium-website-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 27 23:56:17 2021 |
tree | d7e37a7a1338c923de47a60e0ee79144feaf6bcf | |
parent | 913c60f8a86d813d243c1a576ebacf4349cac3a9 [diff] |
Clean up default page template and stylesheets. This CL removes a bunch of rules from the default stylesheet that applied to the very early (pre-markdown-rendering) work. It also removes the //site/_templates/default.tmpl file, which wasn't being used. And, it removes the search box, which isn't implemented yet, to avoid confusion. Change-Id: Ie737420a48ac5fd8a1dbbbabac0aff6dfbf8f82b Reviewed-on: https://chromium-review.googlesource.com/c/experimental/website/+/3248172 Commit-Queue: Dirk Pranke <dpranke@google.com> Reviewed-by: 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.