diff --git a/_config.yml b/_config.yml index f54cb1b..93d64ce 100644 --- a/_config.yml +++ b/_config.yml @@ -76,7 +76,7 @@ theme_mode: # [light | dark] img_cdn: # the avatar on sidebar, support local or CORS resources -avatar: +avatar: /assets/avatar.png # The URL of the site-wide social preview image used in SEO `og:image` meta tag. # It can be overridden by a customized `page.image` in front matter. diff --git "a/C++PrimerPlus-6th/10.\345\257\271\350\261\241\345\222\214\347\261\273.md" "b/_posts/C++PrimerPlus-6th/10.\345\257\271\350\261\241\345\222\214\347\261\273.md" similarity index 100% rename from "C++PrimerPlus-6th/10.\345\257\271\350\261\241\345\222\214\347\261\273.md" rename to "_posts/C++PrimerPlus-6th/10.\345\257\271\350\261\241\345\222\214\347\261\273.md" diff --git "a/C++PrimerPlus-6th/11.\344\275\277\347\224\250\347\261\273.md" "b/_posts/C++PrimerPlus-6th/11.\344\275\277\347\224\250\347\261\273.md" similarity index 100% rename from "C++PrimerPlus-6th/11.\344\275\277\347\224\250\347\261\273.md" rename to "_posts/C++PrimerPlus-6th/11.\344\275\277\347\224\250\347\261\273.md" diff --git "a/C++PrimerPlus-6th/12.\347\261\273\345\222\214\345\212\250\346\200\201\345\206\205\345\255\230\345\210\206\351\205\215.md" "b/_posts/C++PrimerPlus-6th/12.\347\261\273\345\222\214\345\212\250\346\200\201\345\206\205\345\255\230\345\210\206\351\205\215.md" similarity index 100% rename from "C++PrimerPlus-6th/12.\347\261\273\345\222\214\345\212\250\346\200\201\345\206\205\345\255\230\345\210\206\351\205\215.md" rename to "_posts/C++PrimerPlus-6th/12.\347\261\273\345\222\214\345\212\250\346\200\201\345\206\205\345\255\230\345\210\206\351\205\215.md" diff --git "a/C++PrimerPlus-6th/13.\347\261\273\347\273\247\346\211\277.md" "b/_posts/C++PrimerPlus-6th/13.\347\261\273\347\273\247\346\211\277.md" similarity index 100% rename from "C++PrimerPlus-6th/13.\347\261\273\347\273\247\346\211\277.md" rename to "_posts/C++PrimerPlus-6th/13.\347\261\273\347\273\247\346\211\277.md" diff --git "a/C++PrimerPlus-6th/14.C++\344\270\255\347\232\204\344\273\243\347\240\201\351\207\215\347\224\250.md" "b/_posts/C++PrimerPlus-6th/14.C++\344\270\255\347\232\204\344\273\243\347\240\201\351\207\215\347\224\250.md" similarity index 100% rename from "C++PrimerPlus-6th/14.C++\344\270\255\347\232\204\344\273\243\347\240\201\351\207\215\347\224\250.md" rename to "_posts/C++PrimerPlus-6th/14.C++\344\270\255\347\232\204\344\273\243\347\240\201\351\207\215\347\224\250.md" diff --git "a/C++PrimerPlus-6th/15.\345\217\213\345\205\203\343\200\201\345\274\202\345\270\270\345\222\214\345\205\266\344\273\226.md" "b/_posts/C++PrimerPlus-6th/15.\345\217\213\345\205\203\343\200\201\345\274\202\345\270\270\345\222\214\345\205\266\344\273\226.md" similarity index 100% rename from "C++PrimerPlus-6th/15.\345\217\213\345\205\203\343\200\201\345\274\202\345\270\270\345\222\214\345\205\266\344\273\226.md" rename to "_posts/C++PrimerPlus-6th/15.\345\217\213\345\205\203\343\200\201\345\274\202\345\270\270\345\222\214\345\205\266\344\273\226.md" diff --git "a/C++PrimerPlus-6th/8.\345\207\275\346\225\260\345\271\275\346\216\242.md" "b/_posts/C++PrimerPlus-6th/8.\345\207\275\346\225\260\345\271\275\346\216\242.md" similarity index 100% rename from "C++PrimerPlus-6th/8.\345\207\275\346\225\260\345\271\275\346\216\242.md" rename to "_posts/C++PrimerPlus-6th/8.\345\207\275\346\225\260\345\271\275\346\216\242.md" diff --git a/C-Cpp/c-string-manipulate.md b/_posts/C-Cpp/c-string-manipulate.md similarity index 100% rename from C-Cpp/c-string-manipulate.md rename to _posts/C-Cpp/c-string-manipulate.md diff --git a/C-Cpp/c-x86-get-pc-thunk.md b/_posts/C-Cpp/c-x86-get-pc-thunk.md similarity index 100% rename from C-Cpp/c-x86-get-pc-thunk.md rename to _posts/C-Cpp/c-x86-get-pc-thunk.md diff --git a/C-Cpp/clang-compile-failure.md b/_posts/C-Cpp/clang-compile-failure.md similarity index 100% rename from C-Cpp/clang-compile-failure.md rename to _posts/C-Cpp/clang-compile-failure.md diff --git a/C-Cpp/clangd-disable-lint-flag.md b/_posts/C-Cpp/clangd-disable-lint-flag.md similarity index 100% rename from C-Cpp/clangd-disable-lint-flag.md rename to _posts/C-Cpp/clangd-disable-lint-flag.md diff --git a/C-Cpp/cmake-add-library.md b/_posts/C-Cpp/cmake-add-library.md similarity index 100% rename from C-Cpp/cmake-add-library.md rename to _posts/C-Cpp/cmake-add-library.md diff --git a/C-Cpp/cmake-basic.md b/_posts/C-Cpp/cmake-basic.md similarity index 100% rename from C-Cpp/cmake-basic.md rename to _posts/C-Cpp/cmake-basic.md diff --git a/C-Cpp/cmake-fetchcontent.md b/_posts/C-Cpp/cmake-fetchcontent.md similarity index 100% rename from C-Cpp/cmake-fetchcontent.md rename to _posts/C-Cpp/cmake-fetchcontent.md diff --git a/C-Cpp/cmake-manipulate-directories.md b/_posts/C-Cpp/cmake-manipulate-directories.md similarity index 100% rename from C-Cpp/cmake-manipulate-directories.md rename to _posts/C-Cpp/cmake-manipulate-directories.md diff --git a/C-Cpp/cpp-alignas-and-pack.md b/_posts/C-Cpp/cpp-alignas-and-pack.md similarity index 100% rename from C-Cpp/cpp-alignas-and-pack.md rename to _posts/C-Cpp/cpp-alignas-and-pack.md diff --git a/C-Cpp/cpp-auto-generated-constructors.md b/_posts/C-Cpp/cpp-auto-generated-constructors.md similarity index 100% rename from C-Cpp/cpp-auto-generated-constructors.md rename to _posts/C-Cpp/cpp-auto-generated-constructors.md diff --git a/C-Cpp/cpp-concept-requires.md b/_posts/C-Cpp/cpp-concept-requires.md similarity index 100% rename from C-Cpp/cpp-concept-requires.md rename to _posts/C-Cpp/cpp-concept-requires.md diff --git a/C-Cpp/cpp-constexpr-and-consteval.md b/_posts/C-Cpp/cpp-constexpr-and-consteval.md similarity index 100% rename from C-Cpp/cpp-constexpr-and-consteval.md rename to _posts/C-Cpp/cpp-constexpr-and-consteval.md diff --git a/C-Cpp/cpp-construct-use-parentheses-vs-braces.md b/_posts/C-Cpp/cpp-construct-use-parentheses-vs-braces.md similarity index 100% rename from C-Cpp/cpp-construct-use-parentheses-vs-braces.md rename to _posts/C-Cpp/cpp-construct-use-parentheses-vs-braces.md diff --git a/C-Cpp/cpp-container-traverse.md b/_posts/C-Cpp/cpp-container-traverse.md similarity index 100% rename from C-Cpp/cpp-container-traverse.md rename to _posts/C-Cpp/cpp-container-traverse.md diff --git a/C-Cpp/cpp-dynamic-cast.md b/_posts/C-Cpp/cpp-dynamic-cast.md similarity index 100% rename from C-Cpp/cpp-dynamic-cast.md rename to _posts/C-Cpp/cpp-dynamic-cast.md diff --git a/C-Cpp/cpp-enumerations.md b/_posts/C-Cpp/cpp-enumerations.md similarity index 100% rename from C-Cpp/cpp-enumerations.md rename to _posts/C-Cpp/cpp-enumerations.md diff --git a/C-Cpp/cpp-function-call-with-rvalue.md b/_posts/C-Cpp/cpp-function-call-with-rvalue.md similarity index 100% rename from C-Cpp/cpp-function-call-with-rvalue.md rename to _posts/C-Cpp/cpp-function-call-with-rvalue.md diff --git a/C-Cpp/cpp-fundamental-types.md b/_posts/C-Cpp/cpp-fundamental-types.md similarity index 100% rename from C-Cpp/cpp-fundamental-types.md rename to _posts/C-Cpp/cpp-fundamental-types.md diff --git a/C-Cpp/cpp-inheritance-ambiguity.md b/_posts/C-Cpp/cpp-inheritance-ambiguity.md similarity index 100% rename from C-Cpp/cpp-inheritance-ambiguity.md rename to _posts/C-Cpp/cpp-inheritance-ambiguity.md diff --git a/C-Cpp/cpp-is-transparent.md b/_posts/C-Cpp/cpp-is-transparent.md similarity index 100% rename from C-Cpp/cpp-is-transparent.md rename to _posts/C-Cpp/cpp-is-transparent.md diff --git a/C-Cpp/cpp-lock-guard-vs-scoped-lock.md b/_posts/C-Cpp/cpp-lock-guard-vs-scoped-lock.md similarity index 100% rename from C-Cpp/cpp-lock-guard-vs-scoped-lock.md rename to _posts/C-Cpp/cpp-lock-guard-vs-scoped-lock.md diff --git a/C-Cpp/cpp-noexcept.md b/_posts/C-Cpp/cpp-noexcept.md similarity index 100% rename from C-Cpp/cpp-noexcept.md rename to _posts/C-Cpp/cpp-noexcept.md diff --git a/C-Cpp/cpp-object-memory.md b/_posts/C-Cpp/cpp-object-memory.md similarity index 100% rename from C-Cpp/cpp-object-memory.md rename to _posts/C-Cpp/cpp-object-memory.md diff --git a/C-Cpp/cpp-perfect-forwarding.md b/_posts/C-Cpp/cpp-perfect-forwarding.md similarity index 100% rename from C-Cpp/cpp-perfect-forwarding.md rename to _posts/C-Cpp/cpp-perfect-forwarding.md diff --git a/C-Cpp/cpp-platform-marco.md b/_posts/C-Cpp/cpp-platform-marco.md similarity index 100% rename from C-Cpp/cpp-platform-marco.md rename to _posts/C-Cpp/cpp-platform-marco.md diff --git a/C-Cpp/cpp-ranges-and-views.md b/_posts/C-Cpp/cpp-ranges-and-views.md similarity index 100% rename from C-Cpp/cpp-ranges-and-views.md rename to _posts/C-Cpp/cpp-ranges-and-views.md diff --git a/C-Cpp/cpp-seqence-views.md b/_posts/C-Cpp/cpp-seqence-views.md similarity index 100% rename from C-Cpp/cpp-seqence-views.md rename to _posts/C-Cpp/cpp-seqence-views.md diff --git a/C-Cpp/cpp-shared-ptr-duoble-free.md b/_posts/C-Cpp/cpp-shared-ptr-duoble-free.md similarity index 100% rename from C-Cpp/cpp-shared-ptr-duoble-free.md rename to _posts/C-Cpp/cpp-shared-ptr-duoble-free.md diff --git a/C-Cpp/cpp-shared-unique-ptr.md b/_posts/C-Cpp/cpp-shared-unique-ptr.md similarity index 100% rename from C-Cpp/cpp-shared-unique-ptr.md rename to _posts/C-Cpp/cpp-shared-unique-ptr.md diff --git a/C-Cpp/cpp-shared_from_this.md b/_posts/C-Cpp/cpp-shared_from_this.md similarity index 100% rename from C-Cpp/cpp-shared_from_this.md rename to _posts/C-Cpp/cpp-shared_from_this.md diff --git a/C-Cpp/cpp-streams.md b/_posts/C-Cpp/cpp-streams.md similarity index 100% rename from C-Cpp/cpp-streams.md rename to _posts/C-Cpp/cpp-streams.md diff --git a/C-Cpp/cpp-strings.md b/_posts/C-Cpp/cpp-strings.md similarity index 100% rename from C-Cpp/cpp-strings.md rename to _posts/C-Cpp/cpp-strings.md diff --git a/C-Cpp/cpp-structure-binding.md b/_posts/C-Cpp/cpp-structure-binding.md similarity index 100% rename from C-Cpp/cpp-structure-binding.md rename to _posts/C-Cpp/cpp-structure-binding.md diff --git a/C-Cpp/cpp-template-and-auto-inference.md b/_posts/C-Cpp/cpp-template-and-auto-inference.md similarity index 100% rename from C-Cpp/cpp-template-and-auto-inference.md rename to _posts/C-Cpp/cpp-template-and-auto-inference.md diff --git a/C-Cpp/cpp-template-class-access-base-member.md b/_posts/C-Cpp/cpp-template-class-access-base-member.md similarity index 100% rename from C-Cpp/cpp-template-class-access-base-member.md rename to _posts/C-Cpp/cpp-template-class-access-base-member.md diff --git a/C-Cpp/cpp-template-class-undefined-reference.md b/_posts/C-Cpp/cpp-template-class-undefined-reference.md similarity index 100% rename from C-Cpp/cpp-template-class-undefined-reference.md rename to _posts/C-Cpp/cpp-template-class-undefined-reference.md diff --git a/C-Cpp/cpp-template-partial-specialization-with-const-T.md b/_posts/C-Cpp/cpp-template-partial-specialization-with-const-T.md similarity index 100% rename from C-Cpp/cpp-template-partial-specialization-with-const-T.md rename to _posts/C-Cpp/cpp-template-partial-specialization-with-const-T.md diff --git a/C-Cpp/cpp-template-partial-specilization.md b/_posts/C-Cpp/cpp-template-partial-specilization.md similarity index 100% rename from C-Cpp/cpp-template-partial-specilization.md rename to _posts/C-Cpp/cpp-template-partial-specilization.md diff --git a/C-Cpp/cpp-using.md b/_posts/C-Cpp/cpp-using.md similarity index 100% rename from C-Cpp/cpp-using.md rename to _posts/C-Cpp/cpp-using.md diff --git a/C-Cpp/cpp-what-does-compiler-do.md b/_posts/C-Cpp/cpp-what-does-compiler-do.md similarity index 100% rename from C-Cpp/cpp-what-does-compiler-do.md rename to _posts/C-Cpp/cpp-what-does-compiler-do.md diff --git a/C-Cpp/gcc-compile-settings.md b/_posts/C-Cpp/gcc-compile-settings.md similarity index 100% rename from C-Cpp/gcc-compile-settings.md rename to _posts/C-Cpp/gcc-compile-settings.md diff --git a/C-Cpp/makefile.md b/_posts/C-Cpp/makefile.md similarity index 100% rename from C-Cpp/makefile.md rename to _posts/C-Cpp/makefile.md diff --git a/C-Cpp/value-and-reference-semantics.md b/_posts/C-Cpp/value-and-reference-semantics.md similarity index 100% rename from C-Cpp/value-and-reference-semantics.md rename to _posts/C-Cpp/value-and-reference-semantics.md diff --git a/C-Cpp/vcpkg.md b/_posts/C-Cpp/vcpkg.md similarity index 100% rename from C-Cpp/vcpkg.md rename to _posts/C-Cpp/vcpkg.md diff --git a/Cg/cg-notes.md b/_posts/Cg/cg-notes.md similarity index 100% rename from Cg/cg-notes.md rename to _posts/Cg/cg-notes.md diff --git a/Cg/dynamic-environment-mapping.md b/_posts/Cg/dynamic-environment-mapping.md similarity index 100% rename from Cg/dynamic-environment-mapping.md rename to _posts/Cg/dynamic-environment-mapping.md diff --git a/Cg/ue5-generate-clangd-database.md b/_posts/Cg/ue5-generate-clangd-database.md similarity index 100% rename from Cg/ue5-generate-clangd-database.md rename to _posts/Cg/ue5-generate-clangd-database.md diff --git a/Cg/unity-vfx.md b/_posts/Cg/unity-vfx.md similarity index 100% rename from Cg/unity-vfx.md rename to _posts/Cg/unity-vfx.md diff --git a/Debug/debug-dwm.md b/_posts/Debug/2022-05-23-debug-dwm.md similarity index 96% rename from Debug/debug-dwm.md rename to _posts/Debug/2022-05-23-debug-dwm.md index 02b35d8..414bd91 100644 --- a/Debug/debug-dwm.md +++ b/_posts/Debug/2022-05-23-debug-dwm.md @@ -1,3 +1,8 @@ +--- +title: Debug DWM +date: 2022.05.23 +--- + #c-cpp/debug #window-manager/dwm ## 2022.5.23 diff --git a/Debug/gdb-memory-leak.md b/_posts/Debug/2022-09-07-gdb-memory-leak.md similarity index 100% rename from Debug/gdb-memory-leak.md rename to _posts/Debug/2022-09-07-gdb-memory-leak.md diff --git a/Debug/gdb-multi-threads.md b/_posts/Debug/gdb-multi-threads.md similarity index 100% rename from Debug/gdb-multi-threads.md rename to _posts/Debug/gdb-multi-threads.md diff --git a/Design/cpp-tuple-and-factory.md b/_posts/Design/cpp-tuple-and-factory.md similarity index 100% rename from Design/cpp-tuple-and-factory.md rename to _posts/Design/cpp-tuple-and-factory.md diff --git a/Design/ecs.md b/_posts/Design/ecs.md similarity index 100% rename from Design/ecs.md rename to _posts/Design/ecs.md diff --git a/Design/log-level.md b/_posts/Design/log-level.md similarity index 100% rename from Design/log-level.md rename to _posts/Design/log-level.md diff --git a/Design/memory-allocator.md b/_posts/Design/memory-allocator.md similarity index 100% rename from Design/memory-allocator.md rename to _posts/Design/memory-allocator.md diff --git a/Design/piccolo-reflection.md b/_posts/Design/piccolo-reflection.md similarity index 100% rename from Design/piccolo-reflection.md rename to _posts/Design/piccolo-reflection.md diff --git a/Design/serializer.md b/_posts/Design/serializer.md similarity index 100% rename from Design/serializer.md rename to _posts/Design/serializer.md diff --git a/Design/software-architechture.md b/_posts/Design/software-architechture.md similarity index 100% rename from Design/software-architechture.md rename to _posts/Design/software-architechture.md diff --git a/Design/zeno-code-reading.md b/_posts/Design/zeno-code-reading.md similarity index 100% rename from Design/zeno-code-reading.md rename to _posts/Design/zeno-code-reading.md diff --git a/Front-end/css-flex-grid.md b/_posts/Front-end/css-flex-grid.md similarity index 100% rename from Front-end/css-flex-grid.md rename to _posts/Front-end/css-flex-grid.md diff --git a/Front-end/css-scrollbar.md b/_posts/Front-end/css-scrollbar.md similarity index 100% rename from Front-end/css-scrollbar.md rename to _posts/Front-end/css-scrollbar.md diff --git a/Front-end/flutter-env.md b/_posts/Front-end/flutter-env.md similarity index 100% rename from Front-end/flutter-env.md rename to _posts/Front-end/flutter-env.md diff --git a/Front-end/js-promise.md b/_posts/Front-end/js-promise.md similarity index 100% rename from Front-end/js-promise.md rename to _posts/Front-end/js-promise.md diff --git a/Front-end/js-require.md b/_posts/Front-end/js-require.md similarity index 100% rename from Front-end/js-require.md rename to _posts/Front-end/js-require.md diff --git a/Front-end/markdown-it.md b/_posts/Front-end/markdown-it.md similarity index 100% rename from Front-end/markdown-it.md rename to _posts/Front-end/markdown-it.md diff --git a/Front-end/nodejs-env.md b/_posts/Front-end/nodejs-env.md similarity index 100% rename from Front-end/nodejs-env.md rename to _posts/Front-end/nodejs-env.md diff --git a/Front-end/ts-basic.md b/_posts/Front-end/ts-basic.md similarity index 100% rename from Front-end/ts-basic.md rename to _posts/Front-end/ts-basic.md diff --git a/Front-end/ts-keywords.md b/_posts/Front-end/ts-keywords.md similarity index 100% rename from Front-end/ts-keywords.md rename to _posts/Front-end/ts-keywords.md diff --git a/Front-end/vite-use-amap.md b/_posts/Front-end/vite-use-amap.md similarity index 100% rename from Front-end/vite-use-amap.md rename to _posts/Front-end/vite-use-amap.md diff --git a/Front-end/vite-use-env-variable.md b/_posts/Front-end/vite-use-env-variable.md similarity index 100% rename from Front-end/vite-use-env-variable.md rename to _posts/Front-end/vite-use-env-variable.md diff --git a/Front-end/vite-use-scss.md b/_posts/Front-end/vite-use-scss.md similarity index 100% rename from Front-end/vite-use-scss.md rename to _posts/Front-end/vite-use-scss.md diff --git a/Front-end/vite-use-vuetify.md b/_posts/Front-end/vite-use-vuetify.md similarity index 100% rename from Front-end/vite-use-vuetify.md rename to _posts/Front-end/vite-use-vuetify.md diff --git a/Front-end/vue-env.md b/_posts/Front-end/vue-env.md similarity index 100% rename from Front-end/vue-env.md rename to _posts/Front-end/vue-env.md diff --git a/Front-end/vue-lifecycle.md b/_posts/Front-end/vue-lifecycle.md similarity index 100% rename from Front-end/vue-lifecycle.md rename to _posts/Front-end/vue-lifecycle.md diff --git a/Front-end/vue-router-init.md b/_posts/Front-end/vue-router-init.md similarity index 100% rename from Front-end/vue-router-init.md rename to _posts/Front-end/vue-router-init.md diff --git a/Game/ue-plugin-only-display-one.md b/_posts/Game/ue-plugin-only-display-one.md similarity index 100% rename from Game/ue-plugin-only-display-one.md rename to _posts/Game/ue-plugin-only-display-one.md diff --git a/Game/unity-plugin-use-other-plugin.md b/_posts/Game/unity-plugin-use-other-plugin.md similarity index 100% rename from Game/unity-plugin-use-other-plugin.md rename to _posts/Game/unity-plugin-use-other-plugin.md diff --git a/Git/git-add-new-remote.md b/_posts/Git/git-add-new-remote.md similarity index 100% rename from Git/git-add-new-remote.md rename to _posts/Git/git-add-new-remote.md diff --git a/Git/git-basic.md b/_posts/Git/git-basic.md similarity index 100% rename from Git/git-basic.md rename to _posts/Git/git-basic.md diff --git a/Git/git-checkout-to-remote-branch.md b/_posts/Git/git-checkout-to-remote-branch.md similarity index 100% rename from Git/git-checkout-to-remote-branch.md rename to _posts/Git/git-checkout-to-remote-branch.md diff --git a/Git/git-clone-with-proxy.md b/_posts/Git/git-clone-with-proxy.md similarity index 100% rename from Git/git-clone-with-proxy.md rename to _posts/Git/git-clone-with-proxy.md diff --git a/Git/git-conflict.md b/_posts/Git/git-conflict.md similarity index 100% rename from Git/git-conflict.md rename to _posts/Git/git-conflict.md diff --git a/Git/git-filter-branch-and-repo.md b/_posts/Git/git-filter-branch-and-repo.md similarity index 100% rename from Git/git-filter-branch-and-repo.md rename to _posts/Git/git-filter-branch-and-repo.md diff --git a/Git/git-lfs.md b/_posts/Git/git-lfs.md similarity index 100% rename from Git/git-lfs.md rename to _posts/Git/git-lfs.md diff --git a/Git/git-rebase.md b/_posts/Git/git-rebase.md similarity index 100% rename from Git/git-rebase.md rename to _posts/Git/git-rebase.md diff --git a/Git/git-submodule.md b/_posts/Git/git-submodule.md similarity index 100% rename from Git/git-submodule.md rename to _posts/Git/git-submodule.md diff --git a/Linux/arch-install-and-config.md b/_posts/Linux/arch-install-and-config.md similarity index 100% rename from Linux/arch-install-and-config.md rename to _posts/Linux/arch-install-and-config.md diff --git a/Linux/arch-install-mysql.md b/_posts/Linux/arch-install-mysql.md similarity index 100% rename from Linux/arch-install-mysql.md rename to _posts/Linux/arch-install-mysql.md diff --git a/Linux/expect-script.md b/_posts/Linux/expect-script.md similarity index 100% rename from Linux/expect-script.md rename to _posts/Linux/expect-script.md diff --git a/Linux/linux-basic.md b/_posts/Linux/linux-basic.md similarity index 100% rename from Linux/linux-basic.md rename to _posts/Linux/linux-basic.md diff --git a/Linux/linux-create-tmp-dir.md b/_posts/Linux/linux-create-tmp-dir.md similarity index 100% rename from Linux/linux-create-tmp-dir.md rename to _posts/Linux/linux-create-tmp-dir.md diff --git a/Linux/linux-increase-time-when-select-boot-system.md b/_posts/Linux/linux-increase-time-when-select-boot-system.md similarity index 100% rename from Linux/linux-increase-time-when-select-boot-system.md rename to _posts/Linux/linux-increase-time-when-select-boot-system.md diff --git a/Linux/linux-list-all-glyphs.md b/_posts/Linux/linux-list-all-glyphs.md similarity index 100% rename from Linux/linux-list-all-glyphs.md rename to _posts/Linux/linux-list-all-glyphs.md diff --git a/Linux/linux-nmap.md b/_posts/Linux/linux-nmap.md similarity index 100% rename from Linux/linux-nmap.md rename to _posts/Linux/linux-nmap.md diff --git a/Linux/linux-os.md b/_posts/Linux/linux-os.md similarity index 100% rename from Linux/linux-os.md rename to _posts/Linux/linux-os.md diff --git a/Linux/linux-pdftk.md b/_posts/Linux/linux-pdftk.md similarity index 100% rename from Linux/linux-pdftk.md rename to _posts/Linux/linux-pdftk.md diff --git a/Linux/linux-ssh-without-password.md b/_posts/Linux/linux-ssh-without-password.md similarity index 100% rename from Linux/linux-ssh-without-password.md rename to _posts/Linux/linux-ssh-without-password.md diff --git a/Linux/linux-ssr.md b/_posts/Linux/linux-ssr.md similarity index 100% rename from Linux/linux-ssr.md rename to _posts/Linux/linux-ssr.md diff --git a/Linux/linux-symlink.md b/_posts/Linux/linux-symlink.md similarity index 100% rename from Linux/linux-symlink.md rename to _posts/Linux/linux-symlink.md diff --git a/Linux/linux-undefined-symbol.md b/_posts/Linux/linux-undefined-symbol.md similarity index 100% rename from Linux/linux-undefined-symbol.md rename to _posts/Linux/linux-undefined-symbol.md diff --git a/Linux/linux-unzip-chinese-mistranslate.md b/_posts/Linux/linux-unzip-chinese-mistranslate.md similarity index 100% rename from Linux/linux-unzip-chinese-mistranslate.md rename to _posts/Linux/linux-unzip-chinese-mistranslate.md diff --git a/Linux/linux-virtual-bridge.md b/_posts/Linux/linux-virtual-bridge.md similarity index 100% rename from Linux/linux-virtual-bridge.md rename to _posts/Linux/linux-virtual-bridge.md diff --git a/Linux/linux-xargs.md b/_posts/Linux/linux-xargs.md similarity index 100% rename from Linux/linux-xargs.md rename to _posts/Linux/linux-xargs.md diff --git a/Linux/linux-xrandr.md b/_posts/Linux/linux-xrandr.md similarity index 100% rename from Linux/linux-xrandr.md rename to _posts/Linux/linux-xrandr.md diff --git a/Linux/nginx-docker.md b/_posts/Linux/nginx-docker.md similarity index 100% rename from Linux/nginx-docker.md rename to _posts/Linux/nginx-docker.md diff --git a/Linux/stderr-redirection.md b/_posts/Linux/stderr-redirection.md similarity index 100% rename from Linux/stderr-redirection.md rename to _posts/Linux/stderr-redirection.md diff --git a/Linux/ubuntu-command-vscode-install.md b/_posts/Linux/ubuntu-command-vscode-install.md similarity index 100% rename from Linux/ubuntu-command-vscode-install.md rename to _posts/Linux/ubuntu-command-vscode-install.md diff --git a/Linux/ubuntu-cuda11-install.md b/_posts/Linux/ubuntu-cuda11-install.md similarity index 100% rename from Linux/ubuntu-cuda11-install.md rename to _posts/Linux/ubuntu-cuda11-install.md diff --git a/Linux/ubuntu-env-config.md b/_posts/Linux/ubuntu-env-config.md similarity index 100% rename from Linux/ubuntu-env-config.md rename to _posts/Linux/ubuntu-env-config.md diff --git a/Linux/ubuntu-ffmpeg-env-install.md b/_posts/Linux/ubuntu-ffmpeg-env-install.md similarity index 100% rename from Linux/ubuntu-ffmpeg-env-install.md rename to _posts/Linux/ubuntu-ffmpeg-env-install.md diff --git a/Linux/ubuntu-install-latest-awesome.md b/_posts/Linux/ubuntu-install-latest-awesome.md similarity index 100% rename from Linux/ubuntu-install-latest-awesome.md rename to _posts/Linux/ubuntu-install-latest-awesome.md diff --git a/Linux/ubuntu-libtorch-and-pytorch-install.md b/_posts/Linux/ubuntu-libtorch-and-pytorch-install.md similarity index 100% rename from Linux/ubuntu-libtorch-and-pytorch-install.md rename to _posts/Linux/ubuntu-libtorch-and-pytorch-install.md diff --git a/Linux/ubuntu-nvim-install.md b/_posts/Linux/ubuntu-nvim-install.md similarity index 100% rename from Linux/ubuntu-nvim-install.md rename to _posts/Linux/ubuntu-nvim-install.md diff --git a/Linux/ubuntu-opencv-env-install.md b/_posts/Linux/ubuntu-opencv-env-install.md similarity index 100% rename from Linux/ubuntu-opencv-env-install.md rename to _posts/Linux/ubuntu-opencv-env-install.md diff --git a/Linux/ubuntu-vcpkg-install-cuda-cudnn.md b/_posts/Linux/ubuntu-vcpkg-install-cuda-cudnn.md similarity index 100% rename from Linux/ubuntu-vcpkg-install-cuda-cudnn.md rename to _posts/Linux/ubuntu-vcpkg-install-cuda-cudnn.md diff --git a/Linux/vim-commands.md b/_posts/Linux/vim-commands.md similarity index 100% rename from Linux/vim-commands.md rename to _posts/Linux/vim-commands.md diff --git a/Linux/zsh-perf.md b/_posts/Linux/zsh-perf.md similarity index 100% rename from Linux/zsh-perf.md rename to _posts/Linux/zsh-perf.md diff --git a/NJU-ICS2020-notes/P1-C-mechanism.md b/_posts/NJU-ICS2020-notes/P1-C-mechanism.md similarity index 100% rename from NJU-ICS2020-notes/P1-C-mechanism.md rename to _posts/NJU-ICS2020-notes/P1-C-mechanism.md diff --git a/NJU-ICS2020-notes/P7-link-and-load.md b/_posts/NJU-ICS2020-notes/P7-link-and-load.md similarity index 100% rename from NJU-ICS2020-notes/P7-link-and-load.md rename to _posts/NJU-ICS2020-notes/P7-link-and-load.md diff --git a/NJU-ICS2020-notes/ics2020-slides/01The b/_posts/NJU-ICS2020-notes/ics2020-slides/01The similarity index 100% rename from NJU-ICS2020-notes/ics2020-slides/01The rename to _posts/NJU-ICS2020-notes/ics2020-slides/01The diff --git a/NJU-ICS2020-notes/ics2020-slides/01The Missing Course of Your Computer Science Education.pdf b/_posts/NJU-ICS2020-notes/ics2020-slides/01The Missing Course of Your Computer Science Education.pdf similarity index 100% rename from NJU-ICS2020-notes/ics2020-slides/01The Missing Course of Your Computer Science Education.pdf rename to _posts/NJU-ICS2020-notes/ics2020-slides/01The Missing Course of Your Computer Science Education.pdf diff --git a/NJU-ICS2020-notes/ics2020-slides/02C b/_posts/NJU-ICS2020-notes/ics2020-slides/02C similarity index 100% rename from NJU-ICS2020-notes/ics2020-slides/02C rename to _posts/NJU-ICS2020-notes/ics2020-slides/02C diff --git "a/NJU-ICS2020-notes/ics2020-slides/02C \350\257\255\350\250\200\346\213\276\351\201\227 (1)_ \346\234\272\345\210\266.pdf" "b/_posts/NJU-ICS2020-notes/ics2020-slides/02C \350\257\255\350\250\200\346\213\276\351\201\227 (1)_ \346\234\272\345\210\266.pdf" similarity index 100% rename from "NJU-ICS2020-notes/ics2020-slides/02C \350\257\255\350\250\200\346\213\276\351\201\227 (1)_ \346\234\272\345\210\266.pdf" rename to "_posts/NJU-ICS2020-notes/ics2020-slides/02C \350\257\255\350\250\200\346\213\276\351\201\227 (1)_ \346\234\272\345\210\266.pdf" diff --git a/NJU-ICS2020-notes/ics2020-slides/03C b/_posts/NJU-ICS2020-notes/ics2020-slides/03C similarity index 100% rename from NJU-ICS2020-notes/ics2020-slides/03C rename to _posts/NJU-ICS2020-notes/ics2020-slides/03C diff --git "a/NJU-ICS2020-notes/ics2020-slides/03C \350\257\255\350\250\200\346\213\276\351\201\227 (2)_ \347\274\226\347\250\213\345\256\236\350\267\265.pdf" "b/_posts/NJU-ICS2020-notes/ics2020-slides/03C \350\257\255\350\250\200\346\213\276\351\201\227 (2)_ \347\274\226\347\250\213\345\256\236\350\267\265.pdf" similarity index 100% rename from "NJU-ICS2020-notes/ics2020-slides/03C \350\257\255\350\250\200\346\213\276\351\201\227 (2)_ \347\274\226\347\250\213\345\256\236\350\267\265.pdf" rename to "_posts/NJU-ICS2020-notes/ics2020-slides/03C \350\257\255\350\250\200\346\213\276\351\201\227 (2)_ \347\274\226\347\250\213\345\256\236\350\267\265.pdf" diff --git a/NJU-ICS2020-notes/ics2020-slides/04NEMU b/_posts/NJU-ICS2020-notes/ics2020-slides/04NEMU similarity index 100% rename from NJU-ICS2020-notes/ics2020-slides/04NEMU rename to _posts/NJU-ICS2020-notes/ics2020-slides/04NEMU diff --git "a/NJU-ICS2020-notes/ics2020-slides/04NEMU \346\241\206\346\236\266\351\200\211\350\256\262 (1)_ \347\274\226\350\257\221\350\277\220\350\241\214.pdf" "b/_posts/NJU-ICS2020-notes/ics2020-slides/04NEMU \346\241\206\346\236\266\351\200\211\350\256\262 (1)_ \347\274\226\350\257\221\350\277\220\350\241\214.pdf" similarity index 100% rename from "NJU-ICS2020-notes/ics2020-slides/04NEMU \346\241\206\346\236\266\351\200\211\350\256\262 (1)_ \347\274\226\350\257\221\350\277\220\350\241\214.pdf" rename to "_posts/NJU-ICS2020-notes/ics2020-slides/04NEMU \346\241\206\346\236\266\351\200\211\350\256\262 (1)_ \347\274\226\350\257\221\350\277\220\350\241\214.pdf" diff --git a/NJU-ICS2020-notes/ics2020-slides/05NEMU b/_posts/NJU-ICS2020-notes/ics2020-slides/05NEMU similarity index 100% rename from NJU-ICS2020-notes/ics2020-slides/05NEMU rename to _posts/NJU-ICS2020-notes/ics2020-slides/05NEMU diff --git "a/NJU-ICS2020-notes/ics2020-slides/05NEMU \346\241\206\346\236\266\351\200\211\350\256\262 (2)_ \344\273\243\347\240\201\345\257\274\350\257\273.pdf" "b/_posts/NJU-ICS2020-notes/ics2020-slides/05NEMU \346\241\206\346\236\266\351\200\211\350\256\262 (2)_ \344\273\243\347\240\201\345\257\274\350\257\273.pdf" similarity index 100% rename from "NJU-ICS2020-notes/ics2020-slides/05NEMU \346\241\206\346\236\266\351\200\211\350\256\262 (2)_ \344\273\243\347\240\201\345\257\274\350\257\273.pdf" rename to "_posts/NJU-ICS2020-notes/ics2020-slides/05NEMU \346\241\206\346\236\266\351\200\211\350\256\262 (2)_ \344\273\243\347\240\201\345\257\274\350\257\273.pdf" diff --git "a/NJU-ICS2020-notes/ics2020-slides/06\346\225\260\346\215\256\347\232\204\346\234\272\345\231\250\347\272\247\350\241\250\347\244\272.pdf" "b/_posts/NJU-ICS2020-notes/ics2020-slides/06\346\225\260\346\215\256\347\232\204\346\234\272\345\231\250\347\272\247\350\241\250\347\244\272.pdf" similarity index 100% rename from "NJU-ICS2020-notes/ics2020-slides/06\346\225\260\346\215\256\347\232\204\346\234\272\345\231\250\347\272\247\350\241\250\347\244\272.pdf" rename to "_posts/NJU-ICS2020-notes/ics2020-slides/06\346\225\260\346\215\256\347\232\204\346\234\272\345\231\250\347\272\247\350\241\250\347\244\272.pdf" diff --git a/NJU-ICS2020-notes/ics2020-slides/07x86-64 b/_posts/NJU-ICS2020-notes/ics2020-slides/07x86-64 similarity index 100% rename from NJU-ICS2020-notes/ics2020-slides/07x86-64 rename to _posts/NJU-ICS2020-notes/ics2020-slides/07x86-64 diff --git "a/NJU-ICS2020-notes/ics2020-slides/07x86-64 \344\270\216\345\206\205\350\201\224\346\261\207\347\274\226.pdf" "b/_posts/NJU-ICS2020-notes/ics2020-slides/07x86-64 \344\270\216\345\206\205\350\201\224\346\261\207\347\274\226.pdf" similarity index 100% rename from "NJU-ICS2020-notes/ics2020-slides/07x86-64 \344\270\216\345\206\205\350\201\224\346\261\207\347\274\226.pdf" rename to "_posts/NJU-ICS2020-notes/ics2020-slides/07x86-64 \344\270\216\345\206\205\350\201\224\346\261\207\347\274\226.pdf" diff --git "a/NJU-ICS2020-notes/ics2020-slides/08\351\223\276\346\216\245\344\270\216\345\212\240\350\275\275\351\200\211\350\256\262.pdf" "b/_posts/NJU-ICS2020-notes/ics2020-slides/08\351\223\276\346\216\245\344\270\216\345\212\240\350\275\275\351\200\211\350\256\262.pdf" similarity index 100% rename from "NJU-ICS2020-notes/ics2020-slides/08\351\223\276\346\216\245\344\270\216\345\212\240\350\275\275\351\200\211\350\256\262.pdf" rename to "_posts/NJU-ICS2020-notes/ics2020-slides/08\351\223\276\346\216\245\344\270\216\345\212\240\350\275\275\351\200\211\350\256\262.pdf" diff --git a/NJU-ICS2020-notes/ics2020-slides/09AbstractMachine b/_posts/NJU-ICS2020-notes/ics2020-slides/09AbstractMachine similarity index 100% rename from NJU-ICS2020-notes/ics2020-slides/09AbstractMachine rename to _posts/NJU-ICS2020-notes/ics2020-slides/09AbstractMachine diff --git "a/NJU-ICS2020-notes/ics2020-slides/09AbstractMachine \351\200\211\350\256\262.pdf" "b/_posts/NJU-ICS2020-notes/ics2020-slides/09AbstractMachine \351\200\211\350\256\262.pdf" similarity index 100% rename from "NJU-ICS2020-notes/ics2020-slides/09AbstractMachine \351\200\211\350\256\262.pdf" rename to "_posts/NJU-ICS2020-notes/ics2020-slides/09AbstractMachine \351\200\211\350\256\262.pdf" diff --git a/NJU-ICS2020-notes/ics2020-slides/10I_O b/_posts/NJU-ICS2020-notes/ics2020-slides/10I_O similarity index 100% rename from NJU-ICS2020-notes/ics2020-slides/10I_O rename to _posts/NJU-ICS2020-notes/ics2020-slides/10I_O diff --git "a/NJU-ICS2020-notes/ics2020-slides/10I_O \350\256\276\345\244\207\351\200\211\350\256\262.pdf" "b/_posts/NJU-ICS2020-notes/ics2020-slides/10I_O \350\256\276\345\244\207\351\200\211\350\256\262.pdf" similarity index 100% rename from "NJU-ICS2020-notes/ics2020-slides/10I_O \350\256\276\345\244\207\351\200\211\350\256\262.pdf" rename to "_posts/NJU-ICS2020-notes/ics2020-slides/10I_O \350\256\276\345\244\207\351\200\211\350\256\262.pdf" diff --git "a/NJU-ICS2020-notes/ics2020-slides/11\350\260\203\350\257\225\357\274\232\347\220\206\350\256\272\344\270\216\345\256\236\350\267\265.pdf" "b/_posts/NJU-ICS2020-notes/ics2020-slides/11\350\260\203\350\257\225\357\274\232\347\220\206\350\256\272\344\270\216\345\256\236\350\267\265.pdf" similarity index 100% rename from "NJU-ICS2020-notes/ics2020-slides/11\350\260\203\350\257\225\357\274\232\347\220\206\350\256\272\344\270\216\345\256\236\350\267\265.pdf" rename to "_posts/NJU-ICS2020-notes/ics2020-slides/11\350\260\203\350\257\225\357\274\232\347\220\206\350\256\272\344\270\216\345\256\236\350\267\265.pdf" diff --git "a/NJU-ICS2020-notes/ics2020-slides/12\347\263\273\347\273\237\347\274\226\347\250\213\344\270\216\345\237\272\347\241\200\350\256\276\346\226\275.pdf" "b/_posts/NJU-ICS2020-notes/ics2020-slides/12\347\263\273\347\273\237\347\274\226\347\250\213\344\270\216\345\237\272\347\241\200\350\256\276\346\226\275.pdf" similarity index 100% rename from "NJU-ICS2020-notes/ics2020-slides/12\347\263\273\347\273\237\347\274\226\347\250\213\344\270\216\345\237\272\347\241\200\350\256\276\346\226\275.pdf" rename to "_posts/NJU-ICS2020-notes/ics2020-slides/12\347\263\273\347\273\237\347\274\226\347\250\213\344\270\216\345\237\272\347\241\200\350\256\276\346\226\275.pdf" diff --git "a/NJU-ICS2020-notes/ics2020-slides/13\344\270\255\346\226\255\344\270\216\345\210\206\346\227\266\345\244\232\344\273\273\345\212\241.pdf" "b/_posts/NJU-ICS2020-notes/ics2020-slides/13\344\270\255\346\226\255\344\270\216\345\210\206\346\227\266\345\244\232\344\273\273\345\212\241.pdf" similarity index 100% rename from "NJU-ICS2020-notes/ics2020-slides/13\344\270\255\346\226\255\344\270\216\345\210\206\346\227\266\345\244\232\344\273\273\345\212\241.pdf" rename to "_posts/NJU-ICS2020-notes/ics2020-slides/13\344\270\255\346\226\255\344\270\216\345\210\206\346\227\266\345\244\232\344\273\273\345\212\241.pdf" diff --git "a/NJU-ICS2020-notes/ics2020-slides/14\350\231\232\346\213\237\345\255\230\345\202\250\351\200\211\350\256\262.pdf" "b/_posts/NJU-ICS2020-notes/ics2020-slides/14\350\231\232\346\213\237\345\255\230\345\202\250\351\200\211\350\256\262.pdf" similarity index 100% rename from "NJU-ICS2020-notes/ics2020-slides/14\350\231\232\346\213\237\345\255\230\345\202\250\351\200\211\350\256\262.pdf" rename to "_posts/NJU-ICS2020-notes/ics2020-slides/14\350\231\232\346\213\237\345\255\230\345\202\250\351\200\211\350\256\262.pdf" diff --git "a/NJU-ICS2020-notes/ics2020-slides/15\342\200\234\351\200\240\350\275\256\345\255\220\342\200\235" "b/_posts/NJU-ICS2020-notes/ics2020-slides/15\342\200\234\351\200\240\350\275\256\345\255\220\342\200\235" similarity index 100% rename from "NJU-ICS2020-notes/ics2020-slides/15\342\200\234\351\200\240\350\275\256\345\255\220\342\200\235" rename to "_posts/NJU-ICS2020-notes/ics2020-slides/15\342\200\234\351\200\240\350\275\256\345\255\220\342\200\235" diff --git "a/NJU-ICS2020-notes/ics2020-slides/15\342\200\234\351\200\240\350\275\256\345\255\220\342\200\235 \347\232\204\346\226\271\346\263\225\344\270\216\344\271\220\350\266\243.pdf" "b/_posts/NJU-ICS2020-notes/ics2020-slides/15\342\200\234\351\200\240\350\275\256\345\255\220\342\200\235 \347\232\204\346\226\271\346\263\225\344\270\216\344\271\220\350\266\243.pdf" similarity index 100% rename from "NJU-ICS2020-notes/ics2020-slides/15\342\200\234\351\200\240\350\275\256\345\255\220\342\200\235 \347\232\204\346\226\271\346\263\225\344\270\216\344\271\220\350\266\243.pdf" rename to "_posts/NJU-ICS2020-notes/ics2020-slides/15\342\200\234\351\200\240\350\275\256\345\255\220\342\200\235 \347\232\204\346\226\271\346\263\225\344\270\216\344\271\220\350\266\243.pdf" diff --git a/Othernotes/acme.sh-issue-ssl-cert.md b/_posts/Othernotes/acme.sh-issue-ssl-cert.md similarity index 100% rename from Othernotes/acme.sh-issue-ssl-cert.md rename to _posts/Othernotes/acme.sh-issue-ssl-cert.md diff --git a/Othernotes/database-basic.md b/_posts/Othernotes/database-basic.md similarity index 100% rename from Othernotes/database-basic.md rename to _posts/Othernotes/database-basic.md diff --git a/Othernotes/docker-setup.md b/_posts/Othernotes/docker-setup.md similarity index 100% rename from Othernotes/docker-setup.md rename to _posts/Othernotes/docker-setup.md diff --git a/Othernotes/dst-server-docker.md b/_posts/Othernotes/dst-server-docker.md similarity index 100% rename from Othernotes/dst-server-docker.md rename to _posts/Othernotes/dst-server-docker.md diff --git a/Othernotes/dual-system-legion-y7000.md b/_posts/Othernotes/dual-system-legion-y7000.md similarity index 100% rename from Othernotes/dual-system-legion-y7000.md rename to _posts/Othernotes/dual-system-legion-y7000.md diff --git a/Othernotes/grub-cannot-find-windows.md b/_posts/Othernotes/grub-cannot-find-windows.md similarity index 100% rename from Othernotes/grub-cannot-find-windows.md rename to _posts/Othernotes/grub-cannot-find-windows.md diff --git a/Othernotes/interviewing.md b/_posts/Othernotes/interviewing.md similarity index 100% rename from Othernotes/interviewing.md rename to _posts/Othernotes/interviewing.md diff --git a/Othernotes/markdown-basic.md b/_posts/Othernotes/markdown-basic.md similarity index 100% rename from Othernotes/markdown-basic.md rename to _posts/Othernotes/markdown-basic.md diff --git a/Othernotes/message-Net-trans.md b/_posts/Othernotes/message-Net-trans.md similarity index 100% rename from Othernotes/message-Net-trans.md rename to _posts/Othernotes/message-Net-trans.md diff --git a/Othernotes/obsidian-connect-github-repo.md b/_posts/Othernotes/obsidian-connect-github-repo.md similarity index 100% rename from Othernotes/obsidian-connect-github-repo.md rename to _posts/Othernotes/obsidian-connect-github-repo.md diff --git a/Othernotes/openwrt-mesh.md b/_posts/Othernotes/openwrt-mesh.md similarity index 100% rename from Othernotes/openwrt-mesh.md rename to _posts/Othernotes/openwrt-mesh.md diff --git a/Othernotes/pve-env-config.md b/_posts/Othernotes/pve-env-config.md similarity index 100% rename from Othernotes/pve-env-config.md rename to _posts/Othernotes/pve-env-config.md diff --git a/Othernotes/sh-backup.md b/_posts/Othernotes/sh-backup.md similarity index 100% rename from Othernotes/sh-backup.md rename to _posts/Othernotes/sh-backup.md diff --git a/Othernotes/swift-wrapper.md b/_posts/Othernotes/swift-wrapper.md similarity index 100% rename from Othernotes/swift-wrapper.md rename to _posts/Othernotes/swift-wrapper.md diff --git a/Othernotes/telecom-modem-reset-and-ipv6-streaming.md b/_posts/Othernotes/telecom-modem-reset-and-ipv6-streaming.md similarity index 100% rename from Othernotes/telecom-modem-reset-and-ipv6-streaming.md rename to _posts/Othernotes/telecom-modem-reset-and-ipv6-streaming.md diff --git a/Othernotes/vscode-launch-file.md b/_posts/Othernotes/vscode-launch-file.md similarity index 100% rename from Othernotes/vscode-launch-file.md rename to _posts/Othernotes/vscode-launch-file.md diff --git a/Othernotes/vscode-vim.md b/_posts/Othernotes/vscode-vim.md similarity index 100% rename from Othernotes/vscode-vim.md rename to _posts/Othernotes/vscode-vim.md diff --git a/Othernotes/xiaohe-shuangpin.md b/_posts/Othernotes/xiaohe-shuangpin.md similarity index 100% rename from Othernotes/xiaohe-shuangpin.md rename to _posts/Othernotes/xiaohe-shuangpin.md diff --git a/Othernotes/zotero-basic.md b/_posts/Othernotes/zotero-basic.md similarity index 100% rename from Othernotes/zotero-basic.md rename to _posts/Othernotes/zotero-basic.md diff --git a/Python/linux-pip-update-pip3.md b/_posts/Python/linux-pip-update-pip3.md similarity index 100% rename from Python/linux-pip-update-pip3.md rename to _posts/Python/linux-pip-update-pip3.md diff --git a/Python/pyenv.md b/_posts/Python/pyenv.md similarity index 100% rename from Python/pyenv.md rename to _posts/Python/pyenv.md diff --git a/Python/python-pip-multi-version.md b/_posts/Python/python-pip-multi-version.md similarity index 100% rename from Python/python-pip-multi-version.md rename to _posts/Python/python-pip-multi-version.md diff --git a/Python/python-pip-source.md b/_posts/Python/python-pip-source.md similarity index 100% rename from Python/python-pip-source.md rename to _posts/Python/python-pip-source.md diff --git a/Python/python-poetry.md b/_posts/Python/python-poetry.md similarity index 100% rename from Python/python-poetry.md rename to _posts/Python/python-poetry.md diff --git a/Python/python-pyproject-pyright.md b/_posts/Python/python-pyproject-pyright.md similarity index 100% rename from Python/python-pyproject-pyright.md rename to _posts/Python/python-pyproject-pyright.md diff --git a/Python/python-venv.md b/_posts/Python/python-venv.md similarity index 100% rename from Python/python-venv.md rename to _posts/Python/python-venv.md diff --git a/_posts/2023-11-07-rustenv.md b/_posts/Rust/2023-11-07-rust-env.md similarity index 90% rename from _posts/2023-11-07-rustenv.md rename to _posts/Rust/2023-11-07-rust-env.md index 5f31c00..35a93da 100644 --- a/_posts/2023-11-07-rustenv.md +++ b/_posts/Rust/2023-11-07-rust-env.md @@ -1,6 +1,5 @@ --- -layout: post -title: Rust env +title: Rust Environment Setup date: 2023.11.07 --- diff --git a/STL-code-analyze/README.md b/_posts/STL-code-analyze/README.md similarity index 100% rename from STL-code-analyze/README.md rename to _posts/STL-code-analyze/README.md diff --git "a/STL-code-analyze/STL\346\272\220\347\240\201\345\211\226\346\236\220.pdf" "b/_posts/STL-code-analyze/STL\346\272\220\347\240\201\345\211\226\346\236\220.pdf" similarity index 100% rename from "STL-code-analyze/STL\346\272\220\347\240\201\345\211\226\346\236\220.pdf" rename to "_posts/STL-code-analyze/STL\346\272\220\347\240\201\345\211\226\346\236\220.pdf" diff --git a/STL-code-analyze/chapter0-preface.md b/_posts/STL-code-analyze/chapter0-preface.md similarity index 100% rename from STL-code-analyze/chapter0-preface.md rename to _posts/STL-code-analyze/chapter0-preface.md diff --git a/STL-code-analyze/chapter1.md b/_posts/STL-code-analyze/chapter1.md similarity index 100% rename from STL-code-analyze/chapter1.md rename to _posts/STL-code-analyze/chapter1.md diff --git a/STL-code-analyze/chapter2-allocator.md b/_posts/STL-code-analyze/chapter2-allocator.md similarity index 100% rename from STL-code-analyze/chapter2-allocator.md rename to _posts/STL-code-analyze/chapter2-allocator.md diff --git a/STL-code-analyze/chapter3-iterator-and-traits.md b/_posts/STL-code-analyze/chapter3-iterator-and-traits.md similarity index 100% rename from STL-code-analyze/chapter3-iterator-and-traits.md rename to _posts/STL-code-analyze/chapter3-iterator-and-traits.md diff --git a/STL-code-analyze/chapter4-sequence-containers.md b/_posts/STL-code-analyze/chapter4-sequence-containers.md similarity index 100% rename from STL-code-analyze/chapter4-sequence-containers.md rename to _posts/STL-code-analyze/chapter4-sequence-containers.md diff --git a/STL-code-analyze/some-stl-functions.md b/_posts/STL-code-analyze/some-stl-functions.md similarity index 100% rename from STL-code-analyze/some-stl-functions.md rename to _posts/STL-code-analyze/some-stl-functions.md diff --git a/STL-code-analyze/test.cpp b/_posts/STL-code-analyze/test.cpp similarity index 100% rename from STL-code-analyze/test.cpp rename to _posts/STL-code-analyze/test.cpp diff --git a/Windows/arduino-code-env.md b/_posts/Windows/arduino-code-env.md similarity index 100% rename from Windows/arduino-code-env.md rename to _posts/Windows/arduino-code-env.md diff --git a/Windows/vmware-mount-shared-folder.md b/_posts/Windows/vmware-mount-shared-folder.md similarity index 100% rename from Windows/vmware-mount-shared-folder.md rename to _posts/Windows/vmware-mount-shared-folder.md diff --git a/Windows/vscode-config.md b/_posts/Windows/vscode-config.md similarity index 100% rename from Windows/vscode-config.md rename to _posts/Windows/vscode-config.md diff --git a/Windows/vscode-source-control-bug.md b/_posts/Windows/vscode-source-control-bug.md similarity index 100% rename from Windows/vscode-source-control-bug.md rename to _posts/Windows/vscode-source-control-bug.md diff --git a/Windows/windows-HpopMenu.md b/_posts/Windows/windows-HpopMenu.md similarity index 100% rename from Windows/windows-HpopMenu.md rename to _posts/Windows/windows-HpopMenu.md diff --git a/Windows/windows-command-line.md b/_posts/Windows/windows-command-line.md similarity index 100% rename from Windows/windows-command-line.md rename to _posts/Windows/windows-command-line.md diff --git a/Windows/windows-komorebi-yasb.md b/_posts/Windows/windows-komorebi-yasb.md similarity index 100% rename from Windows/windows-komorebi-yasb.md rename to _posts/Windows/windows-komorebi-yasb.md diff --git a/Windows/windows-msys64-cmake.md b/_posts/Windows/windows-msys64-cmake.md similarity index 100% rename from Windows/windows-msys64-cmake.md rename to _posts/Windows/windows-msys64-cmake.md diff --git a/Windows/windows-scoop-terminal.md b/_posts/Windows/windows-scoop-terminal.md similarity index 100% rename from Windows/windows-scoop-terminal.md rename to _posts/Windows/windows-scoop-terminal.md diff --git a/Windows/windows-spy++.md b/_posts/Windows/windows-spy++.md similarity index 100% rename from Windows/windows-spy++.md rename to _posts/Windows/windows-spy++.md diff --git a/Windows/windows-two-screens-shortcuts.md b/_posts/Windows/windows-two-screens-shortcuts.md similarity index 100% rename from Windows/windows-two-screens-shortcuts.md rename to _posts/Windows/windows-two-screens-shortcuts.md diff --git a/Windows/wsa-instllation.md b/_posts/Windows/wsa-instllation.md similarity index 100% rename from Windows/wsa-instllation.md rename to _posts/Windows/wsa-instllation.md diff --git a/Windows/wsl2-installation.md b/_posts/Windows/wsl2-installation.md similarity index 100% rename from Windows/wsl2-installation.md rename to _posts/Windows/wsl2-installation.md diff --git a/Windows/wsl2-storage-release.md b/_posts/Windows/wsl2-storage-release.md similarity index 100% rename from Windows/wsl2-storage-release.md rename to _posts/Windows/wsl2-storage-release.md diff --git a/Windows/wsl2-use-clash-proxy.md b/_posts/Windows/wsl2-use-clash-proxy.md similarity index 100% rename from Windows/wsl2-use-clash-proxy.md rename to _posts/Windows/wsl2-use-clash-proxy.md diff --git a/Windows/wsl2-using-usb-webcam.md b/_posts/Windows/wsl2-using-usb-webcam.md similarity index 100% rename from Windows/wsl2-using-usb-webcam.md rename to _posts/Windows/wsl2-using-usb-webcam.md diff --git a/Windows/wsl2-vim-blank.md b/_posts/Windows/wsl2-vim-blank.md similarity index 100% rename from Windows/wsl2-vim-blank.md rename to _posts/Windows/wsl2-vim-blank.md diff --git a/test-codes/Factory/factory.cpp b/_posts/test-codes/Factory/factory.cpp similarity index 100% rename from test-codes/Factory/factory.cpp rename to _posts/test-codes/Factory/factory.cpp diff --git a/test-codes/cmake-test/CMakeLists.txt b/_posts/test-codes/cmake-test/CMakeLists.txt similarity index 100% rename from test-codes/cmake-test/CMakeLists.txt rename to _posts/test-codes/cmake-test/CMakeLists.txt diff --git a/test-codes/cmake-test/test.cpp b/_posts/test-codes/cmake-test/test.cpp similarity index 100% rename from test-codes/cmake-test/test.cpp rename to _posts/test-codes/cmake-test/test.cpp diff --git a/test-codes/cmake-test/test.h b/_posts/test-codes/cmake-test/test.h similarity index 100% rename from test-codes/cmake-test/test.h rename to _posts/test-codes/cmake-test/test.h diff --git a/test-codes/cuda-test/CMakeLists.txt b/_posts/test-codes/cuda-test/CMakeLists.txt similarity index 100% rename from test-codes/cuda-test/CMakeLists.txt rename to _posts/test-codes/cuda-test/CMakeLists.txt diff --git a/test-codes/cuda-test/main.cpp b/_posts/test-codes/cuda-test/main.cpp similarity index 100% rename from test-codes/cuda-test/main.cpp rename to _posts/test-codes/cuda-test/main.cpp diff --git a/test-codes/torch-test/CMakeLists.txt b/_posts/test-codes/torch-test/CMakeLists.txt similarity index 100% rename from test-codes/torch-test/CMakeLists.txt rename to _posts/test-codes/torch-test/CMakeLists.txt diff --git a/test-codes/torch-test/image.jpg b/_posts/test-codes/torch-test/image.jpg similarity index 100% rename from test-codes/torch-test/image.jpg rename to _posts/test-codes/torch-test/image.jpg diff --git a/test-codes/torch-test/main.cpp b/_posts/test-codes/torch-test/main.cpp similarity index 100% rename from test-codes/torch-test/main.cpp rename to _posts/test-codes/torch-test/main.cpp diff --git a/assets/avatar.png b/assets/avatar.png new file mode 100755 index 0000000..7e58227 Binary files /dev/null and b/assets/avatar.png differ