diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/404.html b/404.html new file mode 100644 index 0000000000000000000000000000000000000000..5705bebe58dcd40b5bfcff2ed888d20b72d7c5ec --- /dev/null +++ b/404.html @@ -0,0 +1,4 @@ +--- +permalink: /404.html +--- + diff --git a/CNAME b/CNAME new file mode 100644 index 0000000000000000000000000000000000000000..d69b4f205e803440166b551ecc1b19911dc1ac8e --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +sicp-py.apachecn.org \ No newline at end of file diff --git a/README.md b/README.md index 4f84faca5a11ac8cfcc3607c0c1e69062c89402f..bc55adfc8c0e437798ec84098b40aa1c764f2537 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,12 @@ > > 欢迎任何人参与和完善:一个人可以走的很快,但是一群人却可以走的更远。 -+ [ApacheCN LeetCode 刷题群 812791932](http://qm.qq.com/cgi-bin/qm/qr?k=O4wL2pA1LJEArhZ02mI-_YLn4gQFaQjK) ++ [ApacheCN 面试求职交流群 724187166](https://jq.qq.com/?_wv=1027&k=54ujcL3) + [ApacheCN 学习资源](http://www.apachecn.org/) ‍ -+ [在线阅读](https://www.gitbook.com/book/wizardforcel/sicp-py/details) ++ [在线阅读](https://sicp-py.apachecn.org) + [PDF格式](https://www.gitbook.com/download/pdf/book/wizardforcel/sicp-py) + [EPUB格式](https://www.gitbook.com/download/epub/book/wizardforcel/sicp-py) + [MOBI格式](https://www.gitbook.com/download/mobi/book/wizardforcel/sicp-py) diff --git a/index.html b/index.html new file mode 100644 index 0000000000000000000000000000000000000000..da306073b85b30b804d9cb6cdc6f34b40ec1ecf6 --- /dev/null +++ b/index.html @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + +
now loading...
+ + + + + + + + diff --git a/update.sh b/update.sh new file mode 100644 index 0000000000000000000000000000000000000000..f76166c4e1c6f64161b010c866bc8e4231e17b18 --- /dev/null +++ b/update.sh @@ -0,0 +1,3 @@ +git add -A +git commit -am "$(date "+%Y-%m-%d %H:%M:%S")" +git push \ No newline at end of file