Skip to content
Open
Show file tree
Hide file tree
Changes from 17 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ group :jekyll_plugins do
gem "jekyll-feed", "0.17.0"
gem "jekyll-include-cache", "0.2.1"
gem "jekyll-redirect-from", "0.16.0"
gem "jekyll-polyglot", "1.11.0"
end

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down
2 changes: 2 additions & 0 deletions _changelog/dev.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
layout: changelog
lang: und
permalink: changelog/dev
channel: dev
title: 开发版更新日志
date: 2021-08-22 23:18:02 +0800
Expand Down
9 changes: 9 additions & 0 deletions _changelog/dev_en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
layout: changelog
lang: en
permalink: changelog/dev
channel: dev
title: Changelog for Beta Version
date: 2021-08-22 23:18:02 +0800
note: Changelogs are written in Chinese.
---
8 changes: 8 additions & 0 deletions _changelog/dev_zh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: changelog
lang: zh
permalink: changelog/dev
channel: dev
title: 开发版更新日志
date: 2021-08-22 23:18:02 +0800
---
2 changes: 2 additions & 0 deletions _changelog/stable.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
layout: changelog
lang: und
permalink: changelog/stable
channel: stable
title: 稳定版更新日志
date: 2021-08-22 23:18:02 +0800
Expand Down
9 changes: 9 additions & 0 deletions _changelog/stable_en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
layout: changelog
lang: en
permalink: changelog/stable
channel: stable
title: Changelog for Stable Version
date: 2021-08-22 23:18:02 +0800
note: Changelogs are written in Chinese.
---
8 changes: 8 additions & 0 deletions _changelog/stable_zh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
layout: changelog
lang: zh
permalink: changelog/stable
channel: stable
title: 稳定版更新日志
date: 2021-08-22 23:18:02 +0800
---
9 changes: 8 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ plugins:
- jekyll-feed
- jekyll-include-cache
- jekyll-redirect-from
- jekyll-polyglot
# minimal-mistakes (mimic GitHub Pages with --safe)
whitelist:
- jekyll-paginate
Expand Down Expand Up @@ -137,13 +138,19 @@ defaults:
# # minimal-mistakes
# enable_coderay: false

# polyglot
languages: ["und", "en", "zh"]
default_lang: "und"
exclude_from_localization:
- assets
parallel_localization: false

# Theme Settings
theme: minimal-mistakes-jekyll
minimal_mistakes_skin: default # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
minimal_mistakes_skin_dark: dark

# Site Settings
locale: zh
# rtl:
title: HMCL 文档
# title_separator: -
Expand Down
53 changes: 53 additions & 0 deletions _data/en/navigation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
main:
- title: FAQ
url: /faq.html

docs:
- title: Question Collection
children:
- title: Common Questions
url: /faq.html
- title: Launcher Usage
url: /launcher/
- title: Modpack Help
url: /modpack/
- title: Multiplayer Help
url: /multiplayer/
- title: User Help
children:
- title: Version Isolation
url: /launcher/isolation.html
description: This article can help you better separate maps, mods, and other content between versions.
- title: Set Offline Skin
url: /launcher/offline-skin.html
description: This article will tell you how to set your own offline skin.
- title: HMCL Auto Installation Guide
url: /launcher/auto-installing.html
description: This article will tell you how to use HMCL to install Forge, Fabric, Fabric API, LiteLoader, Optifine, and mods.
- title: Install Shaders
url: /launcher/shader.html
description: This article will tell you how to install shaders.
- title: Settings Details
url: /launcher/set-item-details.html
description: This article explains each setting item of HMCL in detail.
- title: Developer Help
children:
- title: Create HMCL Format Datapack
url: /launcher/datapack.html
description: This article will tell you how to create datapacks that HMCL can recognize.
- title: Create Modpack
url: /modpack/serverpack.html
description: This article will tell you how to create a modpack.
- title: Add Default authlib-injector Authentication Server
url: /launcher/authlib-injector.html
description: This article will tell you how to set the default authentication server.
- title: Others
children:
- title: Contribute to HMCL
url: /contribution.html
- title: HMCL GitHub Repository
url: https://github.com/HMCL-dev/HMCL
- title: HMCL Docs GitHub Repository
url: https://github.com/HMCL-dev/HMCL-docs
- title: HMCL Official Website
url: https://hmcl.huangyuhui.net
53 changes: 53 additions & 0 deletions _data/zh/navigation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
main:
- title: 常见问题
url: /faq.html

docs:
- title: 问题集合
children:
- title: 常见问题
url: /faq.html
- title: 启动器使用相关
url: /launcher/
- title: 整合包帮助
url: /modpack/
- title: 多人联机帮助
url: /multiplayer/
- title: 使用者帮助
children:
- title: 版本隔离
url: /launcher/isolation.html
description: 本文可以帮助你更好的分离版本间的地图、模组等内容。
- title: 设置离线皮肤
url: /launcher/offline-skin.html
description: 本文将告诉你如何设置一个属于自己的离线皮肤。
- title: HMCL 的自动安装使用教程
url: /launcher/auto-installing.html
description: 本文将告诉你如何用 HMCL 安装 Forge、Fabric、Fabric API、LiteLoader、Optifine 以及 模组 等。
- title: 安装光影
url: /launcher/shader.html
description: 本文将告诉你如何安装光影。
- title: 设置项详解
url: /launcher/set-item-details.html
description: 这篇文章针对 HMCL 的各个设置项进行了详细的解释。
- title: 开发者帮助
children:
- title: 制作 HMCL 格式的数据包
url: /launcher/datapack.html
description: 本文将告诉你如何制作 HMCL 能够识别的数据包(Datapacks)。
- title: 制作整合包
url: /modpack/serverpack.html
description: 本文将告诉你如何制作整合包。
- title: 添加默认 authlib-injector 验证服务器
url: /launcher/authlib-injector.html
description: 本文将告诉你如何设置默认的验证服务器。
- title: 其他
children:
- title: 为 HMCL 做出贡献
url: /contribution.html
- title: HMCL GitHub 地址
url: https://github.com/HMCL-dev/HMCL
- title: HMCL 帮助文档 GitHub 地址
url: https://github.com/HMCL-dev/HMCL-docs
- title: HMCL 官网
url: https://hmcl.huangyuhui.net
6 changes: 3 additions & 3 deletions _docs/crash-support-group.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ author: zkitefly
[~/assets/groups/button-1]: /assets/img/docs/groups/button-1.png "导出游戏崩溃日志"
[~/assets/groups/button-2]: /assets/img/docs/groups/button-2.png "日志"
<!--{% endcomment %}--{{'>'}}
[~/assets/groups/button-1]: {% link /assets/img/docs/groups/button-1.png %} "导出游戏崩溃日志"
[~/assets/groups/button-2]: {% link /assets/img/docs/groups/button-2.png %} "日志"
[~/assets/groups/button-1]: /assets/img/docs/groups/button-1.png "导出游戏崩溃日志"
[~/assets/groups/button-2]: /assets/img/docs/groups/button-2.png "日志"
{% endcapture %}
{{ notice | markdownify }}
<p class="text-center">请等待 <span id="countdown">5</span> 秒,请认真阅读注意事项</p>
Expand Down Expand Up @@ -102,5 +102,5 @@ document.addEventListener("DOMContentLoaded", function () {
<!--{% comment %}-->
[~/assets/groups/crash]: /assets/img/docs/groups/crash.png
<!--{% endcomment %}--{{'>'}}
[~/assets/groups/crash]: {% link /assets/img/docs/groups/crash.png %}
[~/assets/groups/crash]: /assets/img/docs/groups/crash.png
<!---->
25 changes: 3 additions & 22 deletions _downloads/java.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,4 @@
---
title: 下载 HMCL 和 Minecraft 依赖的 Java
date: 2022-12-03 17:30:00 +0800
---

正在前往 Java 下载页面,请点击下载,然后等待 Java 安装程序下载完成,最后启动安装程序,依照提示安装 Java。

没有前往?[点击此处](https://www.java.com/zh-CN/download)

---

You are going to the Java download page. Please click download after redirecting, then wait for the Java installer to finish downloading, finally open the installer and follow the prompts to install Java.

No redirect? [Click here](https://www.java.com/download)


<script>
/* 等待 5 秒. */
setTimeout(function() {
window.location.href = "https://www.java.com/download";
}, 5000);
</script>

layout: select_language
permalink: downloads/java
---
19 changes: 19 additions & 0 deletions _downloads/java_en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: Download HMCL and Minecraft Dependency Java
date: 2022-12-03 17:30:00 +0800
lang: en
permalink: downloads/java
---

You are going to the Java download page. Please click download after redirecting, then wait for the Java installer to finish downloading, finally open the installer and follow the prompts to install Java.

No redirect? [Click here](https://www.java.com/download)


<script>
/* 等待 5 秒. */
Copy link

Copilot AI Nov 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment is written in Chinese ('Wait 5 seconds') in an English language file. Should be changed to English.

Suggested change
/* 等待 5 . */
/* Wait 5 seconds. */

Copilot uses AI. Check for mistakes.
setTimeout(function() {
window.location.href = "https://www.java.com/download";
}, 5000);
</script>

18 changes: 18 additions & 0 deletions _downloads/java_zh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: 下载 HMCL 和 Minecraft 依赖的 Java
date: 2022-12-03 17:30:00 +0800
lang: zh
permalink: downloads/java
---

正在前往 Java 下载页面,请点击下载,然后等待 Java 安装程序下载完成,最后启动安装程序,依照提示安装 Java。

没有前往?[点击此处](https://www.java.com/zh-CN/download)

<script>
/* 等待 5 秒. */
setTimeout(function() {
window.location.href = "https://www.java.com/download";
}, 5000);
</script>

20 changes: 3 additions & 17 deletions _downloads/linux/arm32.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
---
title: 下载适用于 Linux ARM32 的 HMCL 和 Minecraft 依赖的 Java
date: 2022-12-03 17:30:00 +0800
---

点下面的链接以下载 Java ,然后使用软件包管理器或者手动解压安装。

[链接](https://bell-sw.com/pages/downloads/?version=java-21&os=linux&package=jre-full&bitness=32&architecture=arm#:~:text=All%20versions)

或者你也可以根据[教程](https://docs.bell-sw.com/liberica-jdk/latest/general/install-guide/#linux)来添加仓库到你的软件包管理器。

---

Click one of the following links to download Java, and then use the package or extract it manually to install Java.

[Link](https://bell-sw.com/pages/downloads/?version=java-21&os=linux&package=jre-full&bitness=32&architecture=arm#:~:text=All%20versions)

Or you can add the repository to the package manager according to the [instruction](https://docs.bell-sw.com/liberica-jdk/latest/general/install-guide/#linux).
layout: select_language
permalink: downloads/linux/arm32
---
12 changes: 12 additions & 0 deletions _downloads/linux/arm32_en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Download HMCL and Minecraft Dependency Java for Linux ARM32
date: 2022-12-03 17:30:00 +0800
lang: en
permalink: downloads/linux/arm32
---

Click one of the following links to download Java, and then use the package or extract it manually to install Java.

[Link](https://bell-sw.com/pages/downloads/?version=java-21&os=linux&package=jre-full&bitness=32&architecture=arm#:~:text=All%20versions)

Or you can add the repository to the package manager according to the [instruction](https://docs.bell-sw.com/liberica-jdk/latest/general/install-guide/#linux).
12 changes: 12 additions & 0 deletions _downloads/linux/arm32_zh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: 下载适用于 Linux ARM32 的 HMCL 和 Minecraft 依赖的 Java
date: 2022-12-03 17:30:00 +0800
lang: zh
permalink: downloads/linux/arm32
---

点下面的链接以下载 Java ,然后使用软件包管理器或者手动解压安装。

[链接](https://bell-sw.com/pages/downloads/?version=java-21&os=linux&package=jre-full&bitness=32&architecture=arm#:~:text=All%20versions)

或者你也可以根据[教程](https://docs.bell-sw.com/liberica-jdk/latest/general/install-guide/#linux)来添加仓库到你的软件包管理器。
20 changes: 3 additions & 17 deletions _downloads/linux/arm64.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
---
title: 下载适用于 Linux ARM64 的 HMCL 和 Minecraft 依赖的 Java
date: 2022-12-03 17:30:00 +0800
---

点下面的链接以下载 Java ,然后使用软件包管理器或者手动解压安装。

[链接](https://bell-sw.com/pages/downloads/?version=java-21&os=linux&package=jre-full&bitness=64&architecture=arm#:~:text=All%20versions)

或者你也可以根据[教程](https://docs.bell-sw.com/liberica-jdk/latest/general/install-guide/#linux)来添加仓库到你的软件包管理器。

---

Click one of the following links to download Java, and then use the package or extract it manually to install Java.

[Link](https://bell-sw.com/pages/downloads/?version=java-21&os=linux&package=jre-full&bitness=64&architecture=arm#:~:text=All%20versions)

Or you can add the repository to the package manager according to the [instruction](https://docs.bell-sw.com/liberica-jdk/latest/general/install-guide/#linux).
layout: select_language
permalink: downloads/linux/arm64
---
12 changes: 12 additions & 0 deletions _downloads/linux/arm64_en.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: Download HMCL and Minecraft Dependency Java for Linux ARM64
date: 2022-12-03 17:30:00 +0800
lang: en
permalink: downloads/linux/arm64
---

Click one of the following links to download Java, and then use the package or extract it manually to install Java.

[Link](https://bell-sw.com/pages/downloads/?version=java-21&os=linux&package=jre-full&bitness=64&architecture=arm#:~:text=All%20versions)

Or you can add the repository to the package manager according to the [instruction](https://docs.bell-sw.com/liberica-jdk/latest/general/install-guide/#linux).
12 changes: 12 additions & 0 deletions _downloads/linux/arm64_zh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: 下载适用于 Linux ARM64 的 HMCL 和 Minecraft 依赖的 Java
date: 2022-12-03 17:30:00 +0800
lang: zh
permalink: downloads/linux/arm64
---

点下面的链接以下载 Java ,然后使用软件包管理器或者手动解压安装。

[链接](https://bell-sw.com/pages/downloads/?version=java-21&os=linux&package=jre-full&bitness=64&architecture=arm#:~:text=All%20versions)

或者你也可以根据[教程](https://docs.bell-sw.com/liberica-jdk/latest/general/install-guide/#linux)来添加仓库到你的软件包管理器。
Loading