GithubHelp home page GithubHelp logo

isabella232 / blog.rust-lang.org Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rust-lang/blog.rust-lang.org

0.0 0.0 0.0 34.05 MB

The Rust Programming Language Blog

Home Page: https://blog.rust-lang.org

License: Apache License 2.0

CSS 3.36% Rust 47.35% SCSS 25.92% Handlebars 23.38%

blog.rust-lang.org's Introduction

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 http://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.

When writing a new blog post, keep in mind the file headers:

---
layout: post
title: Title of the blog post
author: Blog post author (or on behalf of which team)
release: true (to be only used for official posts about Rust releases announcements)
---

blog.rust-lang.org's People

Contributors

alexbowers avatar alexcrichton avatar aloso avatar apiraino avatar ashleygwilliams avatar aturon avatar brson avatar carols10cents avatar centril avatar dependabot-preview[bot] avatar dtolnay avatar ecstatic-morse avatar huonw avatar joshtriplett avatar jyn514 avatar manishearth avatar mark-i-m avatar mark-simulacrum avatar nellshamrell avatar nikomatsakis avatar nrc avatar pietroalbini avatar pnkfelix avatar rylev avatar skade avatar spastorino avatar steveklabnik avatar valgrimm avatar wesleywiser avatar xampprocky avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.