From 46926fdc431f79a5723a8cff2d1427f345fa9be4 Mon Sep 17 00:00:00 2001 From: neveler <55753029+neveler@users.noreply.github.com> Date: Fri, 3 Oct 2025 10:23:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20permalink=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=20(#263)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 404.html | 25 ------------------- _config.yml | 12 ++++----- _docs/404.md | 8 ++++++ _docs/contribution.md | 1 - _docs/crash-support-group.md | 1 - _docs/{about-questions.md => faq.md} | 1 - _docs/groups.md | 1 - _docs/help.md | 1 - _downloads/hmcl-snapshot-update.md | 1 - _downloads/java.md | 1 - _downloads/linux/arm32.md | 1 - _downloads/linux/arm64.md | 1 - _downloads/linux/loongarch64.md | 1 - _downloads/linux/riscv64.md | 1 - _downloads/linux/x86.md | 1 - _downloads/linux/x86_64.md | 1 - _downloads/loongnix.md | 1 - _downloads/macos/arm64.md | 1 - _downloads/macos/x86_64.md | 1 - _downloads/windows/arm64.md | 1 - _downloads/windows/x86.md | 1 - _downloads/windows/x86_64.md | 1 - _eula/hmcl.md | 1 - _launcher/authlib-injector.md | 1 - _launcher/auto-installing.md | 1 - _launcher/datapack.md | 1 - _launcher/fabric_and_optifine_install.md | 1 - ...obal-version-isolation.md => isolation.md} | 1 - _launcher/jvm-options-and-env.md | 3 +-- _launcher/offline-skin.md | 1 - _launcher/set-item-details.md | 1 - _launcher/shader.md | 1 - .../use-password-login-microsoft-account.md | 1 - .../{modpack-in-java.md => bundled-java.md} | 1 - _modpack/error-handbook.md | 1 - _modpack/serverpack.md | 1 - _modpack/serverpack2.md | 1 - _modpack/serverpack3.md | 1 - .../{multiplayer-help.md => feedback.md} | 1 - .../{multiplayer-token.md => help.md} | 1 - .../{multiplayer-feedback.md => token.md} | 1 - 41 files changed, 15 insertions(+), 70 deletions(-) delete mode 100644 404.html create mode 100644 _docs/404.md rename _docs/{about-questions.md => faq.md} (99%) rename _launcher/{global-version-isolation.md => isolation.md} (97%) rename _modpack/{modpack-in-java.md => bundled-java.md} (99%) rename _multiplayer/{multiplayer-help.md => feedback.md} (90%) rename _multiplayer/{multiplayer-token.md => help.md} (89%) rename _multiplayer/{multiplayer-feedback.md => token.md} (89%) diff --git a/404.html b/404.html deleted file mode 100644 index 086a5c9..0000000 --- a/404.html +++ /dev/null @@ -1,25 +0,0 @@ ---- -permalink: /404.html -layout: default ---- - - - -
-

404

- -

Page not found :(

-

The requested page could not be found.

-
diff --git a/_config.yml b/_config.yml index 51d49b9..1c87331 100644 --- a/_config.yml +++ b/_config.yml @@ -51,11 +51,11 @@ include: collections: docs: output: true - permalink: /:collection/:path/ + permalink: /:path.html launcher: output: true - permalink: /:collection/:path/ + permalink: /:collection/:path.html changelog: output: true @@ -64,19 +64,19 @@ collections: modpack: output: true - permalink: /:collection/:path/ + permalink: /:collection/:path.html eula: output: true - permalink: /:collection/:path/ + permalink: /:collection/:path.html multiplayer: output: true - permalink: /:collection/:path/ + permalink: /:collection/:path.html downloads: output: true - permalink: /:collection/:path/ + permalink: /:collection/:path.html defaults: - scope: diff --git a/_docs/404.md b/_docs/404.md new file mode 100644 index 0000000..a3a3fdd --- /dev/null +++ b/_docs/404.md @@ -0,0 +1,8 @@ +--- +layout: splash +--- + +
+

404

+

页面不存在

+
diff --git a/_docs/contribution.md b/_docs/contribution.md index a2345c6..e32d81e 100644 --- a/_docs/contribution.md +++ b/_docs/contribution.md @@ -1,6 +1,5 @@ --- title: 为 HMCL 帮助文档出一份力 -permalink: /contribution.html date: 2021-10-09 23:18:02 +0800 categories: 启动器 note: 本文由 huanghongxun 编写。 diff --git a/_docs/crash-support-group.md b/_docs/crash-support-group.md index 01d6796..3c5f691 100644 --- a/_docs/crash-support-group.md +++ b/_docs/crash-support-group.md @@ -1,6 +1,5 @@ --- title: 加入 HMCL 报错崩溃交流群 -permalink: /crash-support-group.html date: 2024-03-05 17:00:00 +0800 categories: 启动器 note: 本文由 zkitefly 编写。 diff --git a/_docs/about-questions.md b/_docs/faq.md similarity index 99% rename from _docs/about-questions.md rename to _docs/faq.md index 371f285..7518492 100644 --- a/_docs/about-questions.md +++ b/_docs/faq.md @@ -1,6 +1,5 @@ --- title: 各大问题集合 -permalink: /faq.html date: 2025-09-19 13:40:00 +0800 categories: 启动器 note: 本文由 LIPiston 编写,Mine-diamond 修改。 diff --git a/_docs/groups.md b/_docs/groups.md index fdfc3e0..5c17eea 100644 --- a/_docs/groups.md +++ b/_docs/groups.md @@ -1,6 +1,5 @@ --- title: 加入 HMCL 用户群 -permalink: /groups.html date: 2024-03-05 17:00:00 +0800 categories: 启动器 note: 本文由 Glavo 编写,8Mi_Yile 和 zkitefly 润色了部分内容。 diff --git a/_docs/help.md b/_docs/help.md index 7a0b69d..78d8569 100644 --- a/_docs/help.md +++ b/_docs/help.md @@ -1,6 +1,5 @@ --- title: 寻求帮助 -permalink: /help.html date: 2023-08-09 11:12:00 +0800 categories: 启动器 note: 本文由 zkitefly 编写。 diff --git a/_downloads/hmcl-snapshot-update.md b/_downloads/hmcl-snapshot-update.md index 7241609..8242569 100644 --- a/_downloads/hmcl-snapshot-update.md +++ b/_downloads/hmcl-snapshot-update.md @@ -1,6 +1,5 @@ --- title: 下载 HMCL-Snapshot 版本 -permalink: /downloads/hmcl-snapshot-update.html date: 2024-01-09 22:00:00 +0800 categories: 启动器 hits: true diff --git a/_downloads/java.md b/_downloads/java.md index 0196913..8c33012 100644 --- a/_downloads/java.md +++ b/_downloads/java.md @@ -1,6 +1,5 @@ --- title: 下载 HMCL 和 Minecraft 依赖的 Java -permalink: /downloads/java.html date: 2022-12-03 17:30:00 +0800 categories: Java 下载 hits: true diff --git a/_downloads/linux/arm32.md b/_downloads/linux/arm32.md index 990a13c..c83db1d 100644 --- a/_downloads/linux/arm32.md +++ b/_downloads/linux/arm32.md @@ -1,6 +1,5 @@ --- title: 下载适用于 Linux ARM32 的 HMCL 和 Minecraft 依赖的 Java -permalink: /downloads/linux/arm32.html date: 2022-12-03 17:30:00 +0800 categories: Java 下载 hits: true diff --git a/_downloads/linux/arm64.md b/_downloads/linux/arm64.md index 06dee24..70218cf 100644 --- a/_downloads/linux/arm64.md +++ b/_downloads/linux/arm64.md @@ -1,6 +1,5 @@ --- title: 下载适用于 Linux ARM64 的 HMCL 和 Minecraft 依赖的 Java -permalink: /downloads/linux/arm64.html date: 2022-12-03 17:30:00 +0800 categories: Java 下载 hits: true diff --git a/_downloads/linux/loongarch64.md b/_downloads/linux/loongarch64.md index 4ccee27..dfdf029 100644 --- a/_downloads/linux/loongarch64.md +++ b/_downloads/linux/loongarch64.md @@ -1,6 +1,5 @@ --- title: 下载 HMCL 和 Minecraft 依赖的 Java -permalink: /downloads/linux/loongarch64.html date: 2023-09-05 14:00:00 +0800 categories: Java 下载 hits: true diff --git a/_downloads/linux/riscv64.md b/_downloads/linux/riscv64.md index 1c0e583..26338c4 100644 --- a/_downloads/linux/riscv64.md +++ b/_downloads/linux/riscv64.md @@ -1,6 +1,5 @@ --- title: 下载适用于 Linux RISC-V 64 的 HMCL 和 Minecraft 依赖的 Java -permalink: /downloads/linux/riscv64.html date: 2024-10-06 22:00:00 +0800 categories: Java 下载 hits: true diff --git a/_downloads/linux/x86.md b/_downloads/linux/x86.md index 8348ab8..f9a5fd9 100644 --- a/_downloads/linux/x86.md +++ b/_downloads/linux/x86.md @@ -1,6 +1,5 @@ --- title: 下载适用于 Linux x86 的 HMCL 和 Minecraft 依赖的 Java -permalink: /downloads/linux/x86.html date: 2022-12-03 17:30:00 +0800 categories: Java 下载 hits: true diff --git a/_downloads/linux/x86_64.md b/_downloads/linux/x86_64.md index 23ba9ee..03175d7 100644 --- a/_downloads/linux/x86_64.md +++ b/_downloads/linux/x86_64.md @@ -1,6 +1,5 @@ --- title: 下载适用于 Linux x86_64 的 HMCL 和 Minecraft 依赖的 Java -permalink: /downloads/linux/x86_64.html date: 2022-12-03 17:30:00 +0800 categories: Java 下载 hits: true diff --git a/_downloads/loongnix.md b/_downloads/loongnix.md index 49d09f8..f97fe15 100644 --- a/_downloads/loongnix.md +++ b/_downloads/loongnix.md @@ -1,6 +1,5 @@ --- title: 下载适用于龙芯的 HMCL 和 Minecraft 依赖的 Java -permalink: /downloads/loongnix.html date: 2022-12-03 17:30:00 +0800 categories: Java 下载 toc: false diff --git a/_downloads/macos/arm64.md b/_downloads/macos/arm64.md index 544d939..e6f9918 100644 --- a/_downloads/macos/arm64.md +++ b/_downloads/macos/arm64.md @@ -1,6 +1,5 @@ --- title: 下载适用于 macOS ARM64 的 HMCL 和 Minecraft 依赖的 Java -permalink: /downloads/macos/arm64.html date: 2022-12-03 17:30:00 +0800 categories: Java 下载 hits: true diff --git a/_downloads/macos/x86_64.md b/_downloads/macos/x86_64.md index aa72044..ee8738e 100644 --- a/_downloads/macos/x86_64.md +++ b/_downloads/macos/x86_64.md @@ -1,6 +1,5 @@ --- title: 下载适用于 macOS x86_64 的 HMCL 和 Minecraft 依赖的 Java -permalink: /downloads/macos/x86_64.html date: 2022-12-03 17:30:00 +0800 categories: Java 下载 hits: true diff --git a/_downloads/windows/arm64.md b/_downloads/windows/arm64.md index ccd0f6e..e5324e8 100644 --- a/_downloads/windows/arm64.md +++ b/_downloads/windows/arm64.md @@ -1,6 +1,5 @@ --- title: 下载适用于 Windows on Arm 的 HMCL 和 Minecraft 依赖的 Java -permalink: /downloads/windows/arm64.html date: 2022-12-03 17:30:00 +0800 categories: Java 下载 hits: true diff --git a/_downloads/windows/x86.md b/_downloads/windows/x86.md index 3bde717..148d8d0 100644 --- a/_downloads/windows/x86.md +++ b/_downloads/windows/x86.md @@ -1,6 +1,5 @@ --- title: 下载适用于 Windows x86 的 HMCL 和 Minecraft 依赖的 Java -permalink: /downloads/windows/x86.html date: 2022-12-03 17:30:00 +0800 categories: Java 下载 hits: true diff --git a/_downloads/windows/x86_64.md b/_downloads/windows/x86_64.md index 209e99e..a874ec2 100644 --- a/_downloads/windows/x86_64.md +++ b/_downloads/windows/x86_64.md @@ -1,6 +1,5 @@ --- title: 下载适用于 Windows x86_64 的 HMCL 和 Minecraft 依赖的 Java -permalink: /downloads/windows/x86_64.html date: 2022-12-03 17:30:00 +0800 categories: Java 下载 hits: true diff --git a/_eula/hmcl.md b/_eula/hmcl.md index 3d6de1d..a69a56e 100644 --- a/_eula/hmcl.md +++ b/_eula/hmcl.md @@ -1,6 +1,5 @@ --- title: Hello Minecraft! Launcher 用户协议 -permalink: /eula/hmcl.html date: 2021-09-21 23:26:00 +0800 categories: 协议 note: 更新时间 2021 年 9 月 21 日 diff --git a/_launcher/authlib-injector.md b/_launcher/authlib-injector.md index e7c7b51..aebfcb1 100644 --- a/_launcher/authlib-injector.md +++ b/_launcher/authlib-injector.md @@ -1,6 +1,5 @@ --- title: Authlib-Injector 服务器设置指南 -permalink: /launcher/authlib-injector.html date: 2021-08-22 23:18:02 +0800 categories: 启动器 note: 本文由 huanghongxun 编写。 diff --git a/_launcher/auto-installing.md b/_launcher/auto-installing.md index 4c82727..0c4b296 100644 --- a/_launcher/auto-installing.md +++ b/_launcher/auto-installing.md @@ -1,6 +1,5 @@ --- title: 自动安装与模组下载简介 -permalink: /launcher/auto-installing.html date: 2021-10-09 23:18:02 +0800 categories: 启动器 note: 本文由 asdqp233 编写。 diff --git a/_launcher/datapack.md b/_launcher/datapack.md index 8cc9920..03a2350 100644 --- a/_launcher/datapack.md +++ b/_launcher/datapack.md @@ -1,6 +1,5 @@ --- title: 数据包制作指南 -permalink: /launcher/datapack.html date: 2021-08-22 23:18:02 +0800 categories: 启动器 note: 本文由 huanghongxun 编写。 diff --git a/_launcher/fabric_and_optifine_install.md b/_launcher/fabric_and_optifine_install.md index 14f0a66..5aab200 100644 --- a/_launcher/fabric_and_optifine_install.md +++ b/_launcher/fabric_and_optifine_install.md @@ -1,6 +1,5 @@ --- title: 同时安装 Fabric & OptiFine -permalink: /launcher/fabric_and_optifine_install.html date: 2023-01-04 11:30:00 +0800 categories: 启动器 note: 本文由 zkitefly 编写。 diff --git a/_launcher/global-version-isolation.md b/_launcher/isolation.md similarity index 97% rename from _launcher/global-version-isolation.md rename to _launcher/isolation.md index a03bf22..9636135 100644 --- a/_launcher/global-version-isolation.md +++ b/_launcher/isolation.md @@ -1,6 +1,5 @@ --- title: 全局版本隔离 -permalink: /launcher/isolation.html date: 2021-10-09 23:18:02 +0800 categories: 启动器 note: 本文由 LIPiston 编写。 diff --git a/_launcher/jvm-options-and-env.md b/_launcher/jvm-options-and-env.md index c32824c..578182b 100644 --- a/_launcher/jvm-options-and-env.md +++ b/_launcher/jvm-options-and-env.md @@ -1,6 +1,5 @@ --- -title: "JVM 选项与环境变量" -permalink: /launcher/jvm-options-and-env.html +title: JVM 选项与环境变量 date: 2025-04-20 23:18:02 +0800 categories: 启动器 hits: true diff --git a/_launcher/offline-skin.md b/_launcher/offline-skin.md index 9ff650f..a220175 100644 --- a/_launcher/offline-skin.md +++ b/_launcher/offline-skin.md @@ -1,6 +1,5 @@ --- title: 离线模式下更换皮肤 -permalink: /launcher/offline-skin.html date: 2021-10-09 23:18:02 +0800 categories: 启动器 note: 本文由 qiaoshouzi 主要编写 kitefly 修改。 diff --git a/_launcher/set-item-details.md b/_launcher/set-item-details.md index 4e7c1e3..f2b3e18 100644 --- a/_launcher/set-item-details.md +++ b/_launcher/set-item-details.md @@ -1,6 +1,5 @@ --- title: 设置项详解 -permalink: /launcher/set-item-details.html date: 2023-6-09 10:26:00 +0800 categories: 启动器 note: 本文由 MemoryShadow 编写。 diff --git a/_launcher/shader.md b/_launcher/shader.md index 61dcd0a..440a84e 100644 --- a/_launcher/shader.md +++ b/_launcher/shader.md @@ -1,6 +1,5 @@ --- title: 光影 -permalink: /launcher/shader.html date: 2021-10-09 23:18:02 +0800 categories: 启动器 note: 本文由 hejiehao 修改。 diff --git a/_launcher/use-password-login-microsoft-account.md b/_launcher/use-password-login-microsoft-account.md index dbfdc57..b752f43 100644 --- a/_launcher/use-password-login-microsoft-account.md +++ b/_launcher/use-password-login-microsoft-account.md @@ -1,6 +1,5 @@ --- title: 使用密码登录微软账户 -permalink: /launcher/use-password-login-microsoft-account.html date: 2024-07-21 17:50:00 +0800 categories: 启动器 note: 本文由 zkitefly 编写。 diff --git a/_modpack/modpack-in-java.md b/_modpack/bundled-java.md similarity index 99% rename from _modpack/modpack-in-java.md rename to _modpack/bundled-java.md index 05e81aa..630916b 100644 --- a/_modpack/modpack-in-java.md +++ b/_modpack/bundled-java.md @@ -1,6 +1,5 @@ --- title: 整合包自带 Java 教程 -permalink: /modpack/bundled-java.html date: 2021-10-09 23:18:02 +0800 categories: 整合包 hits: true diff --git a/_modpack/error-handbook.md b/_modpack/error-handbook.md index 6fb4305..db09911 100644 --- a/_modpack/error-handbook.md +++ b/_modpack/error-handbook.md @@ -1,6 +1,5 @@ --- title: 模组包报错排查手册 -permalink: /modpack/error-handbook.html date: 2025-05-24 13:39:36 +0800 categories: 整合包 note: 本文由 LIPiston 编写。 diff --git a/_modpack/serverpack.md b/_modpack/serverpack.md index 2f8ed30..6fe5242 100644 --- a/_modpack/serverpack.md +++ b/_modpack/serverpack.md @@ -1,6 +1,5 @@ --- title: 服务端自动更新整合包制作教程 -permalink: /modpack/serverpack.html date: 2021-08-22 23:18:02 +0800 categories: 整合包 note: 本文由 huanghongxun 编写。 diff --git a/_modpack/serverpack2.md b/_modpack/serverpack2.md index 2372337..602c6b9 100644 --- a/_modpack/serverpack2.md +++ b/_modpack/serverpack2.md @@ -1,6 +1,5 @@ --- title: 使用HMCL启动器配置服务器客户端自动更新 -permalink: /modpack/serverpack2.html date: 2021-08-22 23:18:02 +0800 categories: 整合包 hits: true diff --git a/_modpack/serverpack3.md b/_modpack/serverpack3.md index 7fb5501..606eb17 100644 --- a/_modpack/serverpack3.md +++ b/_modpack/serverpack3.md @@ -1,6 +1,5 @@ --- title: Nginx作为静态资源服务器,使用HMCL启动器配置服务器客户端自动更新 -permalink: /modpack/serverpack3.html date: 2023-01-11 14:13:45 +0800 categories: 整合包 note: 本文由 buggzd 编写。 diff --git a/_multiplayer/multiplayer-help.md b/_multiplayer/feedback.md similarity index 90% rename from _multiplayer/multiplayer-help.md rename to _multiplayer/feedback.md index 569443b..bd6a3c2 100644 --- a/_multiplayer/multiplayer-help.md +++ b/_multiplayer/feedback.md @@ -1,6 +1,5 @@ --- title: 目前 HMCL 多人联机正处于维护状态。 -permalink: /multiplayer/help.html date: 2022-11-20 09:02:00 +0800 categories: 多人联机 note: 本文由 zkitefly 编写。 diff --git a/_multiplayer/multiplayer-token.md b/_multiplayer/help.md similarity index 89% rename from _multiplayer/multiplayer-token.md rename to _multiplayer/help.md index a8b745f..bd6a3c2 100644 --- a/_multiplayer/multiplayer-token.md +++ b/_multiplayer/help.md @@ -1,6 +1,5 @@ --- title: 目前 HMCL 多人联机正处于维护状态。 -permalink: /multiplayer/token.html date: 2022-11-20 09:02:00 +0800 categories: 多人联机 note: 本文由 zkitefly 编写。 diff --git a/_multiplayer/multiplayer-feedback.md b/_multiplayer/token.md similarity index 89% rename from _multiplayer/multiplayer-feedback.md rename to _multiplayer/token.md index 70b2be7..bd6a3c2 100644 --- a/_multiplayer/multiplayer-feedback.md +++ b/_multiplayer/token.md @@ -1,6 +1,5 @@ --- title: 目前 HMCL 多人联机正处于维护状态。 -permalink: /multiplayer/feedback.html date: 2022-11-20 09:02:00 +0800 categories: 多人联机 note: 本文由 zkitefly 编写。