From a03118ad68dfb207ccc0084c905004f4e0900ee3 Mon Sep 17 00:00:00 2001 From: shenjianZ Date: Thu, 1 Aug 2024 09:30:49 +0800 Subject: [PATCH] fix docker --- .idea/workspace.xml | 35 +- README.md | 16 +- _config.yml | 2 +- db.json | 2 +- package.json | 2 +- public/2024/07/30/about/me/index.html | 156 ------ public/2024/07/30/hello-world/index.html | 169 ------ public/20240730/about/me/index.html | 156 ++++++ public/20240730/hello-world/index.html | 169 ++++++ .../frontend/deploy/deploy/index.html | 185 +++++++ public/20240801/frontend/frontend/index.html | 160 ++++++ public/404.html | 4 +- public/archives/2024/07/index.html | 4 +- public/archives/2024/08/index.html | 154 ++++++ public/archives/2024/index.html | 4 +- public/archives/index.html | 4 +- public/categories/index.html | 6 +- public/favicon.ico | Bin 4286 -> 0 bytes public/img/512.png | Bin 4172 -> 0 bytes public/img/algolia.svg | 9 - public/img/comment_bg.png | Bin 4246 -> 0 bytes public/img/default_cover.jpg | Bin 14808 -> 0 bytes public/img/favicon.ico | Bin 4286 -> 0 bytes public/img/loading.gif | Bin 738187 -> 0 bytes public/img/siteicon/16.png | Bin 283 -> 0 bytes public/img/siteicon/32.png | Bin 431 -> 0 bytes public/img/siteicon/apple-icon-180.png | Bin 2272 -> 0 bytes .../siteicon/manifest-icon-192.maskable.png | Bin 2329 -> 0 bytes .../siteicon/manifest-icon-512.maskable.png | Bin 6723 -> 0 bytes public/index.html | 25 +- public/js/anzhiyu/ai_abstract.js | 438 ---------------- public/js/anzhiyu/comment_barrage.js | 179 ------- public/js/anzhiyu/people.js | 271 ---------- public/js/anzhiyu/random_friends_post.js | 215 -------- public/js/anzhiyu/right_click_menu.js | 479 ------------------ public/tags/index.html | 6 +- source/_posts/frontend/deploy/deploy.md | 52 ++ source/_posts/frontend/frontend.md | 8 + 38 files changed, 969 insertions(+), 1941 deletions(-) delete mode 100644 public/2024/07/30/about/me/index.html delete mode 100644 public/2024/07/30/hello-world/index.html create mode 100644 public/20240730/about/me/index.html create mode 100644 public/20240730/hello-world/index.html create mode 100644 public/20240801/frontend/deploy/deploy/index.html create mode 100644 public/20240801/frontend/frontend/index.html create mode 100644 public/archives/2024/08/index.html delete mode 100644 public/favicon.ico delete mode 100644 public/img/512.png delete mode 100644 public/img/algolia.svg delete mode 100644 public/img/comment_bg.png delete mode 100644 public/img/default_cover.jpg delete mode 100644 public/img/favicon.ico delete mode 100644 public/img/loading.gif delete mode 100644 public/img/siteicon/16.png delete mode 100644 public/img/siteicon/32.png delete mode 100644 public/img/siteicon/apple-icon-180.png delete mode 100644 public/img/siteicon/manifest-icon-192.maskable.png delete mode 100644 public/img/siteicon/manifest-icon-512.maskable.png delete mode 100644 public/js/anzhiyu/ai_abstract.js delete mode 100644 public/js/anzhiyu/comment_barrage.js delete mode 100644 public/js/anzhiyu/people.js delete mode 100644 public/js/anzhiyu/random_friends_post.js delete mode 100644 public/js/anzhiyu/right_click_menu.js create mode 100644 source/_posts/frontend/deploy/deploy.md create mode 100644 source/_posts/frontend/frontend.md diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 928a8d6..f091b8d 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,7 +4,38 @@