update repo layout

This commit is contained in:
sunface
2022-03-23 20:04:00 +08:00
parent e2d3027b60
commit c1d8b06518
111 changed files with 958 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
[book]
title = "Rust By Practice( Rust 练习实践 )"
description = "Practice Rust by example, exercise and hand-to-hand projects. Written with ❤️ by https://course.rs team"
description = "Learning Rust By Practice, narrowing the gap between beginner and skilled-dev with challenging examples, exercises and projects."
authors = ["sunface, https://im.dev"]
language = "en"
@@ -13,6 +13,8 @@ enable = true
level = 1
[output.html]
additional-css = ["theme/style2.css"]
additional-js = ["assets/custom.js"]
git-repository-url = "https://github.com/sunface/rust-by-practice"
edit-url-template = "https://github.com/sunface/rust-by-practice/edit/master/zh-CN/{path}"