This is the source code of the rustwiki.org and rustwiki.org.cn websites.
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.
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.
rustwiki.og is licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
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.