From e21a3f9750c41ccffe909f8736e627c9349d816c Mon Sep 17 00:00:00 2001 From: LIUBINfighter <142153595+LIUBINfighter@users.noreply.github.com> Date: Sun, 8 Sep 2024 04:37:18 +0800 Subject: [PATCH] build future fix --- .gitignore | 2 +- hugo.yaml | 4 +- public/404.html | 4 +- public/about/index.html | 6 +- public/android-chrome-192x192.png | Bin 0 -> 62105 bytes public/android-chrome-256x256.png | Bin 0 -> 113123 bytes public/android-chrome-512x512.png | Bin 0 -> 232291 bytes public/apple-touch-icon.png | Bin 0 -> 49792 bytes public/archives/index.html | 15 ++ public/assets/img/abaaba.png | Bin 0 -> 31569 bytes public/assets/img/book.png | Bin 0 -> 27088 bytes public/assets/img/food.png | Bin 0 -> 29155 bytes public/assets/img/ohyeah.png | Bin 0 -> 26303 bytes public/assets/img/ohyeah2.png | Bin 0 -> 27662 bytes public/assets/img/work.png | Bin 0 -> 26470 bytes public/assets/img/zzz.png | Bin 0 -> 23855 bytes ...0621f4872601474f4bdadc1e7b53ecee476a9ce.js | 19 +++ public/browserconfig.xml | 9 ++ public/categories/articles/index.html | 9 ++ public/categories/articles/index.xml | 40 +++++ public/categories/articles/page/1/index.html | 2 + public/categories/index.html | 4 +- public/categories/index.xml | 20 +-- public/categories/math/index.html | 8 + public/categories/math/index.xml | 19 +++ public/categories/math/page/1/index.html | 2 + public/categories/notes/index.html | 8 + public/categories/notes/index.xml | 19 +++ public/categories/notes/page/1/index.html | 2 + public/favicon-16x16.png | Bin 0 -> 1313 bytes public/favicon-32x32.png | Bin 0 -> 2828 bytes public/favicon.ico | Bin 0 -> 12014 bytes public/favicon_package_v0.16.zip | Bin 0 -> 271867 bytes public/img/abaaba.jpg | Bin 0 -> 36321 bytes public/index.html | 7 +- public/index.json | 2 +- public/index.xml | 47 ++++-- public/mstile-150x150.png | Bin 0 -> 29039 bytes public/page/1/index.html | 4 +- public/page/2/index.html | 7 + public/post/Explore_Preface/abaaba.png | Bin 0 -> 31569 bytes .../explore_preface/index.html | 8 + .../post/coursereview/coursereview/index.html | 8 + .../post/explore_map/explore_map/index.html | 10 ++ public/post/golden_pheasant/index.html | 9 ++ public/post/index.html | 7 +- public/post/index.xml | 43 +++-- public/post/page/1/index.html | 4 +- public/post/page/2/index.html | 8 + .../post/row_lost_in_vandermonde/index.html | 54 +++++++ public/post/sustech_explore/abaaba.png | Bin 0 -> 31569 bytes public/post/sustech_explore/book.png | Bin 0 -> 27088 bytes public/post/sustech_explore/index.html | 9 ++ .../sustech_explore/index.html | 8 + public/post/websiterecommendation/index.html | 8 + public/robots.txt | 4 +- public/safari-pinned-tab.svg | 152 ++++++++++++++++++ public/search/index.html | 7 + public/site.webmanifest | 19 +++ public/sitemap.xml | 58 ++++--- public/tags/course/index.html | 8 + public/tags/course/index.xml | 19 +++ public/tags/course/page/1/index.html | 2 + public/tags/index.html | 4 +- public/tags/index.xml | 35 ++-- public/tags/life/index.html | 8 + public/tags/life/index.xml | 19 +++ public/tags/life/page/1/index.html | 2 + public/tags/linear_algebra/index.html | 8 + public/tags/linear_algebra/index.xml | 19 +++ public/tags/linear_algebra/page/1/index.html | 2 + public/tags/notes/index.html | 8 + public/tags/notes/index.xml | 19 +++ public/tags/notes/page/1/index.html | 2 + public/tags/sustecher/index.html | 9 ++ public/tags/sustecher/index.xml | 47 ++++++ public/tags/sustecher/page/1/index.html | 2 + public/tags/tools/index.html | 8 + public/tags/tools/index.xml | 19 +++ public/tags/tools/page/1/index.html | 2 + public/tags/workflow/index.html | 8 + public/tags/workflow/index.xml | 19 +++ public/tags/workflow/page/1/index.html | 2 + 83 files changed, 850 insertions(+), 96 deletions(-) create mode 100644 public/android-chrome-192x192.png create mode 100644 public/android-chrome-256x256.png create mode 100644 public/android-chrome-512x512.png create mode 100644 public/apple-touch-icon.png create mode 100644 public/archives/index.html create mode 100644 public/assets/img/abaaba.png create mode 100644 public/assets/img/book.png create mode 100644 public/assets/img/food.png create mode 100644 public/assets/img/ohyeah.png create mode 100644 public/assets/img/ohyeah2.png create mode 100644 public/assets/img/work.png create mode 100644 public/assets/img/zzz.png create mode 100644 public/assets/js/search.6cd74f6a53c4ed3b6c366f2540621f4872601474f4bdadc1e7b53ecee476a9ce.js create mode 100644 public/browserconfig.xml create mode 100644 public/categories/articles/index.html create mode 100644 public/categories/articles/index.xml create mode 100644 public/categories/articles/page/1/index.html create mode 100644 public/categories/math/index.html create mode 100644 public/categories/math/index.xml create mode 100644 public/categories/math/page/1/index.html create mode 100644 public/categories/notes/index.html create mode 100644 public/categories/notes/index.xml create mode 100644 public/categories/notes/page/1/index.html create mode 100644 public/favicon-16x16.png create mode 100644 public/favicon-32x32.png create mode 100644 public/favicon.ico create mode 100644 public/favicon_package_v0.16.zip create mode 100644 public/img/abaaba.jpg create mode 100644 public/mstile-150x150.png create mode 100644 public/page/2/index.html create mode 100644 public/post/Explore_Preface/abaaba.png create mode 100644 public/post/Explore_Preface/explore_preface/index.html create mode 100644 public/post/coursereview/coursereview/index.html create mode 100644 public/post/explore_map/explore_map/index.html create mode 100644 public/post/golden_pheasant/index.html create mode 100644 public/post/page/2/index.html create mode 100644 public/post/row_lost_in_vandermonde/index.html create mode 100644 public/post/sustech_explore/abaaba.png create mode 100644 public/post/sustech_explore/book.png create mode 100644 public/post/sustech_explore/index.html create mode 100644 public/post/sustech_explore/sustech_explore/index.html create mode 100644 public/post/websiterecommendation/index.html create mode 100644 public/safari-pinned-tab.svg create mode 100644 public/search/index.html create mode 100644 public/site.webmanifest create mode 100644 public/tags/course/index.html create mode 100644 public/tags/course/index.xml create mode 100644 public/tags/course/page/1/index.html create mode 100644 public/tags/life/index.html create mode 100644 public/tags/life/index.xml create mode 100644 public/tags/life/page/1/index.html create mode 100644 public/tags/linear_algebra/index.html create mode 100644 public/tags/linear_algebra/index.xml create mode 100644 public/tags/linear_algebra/page/1/index.html create mode 100644 public/tags/notes/index.html create mode 100644 public/tags/notes/index.xml create mode 100644 public/tags/notes/page/1/index.html create mode 100644 public/tags/sustecher/index.html create mode 100644 public/tags/sustecher/index.xml create mode 100644 public/tags/sustecher/page/1/index.html create mode 100644 public/tags/tools/index.html create mode 100644 public/tags/tools/index.xml create mode 100644 public/tags/tools/page/1/index.html create mode 100644 public/tags/workflow/index.html create mode 100644 public/tags/workflow/index.xml create mode 100644 public/tags/workflow/page/1/index.html diff --git a/.gitignore b/.gitignore index cd25a36..3db798c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -public +# public resources .hugo_build.lock .DS_Store diff --git a/hugo.yaml b/hugo.yaml index 88e7600..1d162c8 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -6,8 +6,8 @@ theme: PaperMod enableRobotsTXT: true buildDrafts: false -buildFuture: false -buildExpired: false +buildFuture: true +buildExpired: true hasCJKLanguage: true # defaultContentLanguage: en diff --git a/public/404.html b/public/404.html index 40609db..162b337 100644 --- a/public/404.html +++ b/public/404.html @@ -1,5 +1,5 @@ -