mirror of
https://gitee.com/huanghongxun/HMCL-docs.git
synced 2025-12-13 17:52:41 +08:00
使用内容摘要自动生成索引文件 (#274)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
1cec5a9c2b
commit
a3feb2b7e3
@ -113,6 +113,7 @@ defaults:
|
||||
hits: true
|
||||
toc: true
|
||||
toc_sticky: true
|
||||
excerpt: ""
|
||||
- scope:
|
||||
path: ""
|
||||
type: downloads
|
||||
@ -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
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Authlib-Injector 服务器设置指南
|
||||
excerpt: 配置默认的验证服务器
|
||||
date: 2021-08-22 23:18:02 +0800
|
||||
author: huanghongxun
|
||||
---
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: 自动安装与模组下载简介
|
||||
excerpt: 安装 Forge、Fabric、LiteLoader、OptiFine 及模组的教程
|
||||
date: 2021-10-09 23:18:02 +0800
|
||||
author: asdqp233
|
||||
---
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: 数据包制作指南
|
||||
excerpt: 制作可以由 HMCL 导入的数据包
|
||||
date: 2021-08-22 23:18:02 +0800
|
||||
author: huanghongxun
|
||||
---
|
||||
|
||||
@ -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
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: JVM 选项与环境变量
|
||||
excerpt: 配置 JVM 参数和环境变量的说明
|
||||
date: 2025-04-20 23:18:02 +0800
|
||||
---
|
||||
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: 离线模式下更换皮肤
|
||||
excerpt: 使用本地皮肤文件、LittleSkin 或 Blessing Skin 设置离线皮肤
|
||||
date: 2021-10-09 23:18:02 +0800
|
||||
author: qiaoshouzi
|
||||
contributors:
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: 设置项详解
|
||||
excerpt: HMCL 各项设置的详细说明,包括全局游戏设置、外观、下载等
|
||||
date: 2023-6-09 10:26:00 +0800
|
||||
author: MemoryShadow
|
||||
---
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: 光影
|
||||
excerpt: 光影的安装方法,包括 OptiFine、Oculus 和 Iris Shaders
|
||||
date: 2021-10-09 23:18:02 +0800
|
||||
contributors:
|
||||
- hejiehao
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: 模组包报错排查手册
|
||||
excerpt: 排查和解决整合包相关问题
|
||||
date: 2025-05-24 13:39:36 +0800
|
||||
author: LIPiston
|
||||
---
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: 服务端自动更新整合包制作教程
|
||||
excerpt: 创建可自动更新的服务器整合包
|
||||
date: 2021-08-22 23:18:02 +0800
|
||||
author: huanghongxun
|
||||
---
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
---
|
||||
title: Nginx作为静态资源服务器,使用HMCL启动器配置服务器客户端自动更新
|
||||
excerpt: 使用 Nginx 搭建整合包更新服务
|
||||
date: 2023-01-11 14:13:45 +0800
|
||||
author: buggzd
|
||||
---
|
||||
|
||||
82
index.json
82
index.json
@ -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 -%}
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user