Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 1.38 KB

README.md

File metadata and controls

48 lines (27 loc) · 1.38 KB

rustwiki.org

rustwiki.org

This is the source code of the rustwiki.org and www.rustvn.com websites.

Running and Building

First, You need to install the Zola ≥ 0.13.0.

To run the site locally:

$ git clone https://github.com/ByteBuffer2022/rustvn-wiki
$ 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.

Test

aws cloudfront create-invalidation --distribution-id --paths "/*"