Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
3 changes: 2 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ defaults:
hits: true
toc: true
toc_sticky: true
excerpt: ""
- scope:
path: ""
type: downloads
Expand Down Expand Up @@ -145,7 +146,7 @@ defaults:
# footnote_nr: 1
# show_warnings: false
# # minimal-mistakes
# enable_coderay: false
# enable_coderay: false

# Theme Settings
theme: minimal-mistakes-jekyll
Expand Down
1 change: 1 addition & 0 deletions _launcher/authlib-injector.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Authlib-Injector 服务器设置指南
excerpt: 配置默认的验证服务器
date: 2021-08-22 23:18:02 +0800
author: huanghongxun
---
Expand Down
1 change: 1 addition & 0 deletions _launcher/auto-installing.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: 自动安装与模组下载简介
excerpt: 安装 Forge、Fabric、LiteLoader、OptiFine 及模组的教程
date: 2021-10-09 23:18:02 +0800
author: asdqp233
---
Expand Down
1 change: 1 addition & 0 deletions _launcher/datapack.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: 数据包制作指南
excerpt: 制作可以由 HMCL 导入的数据包
date: 2021-08-22 23:18:02 +0800
author: huanghongxun
---
Expand Down
1 change: 1 addition & 0 deletions _launcher/isolation.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: 全局版本隔离
excerpt: 避免多个游戏版本的存档、模组和配置冲突
date: 2021-10-09T23:18:02+08:00
last_modified_at: 2025-12-03T14:31:42+08:00
author: LIPiston
Expand Down
1 change: 1 addition & 0 deletions _launcher/jvm-options-and-env.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: JVM 选项与环境变量
excerpt: 配置 JVM 参数和环境变量的说明
date: 2025-04-20 23:18:02 +0800
---

Expand Down
1 change: 1 addition & 0 deletions _launcher/offline-skin.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: 离线模式下更换皮肤
excerpt: 使用本地皮肤文件、LittleSkin 或 Blessing Skin 设置离线皮肤
date: 2021-10-09 23:18:02 +0800
author: qiaoshouzi
contributors:
Expand Down
1 change: 1 addition & 0 deletions _launcher/set-item-details.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: 设置项详解
excerpt: HMCL 各项设置的详细说明,包括全局游戏设置、外观、下载等
date: 2023-6-09 10:26:00 +0800
author: MemoryShadow
---
Expand Down
1 change: 1 addition & 0 deletions _launcher/shader.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: 光影
excerpt: 光影的安装方法,包括 OptiFine、Oculus 和 Iris Shaders
date: 2021-10-09 23:18:02 +0800
contributors:
- hejiehao
Expand Down
1 change: 1 addition & 0 deletions _modpack/error-handbook.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: 模组包报错排查手册
excerpt: 排查和解决整合包相关问题
date: 2025-05-24 13:39:36 +0800
author: LIPiston
---
Expand Down
1 change: 1 addition & 0 deletions _modpack/serverpack.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: 服务端自动更新整合包制作教程
excerpt: 创建可自动更新的服务器整合包
date: 2021-08-22 23:18:02 +0800
author: huanghongxun
---
Expand Down
1 change: 1 addition & 0 deletions _modpack/serverpack3.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Nginx作为静态资源服务器,使用HMCL启动器配置服务器客户端自动更新
excerpt: 使用 Nginx 搭建整合包更新服务
date: 2023-01-11 14:13:45 +0800
author: buggzd
---
Expand Down
82 changes: 17 additions & 65 deletions index.json
Original file line number Diff line number Diff line change
@@ -1,67 +1,19 @@
---
layout: null
collections:
- name: launcher
title: 启动器
- name: modpack
title: 整合包
---
[
{
"title": "启动器",
"items": [
{
"title": "数据包制作指南",
"subtitle": "制作可以由 HMCL 导入的数据包",
"url": "https://docs.hmcl.net/launcher/datapack.html"
},
{
"title": "光影",
"subtitle": "光影的安装方法,包括 OptiFine、Oculus 和 Iris Shaders",
"url": "https://docs.hmcl.net/launcher/shader.html"
},
{
"title": "设置项详解",
"subtitle": "HMCL 各项设置的详细说明,包括全局游戏设置、外观、下载等",
"url": "https://docs.hmcl.net/launcher/set-item-details.html"
},
{
"title": "离线模式下更换皮肤",
"subtitle": "使用本地皮肤文件、LittleSkin 或 Blessing Skin 设置离线皮肤",
"url": "https://docs.hmcl.net/launcher/offline-skin.html"
},
{
"title": "自动安装与模组下载",
"subtitle": "安装 Forge、Fabric、LiteLoader、OptiFine 及模组的教程",
"url": "https://docs.hmcl.net/launcher/auto-installing.html"
},
{
"title": "版本隔离",
"subtitle": "避免多个游戏版本的存档、模组和配置冲突",
"url": "https://docs.hmcl.net/launcher/isolation.html"
},
{
"title": "JVM 选项与环境变量",
"subtitle": "配置 JVM 参数和环境变量的说明",
"url": "https://docs.hmcl.net/launcher/jvm-options-and-env.html"
}
]
},
{
"title": "整合包",
"items": [
{
"title": "Authlib-Injector 服务器设置指南",
"subtitle": "配置默认的验证服务器",
"url": "https://docs.hmcl.net/launcher/authlib-injector.html"
},
{
"title": "服务端自动更新整合包制作教程",
"subtitle": "创建可自动更新的服务器整合包",
"url": "https://docs.hmcl.net/modpack/serverpack.html"
},
{
"title": "使用 HMCL 配置服务器客户端自动更新",
"subtitle": "使用 Nginx 搭建整合包更新服务",
"url": "https://docs.hmcl.net/modpack/serverpack3.html"
},
{
"title": "模组包报错排查手册",
"subtitle": "排查和解决整合包相关问题",
"url": "https://docs.hmcl.net/modpack/error-handbook.html"
}
]
}
{%- for collection in page.collections -%}
{"title":"{{ collection.title }}","items":[
{%- for document in site[collection.name] -%}
{"title":"{{ document.title }}","subtitle":"{{ document.excerpt }}","url":"{{ document.url | absolute_url }}"}
{%- unless forloop.last %},{% endunless -%}
{%- endfor -%}
]}
{%- unless forloop.last %},{% endunless -%}
{%- endfor -%}
]