The Rust website
HTML CSS JavaScript Rust Python Ruby
Latest commit dcd6613 Dec 24, 2016 @steveklabnik steveklabnik committed on GitHub Merge pull request #654 from Kevin-Xi/master
Fix a typo in zh-CN documentation.
Permalink
Failed to load latest commit information.
_data Update for 1.14 Dec 22, 2016
_includes Add browser detection for Linux ppc64 and NetBSD Dec 20, 2016
_layouts add something new Dec 21, 2016
css Move rust installer platforms to a table Dec 21, 2016
en-US Add link to the archives Dec 21, 2016
fonts Update Fira font to v.3.111 Dec 18, 2014
fr Add link to the archives Dec 21, 2016
ko-KR Add link to the archives Dec 21, 2016
logos 16.12.4.0.46 Dec 3, 2016
pt-BR Add link to the archives Dec 21, 2016
ru-RU Add link to the archives Dec 21, 2016
travis Recursively invalidate all files and dirs Aug 18, 2016
user-logos Add missing logos Dec 20, 2016
zh-CN Fix a typo in zh-CN documentation. Dec 24, 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.14 Dec 22, 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 Rename the download page to install. Set up redirects Dec 15, 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 the download page to install. Set up redirects Dec 15, 2016
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.