mirror of
https://gitee.com/huanghongxun/HMCL-docs.git
synced 2025-10-15 21:34:26 +08:00
优化 permalink 配置 (#263)
This commit is contained in:
parent
7110a0ee95
commit
46926fdc43
25
404.html
25
404.html
@ -1,25 +0,0 @@
|
||||
---
|
||||
permalink: /404.html
|
||||
layout: default
|
||||
---
|
||||
|
||||
<style type="text/css" media="screen">
|
||||
.container {
|
||||
margin: 10px auto;
|
||||
max-width: 600px;
|
||||
text-align: center;
|
||||
}
|
||||
h1 {
|
||||
margin: 30px 0;
|
||||
font-size: 4em;
|
||||
line-height: 1;
|
||||
letter-spacing: -1px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div class="container">
|
||||
<h1>404</h1>
|
||||
|
||||
<p><strong>Page not found :(</strong></p>
|
||||
<p>The requested page could not be found.</p>
|
||||
</div>
|
12
_config.yml
12
_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:
|
||||
|
8
_docs/404.md
Normal file
8
_docs/404.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
layout: splash
|
||||
---
|
||||
|
||||
<div class="notice--danger">
|
||||
<h1 id="">404</h1>
|
||||
<p><strong>页面不存在</strong></p>
|
||||
</div>
|
@ -1,6 +1,5 @@
|
||||
---
|
||||
title: 为 HMCL 帮助文档出一份力
|
||||
permalink: /contribution.html
|
||||
date: 2021-10-09 23:18:02 +0800
|
||||
categories: 启动器
|
||||
note: 本文由 huanghongxun 编写。
|
||||
|
@ -1,6 +1,5 @@
|
||||
---
|
||||
title: 加入 HMCL 报错崩溃交流群
|
||||
permalink: /crash-support-group.html
|
||||
date: 2024-03-05 17:00:00 +0800
|
||||
categories: 启动器
|
||||
note: 本文由 zkitefly 编写。
|
||||
|
@ -1,6 +1,5 @@
|
||||
---
|
||||
title: 各大问题集合
|
||||
permalink: /faq.html
|
||||
date: 2025-09-19 13:40:00 +0800
|
||||
categories: 启动器
|
||||
note: 本文由 LIPiston 编写,Mine-diamond 修改。
|
@ -1,6 +1,5 @@
|
||||
---
|
||||
title: 加入 HMCL 用户群
|
||||
permalink: /groups.html
|
||||
date: 2024-03-05 17:00:00 +0800
|
||||
categories: 启动器
|
||||
note: 本文由 Glavo 编写,8Mi_Yile 和 zkitefly 润色了部分内容。
|
||||
|
@ -1,6 +1,5 @@
|
||||
---
|
||||
title: 寻求帮助
|
||||
permalink: /help.html
|
||||
date: 2023-08-09 11:12:00 +0800
|
||||
categories: 启动器
|
||||
note: 本文由 zkitefly 编写。
|
||||
|
@ -1,6 +1,5 @@
|
||||
---
|
||||
title: 下载 HMCL-Snapshot 版本
|
||||
permalink: /downloads/hmcl-snapshot-update.html
|
||||
date: 2024-01-09 22:00:00 +0800
|
||||
categories: 启动器
|
||||
hits: true
|
||||
|
@ -1,6 +1,5 @@
|
||||
---
|
||||
title: 下载 HMCL 和 Minecraft 依赖的 Java
|
||||
permalink: /downloads/java.html
|
||||
date: 2022-12-03 17:30:00 +0800
|
||||
categories: Java 下载
|
||||
hits: true
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,6 +1,5 @@
|
||||
---
|
||||
title: 下载适用于龙芯的 HMCL 和 Minecraft 依赖的 Java
|
||||
permalink: /downloads/loongnix.html
|
||||
date: 2022-12-03 17:30:00 +0800
|
||||
categories: Java 下载
|
||||
toc: false
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 日
|
||||
|
@ -1,6 +1,5 @@
|
||||
---
|
||||
title: Authlib-Injector 服务器设置指南
|
||||
permalink: /launcher/authlib-injector.html
|
||||
date: 2021-08-22 23:18:02 +0800
|
||||
categories: 启动器
|
||||
note: 本文由 huanghongxun 编写。
|
||||
|
@ -1,6 +1,5 @@
|
||||
---
|
||||
title: 自动安装与模组下载简介
|
||||
permalink: /launcher/auto-installing.html
|
||||
date: 2021-10-09 23:18:02 +0800
|
||||
categories: 启动器
|
||||
note: 本文由 asdqp233 编写。
|
||||
|
@ -1,6 +1,5 @@
|
||||
---
|
||||
title: 数据包制作指南
|
||||
permalink: /launcher/datapack.html
|
||||
date: 2021-08-22 23:18:02 +0800
|
||||
categories: 启动器
|
||||
note: 本文由 huanghongxun 编写。
|
||||
|
@ -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 编写。
|
||||
|
@ -1,6 +1,5 @@
|
||||
---
|
||||
title: 全局版本隔离
|
||||
permalink: /launcher/isolation.html
|
||||
date: 2021-10-09 23:18:02 +0800
|
||||
categories: 启动器
|
||||
note: 本文由 LIPiston 编写。
|
@ -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
|
||||
|
@ -1,6 +1,5 @@
|
||||
---
|
||||
title: 离线模式下更换皮肤
|
||||
permalink: /launcher/offline-skin.html
|
||||
date: 2021-10-09 23:18:02 +0800
|
||||
categories: 启动器
|
||||
note: 本文由 qiaoshouzi 主要编写 kitefly 修改。
|
||||
|
@ -1,6 +1,5 @@
|
||||
---
|
||||
title: 设置项详解
|
||||
permalink: /launcher/set-item-details.html
|
||||
date: 2023-6-09 10:26:00 +0800
|
||||
categories: 启动器
|
||||
note: 本文由 MemoryShadow 编写。
|
||||
|
@ -1,6 +1,5 @@
|
||||
---
|
||||
title: 光影
|
||||
permalink: /launcher/shader.html
|
||||
date: 2021-10-09 23:18:02 +0800
|
||||
categories: 启动器
|
||||
note: 本文由 hejiehao 修改。
|
||||
|
@ -1,6 +1,5 @@
|
||||
---
|
||||
title: 使用密码登录微软账户
|
||||
permalink: /launcher/use-password-login-microsoft-account.html
|
||||
date: 2024-07-21 17:50:00 +0800
|
||||
categories: 启动器
|
||||
note: 本文由 zkitefly 编写。
|
||||
|
@ -1,6 +1,5 @@
|
||||
---
|
||||
title: 整合包自带 Java 教程
|
||||
permalink: /modpack/bundled-java.html
|
||||
date: 2021-10-09 23:18:02 +0800
|
||||
categories: 整合包
|
||||
hits: true
|
@ -1,6 +1,5 @@
|
||||
---
|
||||
title: 模组包报错排查手册
|
||||
permalink: /modpack/error-handbook.html
|
||||
date: 2025-05-24 13:39:36 +0800
|
||||
categories: 整合包
|
||||
note: 本文由 LIPiston 编写。
|
||||
|
@ -1,6 +1,5 @@
|
||||
---
|
||||
title: 服务端自动更新整合包制作教程
|
||||
permalink: /modpack/serverpack.html
|
||||
date: 2021-08-22 23:18:02 +0800
|
||||
categories: 整合包
|
||||
note: 本文由 huanghongxun 编写。
|
||||
|
@ -1,6 +1,5 @@
|
||||
---
|
||||
title: 使用HMCL启动器配置服务器客户端自动更新
|
||||
permalink: /modpack/serverpack2.html
|
||||
date: 2021-08-22 23:18:02 +0800
|
||||
categories: 整合包
|
||||
hits: true
|
||||
|
@ -1,6 +1,5 @@
|
||||
---
|
||||
title: Nginx作为静态资源服务器,使用HMCL启动器配置服务器客户端自动更新
|
||||
permalink: /modpack/serverpack3.html
|
||||
date: 2023-01-11 14:13:45 +0800
|
||||
categories: 整合包
|
||||
note: 本文由 buggzd 编写。
|
||||
|
@ -1,6 +1,5 @@
|
||||
---
|
||||
title: 目前 HMCL 多人联机正处于维护状态。
|
||||
permalink: /multiplayer/help.html
|
||||
date: 2022-11-20 09:02:00 +0800
|
||||
categories: 多人联机
|
||||
note: 本文由 zkitefly 编写。
|
@ -1,6 +1,5 @@
|
||||
---
|
||||
title: 目前 HMCL 多人联机正处于维护状态。
|
||||
permalink: /multiplayer/token.html
|
||||
date: 2022-11-20 09:02:00 +0800
|
||||
categories: 多人联机
|
||||
note: 本文由 zkitefly 编写。
|
@ -1,6 +1,5 @@
|
||||
---
|
||||
title: 目前 HMCL 多人联机正处于维护状态。
|
||||
permalink: /multiplayer/feedback.html
|
||||
date: 2022-11-20 09:02:00 +0800
|
||||
categories: 多人联机
|
||||
note: 本文由 zkitefly 编写。
|
Loading…
Reference in New Issue
Block a user