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..8e9f27a4739834a4286494b9e8901398de2414ed --- /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 6697ea014ae96117de6251b708461c2180a6180f..af00c27b0af827ca2d3068d64cbe4014aff3fa36 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 0000000000000000000000000000000000000000..e7fd8a5ac6532c73bfea60afada42b943a24d768 --- /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 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