From 0288fde390356bdf184de8d0d0fad39c5b3b9a0c Mon Sep 17 00:00:00 2001 From: wizardforcel <562826179@qq.com> Date: Sun, 5 Jul 2020 19:01:22 +0800 Subject: [PATCH] 2020-07-05 19:01:22 --- .nojekyll | 0 404.html | 4 +++ CNAME | 1 + README.md | 2 +- index.html | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ update.sh | 3 +++ 6 files changed, 86 insertions(+), 1 deletion(-) create mode 100644 .nojekyll create mode 100644 404.html create mode 100644 CNAME create mode 100644 index.html create mode 100644 update.sh diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/404.html b/404.html new file mode 100644 index 0000000..5705beb --- /dev/null +++ b/404.html @@ -0,0 +1,4 @@ +--- +permalink: /404.html +--- + diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..8e9f27a --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +lmpythw.apachecn.org \ No newline at end of file diff --git a/README.md b/README.md index 6697ea0..af00c27 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ 自豪地采用[谷歌翻译](https://translate.google.cn/) -+ [在线阅读](https://www.gitbook.com/book/wizardforcel/lmpythw/details) ++ [在线阅读](https://lmpythw.apachecn.org) + [PDF格式](https://www.gitbook.com/download/pdf/book/wizardforcel/lmpythw) + [EPUB格式](https://www.gitbook.com/download/epub/book/wizardforcel/lmpythw) + [MOBI格式](https://www.gitbook.com/download/mobi/book/wizardforcel/lmpythw) diff --git a/index.html b/index.html new file mode 100644 index 0000000..e7fd8a5 --- /dev/null +++ b/index.html @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + +
now loading...
+ + + + + + + + \ No newline at end of file diff --git a/update.sh b/update.sh new file mode 100644 index 0000000..f76166c --- /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 -- GitLab