update codes urls

pull/142/head
sunface 3 years ago
parent 4dedda9ece
commit 4ead7348fb

BIN
.DS_Store vendored

Binary file not shown.

Binary file not shown.

@ -1 +1,3 @@
# Rust和Javascript todo
https://zhuanlan.zhihu.com/p/433300816

@ -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

@ -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
Loading…
Cancel
Save