+ 404: Page not found +
+Sorry, we've misplaced that URL or it's pointing to something that doesn't exist.
+ +From 2b4172f01dc03fa53e238595c4aa38df584dc0ce Mon Sep 17 00:00:00 2001 From: WAY-ADVENTURER <2992850181@qq.com> Date: Tue, 18 Mar 2025 16:09:58 +0800 Subject: [PATCH] init --- .gitignore | 1 - _config.yml | 2 +- _site/404.html | 782 ++++++ _site/about/index.html | 781 ++++++ _site/app.min.js | 4 + _site/archives/index.html | 741 ++++++ _site/assets/css/jekyll-theme-chirpy.css | 1 + _site/assets/css/jekyll-theme-chirpy.css.map | 1 + _site/assets/img/avatar.jpg | Bin 0 -> 14554 bytes _site/assets/img/background.jpg | Bin 0 -> 272138 bytes .../img/favicons/android-chrome-192x192.png | Bin 0 -> 19952 bytes .../img/favicons/android-chrome-512x512.png | Bin 0 -> 62557 bytes .../assets/img/favicons/apple-touch-icon.png | Bin 0 -> 13867 bytes _site/assets/img/favicons/browserconfig.xml | 10 + _site/assets/img/favicons/favicon-16x16.png | Bin 0 -> 822 bytes _site/assets/img/favicons/favicon-32x32.png | Bin 0 -> 1811 bytes _site/assets/img/favicons/favicon.ico | Bin 0 -> 4286 bytes _site/assets/img/favicons/mstile-150x150.png | Bin 0 -> 12172 bytes _site/assets/img/favicons/site.webmanifest | 23 + _site/assets/index.html | 11 + _site/assets/js/data/mathjax.js | 11 + _site/assets/js/data/search.json | 14 + _site/assets/js/data/swconf.js | 30 + _site/assets/js/dist/categories.min.js | 4 + _site/assets/js/dist/commons.min.js | 4 + _site/assets/js/dist/home.min.js | 4 + _site/assets/js/dist/misc.min.js | 4 + _site/assets/js/dist/page.min.js | 4 + _site/assets/js/dist/post.min.js | 4 + _site/assets/js/dist/theme.min.js | 4 + _site/categories/blogging/index.html | 746 ++++++ _site/categories/index.html | 786 ++++++ _site/categories/tutorial/index.html | 746 ++++++ _site/feed.xml | 53 + _site/index.html | 843 +++++++ _site/norobots/index.html | 11 + _site/posts/index.html | 11 + _site/posts/write-a-new-post/index.html | 2221 +++++++++++++++++ _site/redirects.json | 1 + _site/robots.txt | 5 + _site/sitemap.xml | 35 + _site/sw.min.js | 4 + _site/tags/index.html | 695 ++++++ _site/tags/writing/index.html | 745 ++++++ 44 files changed, 9340 insertions(+), 2 deletions(-) create mode 100644 _site/404.html create mode 100644 _site/about/index.html create mode 100644 _site/app.min.js create mode 100644 _site/archives/index.html create mode 100644 _site/assets/css/jekyll-theme-chirpy.css create mode 100644 _site/assets/css/jekyll-theme-chirpy.css.map create mode 100644 _site/assets/img/avatar.jpg create mode 100644 _site/assets/img/background.jpg create mode 100644 _site/assets/img/favicons/android-chrome-192x192.png create mode 100644 _site/assets/img/favicons/android-chrome-512x512.png create mode 100644 _site/assets/img/favicons/apple-touch-icon.png create mode 100644 _site/assets/img/favicons/browserconfig.xml create mode 100644 _site/assets/img/favicons/favicon-16x16.png create mode 100644 _site/assets/img/favicons/favicon-32x32.png create mode 100644 _site/assets/img/favicons/favicon.ico create mode 100644 _site/assets/img/favicons/mstile-150x150.png create mode 100644 _site/assets/img/favicons/site.webmanifest create mode 100644 _site/assets/index.html create mode 100644 _site/assets/js/data/mathjax.js create mode 100644 _site/assets/js/data/search.json create mode 100644 _site/assets/js/data/swconf.js create mode 100644 _site/assets/js/dist/categories.min.js create mode 100644 _site/assets/js/dist/commons.min.js create mode 100644 _site/assets/js/dist/home.min.js create mode 100644 _site/assets/js/dist/misc.min.js create mode 100644 _site/assets/js/dist/page.min.js create mode 100644 _site/assets/js/dist/post.min.js create mode 100644 _site/assets/js/dist/theme.min.js create mode 100644 _site/categories/blogging/index.html create mode 100644 _site/categories/index.html create mode 100644 _site/categories/tutorial/index.html create mode 100644 _site/feed.xml create mode 100644 _site/index.html create mode 100644 _site/norobots/index.html create mode 100644 _site/posts/index.html create mode 100644 _site/posts/write-a-new-post/index.html create mode 100644 _site/redirects.json create mode 100644 _site/robots.txt create mode 100644 _site/sitemap.xml create mode 100644 _site/sw.min.js create mode 100644 _site/tags/index.html create mode 100644 _site/tags/writing/index.html diff --git a/.gitignore b/.gitignore index 7dd7cef..f7bed25 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,6 @@ Gemfile.lock # Jekyll cache .jekyll-cache .jekyll-metadata -_site # RubyGems *.gem diff --git a/_config.yml b/_config.yml index 38532c4..f76e482 100644 --- a/_config.yml +++ b/_config.yml @@ -23,7 +23,7 @@ description: >- # used by seo meta and the atom feed # Fill in the protocol & hostname for your site. # E.g. 'https://username.github.io', note that it does not end with a '/'. -url: "https://way-adventurer.github.io" +url: "https://way.ember.ac.cn" github: username: WAY-ADVENTURER # change to your GitHub username diff --git a/_site/404.html b/_site/404.html new file mode 100644 index 0000000..0b6d808 --- /dev/null +++ b/_site/404.html @@ -0,0 +1,782 @@ + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +Sorry, we've misplaced that URL or it's pointing to something that doesn't exist.
+ +++ +Add Markdown syntax content to file
+_tabs/about.md
and it will show up on this page.
}q`tL&IDVkEzs=+$s})*4N<}$1eac)!`re
zCz=hu-~ITu^s2KkvakW