diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 00000000..94617a6f Binary files /dev/null and b/.DS_Store differ diff --git a/book/contents/img/.DS_Store b/book/contents/img/.DS_Store index a52b8907..aec1a9cc 100644 Binary files a/book/contents/img/.DS_Store and b/book/contents/img/.DS_Store differ diff --git a/book/contents/rustjs/intro.md b/book/contents/rustjs/intro.md index ee7aacfb..a2773dc1 100644 --- a/book/contents/rustjs/intro.md +++ b/book/contents/rustjs/intro.md @@ -1 +1,3 @@ # Rust和Javascript todo + +https://zhuanlan.zhihu.com/p/433300816 \ No newline at end of file diff --git a/codes/book.toml b/codes/book.toml index 4ac4e0bd..b579c0e0 100644 --- a/codes/book.toml +++ b/codes/book.toml @@ -6,8 +6,8 @@ src = "src" title = "Rust代码鉴赏(Rust Codes)" [output.html] -git-repository-url = "https://github.com/rustcollege/codes" -edit-url-template = "https://github.com/rustcollege/codes/edit/main/{path}" +git-repository-url = "https://github.com/sunface/rust-course/tree/main/codes" +edit-url-template = "https://github.com/sunface/rust-course/tree/main/codes/{path}" [output.html.fold] enable = true diff --git a/codes/release b/codes/deploy similarity index 78% rename from codes/release rename to codes/deploy index 804ed3ab..f7875460 100755 --- a/codes/release +++ b/codes/deploy @@ -14,7 +14,7 @@ git config user.email "cto@188.com" git add . git commit -m 'release book' git branch -M gh-pages -git remote add origin https://github.com/rustcollege/rust-codes +git remote add origin https://github.com/sunface/rust-codes ## push to github pages git push -u -f origin gh-pages \ No newline at end of file