Skip to content

rust-lang-cn/rustwiki.org

Repository files navigation

rustwiki.org

Build Status LICENSE-MIT LICENSE-APACHE GitHub last commit rustwiki.org

This is the source code of the rustwiki.org and rustwiki.org.cn websites.

Running and Building

First, You need to install the Zola ≥ 0.13.0.

To run the site locally:

$ git clone https://github.com/rust-lang-cn/rustwiki.org.git
$ cd rustwiki.org
$ zola serve

If you want to build the site, just run zola build. From there, the generated HTML will be in the public directory.

How to Contribute?

This is a big project with many translations involved. You can contribute by reporting errors or suggesting improvements. Just open an issue or pull request.

License

rustwiki.og is licensed under either of

at your option.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in rustwiki.org by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.