Skip to content

The Rust Programming Language Blog

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

Centril/blog.rust-lang.org

This branch is 4 commits ahead of, 2628 commits behind rust-lang/blog.rust-lang.org:master.

Folders and files

NameName
Last commit message
Last commit date
Feb 27, 2020
Jan 29, 2020
Feb 25, 2020
Jan 25, 2020
Dec 6, 2018
May 14, 2019
Dec 6, 2018
Mar 12, 2018
Sep 30, 2019
Sep 30, 2019
Dec 6, 2018
Dec 6, 2018
Oct 18, 2019
Dec 6, 2018

Repository files navigation

The Rust blog

Build Status

This is the blog of the Rust Programming Language.

It's implemented as a small static site generator, that's deployed to GitHub Pages via Travis.

Building

To build the site locally:

> git clone https://github.com/rust-lang/blog.rust-lang.org
> cd blog.rust-lang.org
> cargo run

You could do it in release mode if you'd like, but it's pretty fast in debug.

From there, the generated HTML will be in a site directory. You can use any web server to check it out in your browser:

> cd site
> python3 -m http.server

The site is now available at <0.0.0.0:8000>.

Contributing

First of all, thank you!

Like everything in Rust, the blog is licensed MIT/Apache 2.0. See the two LICENSE-* files for more details. We're also governed by the Rust Code of Conduct, see CODE_OF_CONDUCT.md for more.

Please send pull requests to the master branch. If you're trying to do something big, please open an issue before working on it, so we can make sure that it's something that will eventually be accepted.

About

The Rust Programming Language Blog

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 36.6%
  • CSS 30.9%
  • HTML 30.4%
  • Shell 2.1%