The Rust website (www.rust-lang.org)
HTML CSS JavaScript Python Ruby Rust
Pull request Compare This branch is 166 commits behind rust-lang:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
_data
_includes
_layouts
css
fonts
logos
travis
user-logos
.gitignore
.travis.yml
CNAME
CONTRIBUTING.md
Gemfile
Gemfile.lock
LICENSE-APACHE
LICENSE-MIT
README.md
_config.yml
community.md
conduct.md
contribute-bugs.md
contribute-community.md
contribute-compiler.md
contribute-docs.md
contribute-libs.md
contribute-tools.md
contribute.md
documentation.md
downloads.html
error.html
faq.md
favicon.ico
friends.html
google526db64baa692d30.html
ides.html
index.html
install.html
legal.md
links
rust-key-old.gpg
rust-key-very-old.gpg.ascii
rust-key.gpg.ascii
rust-security-team-key.gpg.ascii
security.html
team.md
user-groups.md
user_groups.html

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.