rust-lang / prev.rust-lang.org

The previous Rust website. The current website's code is at https://github.com/rust-lang/www.rust-lang.org.
https://prev.rust-lang.org
Apache License 2.0
153 stars 340 forks source link

prev.rust-lang.org

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

NOTE: This repository will be deprecated soon. A new website is currently in Alpha Stage, and being reviewed by the Rust Teams. It will go into beta on November 29, 2018, at which point it will be linked here. The current site will remain up until the beta of the new site is over, however you should refrain from making large changes to this repository as it will soon be deprecated.

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.