From e62621e953d6aeea625f693aef802098a1a6c778 Mon Sep 17 00:00:00 2001 From: wizardforcel <562826179@qq.com> Date: Sun, 5 Jul 2020 19:24:02 +0800 Subject: [PATCH] 2020-07-05 19:24:02 --- .nojekyll | 0 404.html | 4 +++ CNAME | 1 + README.md | 2 +- index.html | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ update.sh | 3 +++ 6 files changed, 87 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..c5c98bd --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +eloquent-js.apachecn.org \ No newline at end of file diff --git a/README.md b/README.md index f300cc1..a966b8f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ 部分参考了[《JavaScript 编程精解(第 2 版)》](https://book.douban.com/subject/26707144/) -+ [在线阅读](https://www.gitbook.com/book/wizardforcel/eloquent-js-3e/details) ++ [在线阅读](https://eloquent-js.apachecn.org) + [PDF格式](https://www.gitbook.com/download/pdf/book/wizardforcel/eloquent-js-3e) + [EPUB格式](https://www.gitbook.com/download/epub/book/wizardforcel/eloquent-js-3e) + [MOBI格式](https://www.gitbook.com/download/mobi/book/wizardforcel/eloquent-js-3e) diff --git a/index.html b/index.html new file mode 100644 index 0000000..d573022 --- /dev/null +++ b/index.html @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + +
now loading...
+ + + + + + + + + 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