The Rust website (www.rust-lang.org)
HTML CSS JavaScript Python Ruby Rust
Pull request Compare This branch is 803 commits behind rust-lang:master.
Latest commit c3082f9 Apr 30, 2016 @brson brson Merge pull request #348 from brson/friends
Fix 'friends' page title
Permalink
Failed to load latest commit information.
_data Add a "production users" page and give it some initial content Apr 28, 2016
_includes Hide editable code comment when JS is disabled Apr 6, 2016
_layouts Improve meta tags according Bootstrap documentation Apr 1, 2016
css More friendliness Apr 29, 2016
fonts Update Fira font to v.3.111 Dec 18, 2014
logos Add Cargo logo to repo Dec 11, 2015
travis Use the AWS-supplied cloudfront invalidation tool Nov 13, 2015
user-logos Add a "production users" page and give it some initial content Apr 28, 2016
.gitignore Put Gemfile.lock in the repository Mar 30, 2016
.travis.yml use bundle install rather than installing just jekyll Mar 30, 2016
CNAME Switch back to www, add fork-me label as requested by pcwalton. Sep 20, 2011
CONTRIBUTING.md Make timestamp a comment, and document it Aug 4, 2015
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 add Travis badge Sep 15, 2015
_config.yml Update for 1.9 Apr 12, 2016
community.md Update Brasillian and Russian channel descriptions Apr 1, 2016
conduct.md Clarify applicability of moderation to unofficial venues Feb 18, 2016
contribute-bugs.md Mention nix Apr 14, 2016
contribute-community.md Rename user_groups.md to user-groups.md Jan 22, 2016
contribute-compiler.md Fix link redirection Mar 30, 2016
contribute-docs.md FIX: Reorder sentences and clarify which issue tracker is meant. Feb 2, 2016
contribute-libs.md Mention nix Apr 14, 2016
contribute-tools.md Fix typo in contribute-rules.md Jan 22, 2016
contribute.md Remove bold style from list of contributing pages. Feb 2, 2016
documentation.md Removed bold from links to improve readability Jan 15, 2016
downloads.html add MS VC++ build tools 2015 announcing page, as well as installer url Apr 19, 2016
error.html Fix relative links on error page Jan 15, 2016
faq.md More friendliness Apr 29, 2016
favicon.ico Clean up smaller sized icons and add higher res icon to `favicon.ico` Apr 9, 2015
friends.html Fix 'friends' page title Apr 30, 2016
google526db64baa692d30.html Add Google webmaster tools site verification May 28, 2014
ides.html Add intellij to short list Mar 2, 2016
index.html Consolidate changing variables to one config file Mar 3, 2016
install.html Rename Install to Downloads. Add beta release date. Sep 4, 2015
legal.md Add Cargo logo to repo Dec 11, 2015
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 typo in security.html Dec 28, 2015
team.md Add alt attribute to images for team members Mar 30, 2016
user-groups.md Added Tokyo Rust user group Apr 26, 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

TravisCI Badge

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.