The Rust website
HTML CSS JavaScript Rust Python Ruby
Latest commit f1ff41a Oct 25, 2016 @alexcrichton alexcrichton committed on GitHub Merge pull request #601 from udan11/youtube-channel
Link the Rust YouTube channel on Community page. Fixes #562.
Permalink
Failed to load latest commit information.
_data Refactor non-localizable data out of localized pages. Oct 23, 2016
_includes Refactor non-localizable data out of localized pages. Oct 23, 2016
_layouts Change "Téléchargements" for "Télécharger" in French navigation bar Oct 16, 2016
css Merge pull request #499 from rjgoldsborough/add-i18n-links-docs Sep 16, 2016
en-US Link the Rust YouTube channel on Community page. Fixes #562. Oct 24, 2016
fonts Update Fira font to v.3.111 Dec 18, 2014
fr-FR Refactor non-localizable data out of localized pages. Oct 23, 2016
ko-KR Refactor non-localizable data out of localized pages. Oct 23, 2016
logos 16.9.7.23.26 Sep 7, 2016
pt-BR Refactor non-localizable data out of localized pages. Oct 23, 2016
ru-RU Update rust-by-example and cargo docs link Oct 22, 2016
travis Recursively invalidate all files and dirs Aug 18, 2016
user-logos Merge pull request #577 from brson/friends Oct 13, 2016
zh-CN Refactor non-localizable data out of localized pages. Oct 23, 2016
.gitignore Put Gemfile.lock in the repository Mar 30, 2016
.travis.yml check for BOM before the build Sep 29, 2016
CNAME Switch back to www, add fork-me label as requested by pcwalton. Sep 20, 2011
CONTRIBUTING.md Change many HTTP links to HTTPS Jun 10, 2016
Gemfile Upgrade to Jekyll 3 Mar 30, 2016
Gemfile.lock Put Gemfile.lock in the repository Mar 30, 2016
LICENSE-APACHE do not fill in the [yyyy] boilerplate Aug 28, 2015
LICENSE-MIT Fix licensing/copyright Aug 28, 2015
README.md Better Travis badge in the README Jul 8, 2016
_config.yml Update for 1.12.1 Oct 20, 2016
community.md Begin the process of i18n. Jul 8, 2016
conduct.md Begin the process of i18n. Jul 8, 2016
contribute-bugs.md Begin the process of i18n. Jul 8, 2016
contribute-community.md Begin the process of i18n. Jul 8, 2016
contribute-compiler.md Begin the process of i18n. Jul 8, 2016
contribute-docs.md Begin the process of i18n. Jul 8, 2016
contribute-libs.md Begin the process of i18n. Jul 8, 2016
contribute-tools.md Begin the process of i18n. Jul 8, 2016
contribute.md Begin the process of i18n. Jul 8, 2016
documentation.md Begin the process of i18n. Jul 8, 2016
downloads.html Begin the process of i18n. Jul 8, 2016
error.html Fix relative links on error page Jan 15, 2016
faq.md Begin the process of i18n. Jul 8, 2016
favicon.ico Clean up smaller sized icons and add higher res icon to `favicon.ico` Apr 9, 2015
friends.html Fix the friends page for i18n Jul 11, 2016
google526db64baa692d30.html Add Google webmaster tools site verification May 28, 2014
googlebbe4420551f6cb04.html Add youtube site verification Sep 29, 2016
ides.html Properly redirect ides page to the forge Jul 13, 2016
index.html Begin the process of i18n. Jul 8, 2016
install.html Rename Install to Downloads. Add beta release date. Sep 4, 2015
legal.md Begin the process of i18n. Jul 8, 2016
links Completed first draft of documentation.md Oct 13, 2015
rust-key-old.gpg Yet another new Rust signing key Sep 26, 2013
rust-key-very-old.gpg.ascii Yet another new Rust signing key Sep 26, 2013
rust-key.gpg.ascii Update pubkey Dec 15, 2014
rust-security-team-key.gpg.ascii Add missing copy of Security Team's public key Dec 17, 2015
security.html Fix up security page links Jul 14, 2016
team.md Begin the process of i18n. Jul 8, 2016
tidy.sh only check for BOM at the start of the line Sep 29, 2016
user-groups.md Begin the process of i18n. Jul 8, 2016
user_groups.html Rename user_groups.md to user-groups.md Jan 22, 2016

README.md

rust-www

This repository contains the source files for rust-lang.org.

Deployment

Build Status

The site is built with TravisCI and automatically deployed to S3.

Testing Locally

To install jekyll (and any other dependencies, if we get any):

bundle install

To run this website as a developer:

jekyll serve

This will serve the site at localhost:4000.