优化配置

This commit is contained in:
neveler 2025-10-14 20:43:52 +08:00 committed by GitHub
parent 6d181aa660
commit 15d6d3fd7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
42 changed files with 272 additions and 180 deletions

View File

@ -6,6 +6,4 @@ nowchange: 3.7.0.301
title: 开发版更新日志
date: 2021-08-22 23:18:02 +0800
note: Changelogs are written in Chinese.
hits: true
toc: true
---

View File

@ -5,6 +5,4 @@ nowchange: 3.6.20
title: 稳定版更新日志
date: 2021-08-22 23:18:02 +0800
note: Changelogs are written in Chinese.
hits: true
toc: true
---

View File

@ -1,85 +1,105 @@
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely edit after that. If you find
# yourself editing this file very often, consider using Jekyll's data files
# feature for the data you need to update frequently.
#
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
#
# If you need help with YAML syntax, here are some quick references for you:
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
# https://learnxinyminutes.com/docs/yaml/
#
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
# https://jekyllrb.com/docs/configuration/default/
# https://github.com/mmistakes/minimal-mistakes/blob/master/_config.yml
minimal_mistakes_skin: "default" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
minimal_mistakes_skin_dark: "dark" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
locale: "zh-CN"
# source: .
# destination: _site
# collections_dir: .
# plugins_dir: _plugins
# layouts_dir: _layouts
# data_dir: _data
# includes_dir: _includes
# cache_dir: .jekyll-cache
sass:
# sass_dir: _sass
# minimal-mistakes
style: compressed # https://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style
quiet_deps: true
silence_deprecations:
- import
collections:
docs:
output: true
permalink: /:path:output_ext
launcher:
output: true
permalink: /:collection/:path:output_ext
changelog:
output: true
permalink: /:collection/:path:output_ext
changelogs:
output: false
modpack:
output: true
permalink: /:collection/:path:output_ext
eula:
output: true
permalink: /:collection/:path:output_ext
multiplayer:
output: true
permalink: /:collection/:path:output_ext
downloads:
output: true
permalink: /:collection/:path:output_ext
title: Hello Minecraft! Launcher 帮助文档
email: hmcl@huangyuhui.net
description: >- # this means to ignore newlines until "baseurl:"
HMCL 启动器 | 跨平台 | 整合包管理 | 自动安装 | 八年历史 | 三亿次使用
baseurl: "" # the subpath of your site, e.g. /blog
url: https://docs.hmcl.net
copyright: huanghongxun
copyright_url: https://github.com/huanghongxun
logo: /assets/img/hmcl.png
breadcrumbs: true
# Handling Reading
# safe: false
include:
- _pages
exclude:
- README.md
- LICENSE
keep_files: []
encoding: "utf-8"
# markdown_ext: "markdown,mkdown,mkdn,mkd,md"
strict_front_matter: true
# Build settings
theme: minimal-mistakes-jekyll
# Filtering Content
# show_drafts: null
# limit_posts: 0
# future: false
# unpublished: false
# Plugins
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji
- jekyll-include-cache
- jemoji
- jekyll-archives
- jekyll-seo-tag
# minimal-mistakes (mimic GitHub Pages with --safe)
# whitelist:
# - jekyll-paginate
# - jekyll-sitemap
# - jekyll-gist
# - jekyll-feed
# - jekyll-include-cache
include:
- _pages
# Conversion
# markdown: kramdown
# highlighter: rouge
# lsi: false
# excerpt_separator: "\n\n"
# incremental: false
collections:
docs:
output: true
permalink: /:path:output_ext
# Serving
# detach: false
# port: 4000
# host: 127.0.0.1
baseurl: ""
# show_dir_listing: false
launcher:
output: true
permalink: /:collection/:path:output_ext
changelog:
output: true
permalink: /:collection/:path:output_ext
changelogs:
output: false
modpack:
output: true
permalink: /:collection/:path:output_ext
eula:
output: true
permalink: /:collection/:path:output_ext
multiplayer:
output: true
permalink: /:collection/:path:output_ext
downloads:
output: true
permalink: /:collection/:path:output_ext
# Outputting
permalink: /:categories/:title:output_ext
# paginate_path: /page:num
timezone: Asia/Shanghai
# minimal-mistakes (with jekyll-paginate)
# paginate: 5
# quiet: false
# verbose: false
defaults:
- scope:
path: ""
@ -91,54 +111,206 @@ defaults:
comments: false
sidebar:
nav: docs
hits: true
toc: true
toc_sticky: true
- scope:
path: "assets/img"
path: ""
type: downloads
values:
image: true
- scope:
path: "assets/css"
values:
css: true
toc: false
# Exclude from processing.
# The following items will not be processed, by default.
# Any item listed under the `exclude:` key here will be automatically added to
# the internal "default list".
#
# Excluded items can be processed by explicitly listing the directories or
# their entries' file path in the `include:` list.
# liquid:
# error_mode: warn
# strict_filters: false
# strict_variables: false
exclude:
- scripts/
- README.md
- LICENSE
# Markdown Processors
# kramdown:
# auto_ids: true
# entity_output: as_char
# toc_levels: [1, 2, 3, 4, 5, 6]
# smart_quotes: lsquo,rsquo,ldquo,rdquo
# input: GFM
# hard_wrap: false
# footnote_nr: 1
# show_warnings: false
# # minimal-mistakes
# enable_coderay: false
# Outputting
permalink: /:categories/:title/
# 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: -
# subtitle:
# name: ""
description: HMCL 启动器 | 跨平台 | 整合包管理 | 自动安装 | 八年历史 | 三亿次使用
url: https://docs.hmcl.net
# repository:
# teaser:
logo: /assets/img/hmcl.png
# masthead_title:
breadcrumbs: false
# words_per_minute: 200
enable_copy_code_button: true
copyright: huanghongxun
copyright_url: mailto:hmcl@huangyuhui.net
comments:
provider: false # false (default), "disqus", "discourse", "facebook", "staticman", "staticman_v2", "utterances", "giscus", "custom"
# disqus:
# shortname:
# discourse:
# server:
# facebook:
# appid:
# num_posts:
# colorscheme:
# utterances:
# theme:
# issue_term:
# giscus:
# repo_id:
# category_name:
# category_id:
# discussion_term:
# reactions_enabled:
# theme:
# strict:
# input_position:
# emit_metadata:
# lang:
# lazy:
# staticman:
# branch:
# endpoint:
# reCaptcha:
# siteKey:
# secret:
# atom_feed:
# path:
# hide:
# search:
# search_full_content:
# search_provider:
# lunr:
# search_within_pages:
# algolia:
# application_id:
# index_name:
# search_only_api_key:
# powered_by:
# google:
# search_engine_id:
# instant_search:
# SEO Related
# google_site_verification:
# bing_site_verification:
# naver_site_verification:
# yandex_site_verification:
# baidu_site_verification:
# Social Sharing
# twitter:
# username:
# facebook:
# username:
# app_id:
# publisher:
# og_image:
# For specifying social profiles
# social:
# type:
# name:
# links:
# Analytics
analytics:
provider: false # false (default), "google", "google-universal", "google-gtag", "custom"
# google:
# tracking_id:
# anonymize_ip:
# Site Author
# author:
# name: huangyuhui
# avatar:
# bio:
# location:
# email: hmcl@huangyuhui.net
# links:
# - label: Email
# icon: fas fa-fw fa-envelope-square
# url: mailto:hmcl@huangyuhui.net
# - label: GitHub
# icon: fab fa-fw fa-github
# url: https://github.com/huangyuhui
# Site Footer
footer:
links:
- label: Github
icon: fab fa-fw fa-github
url: https://github.com/HMCL-dev/HMCL
- label: 粤ICP备18071565号
url: https://beian.miit.gov.cn
# since:
# minimal-mistakes (with jekyll-paginate-v2) https://github.com/sverrirs/jekyll-paginate-v2/blob/master/README-GENERATOR.md#site-configuration
# pagination:
# enabled: false
# debug: false
# collection: posts
# per_page: 10
# permalink: /page/:num/
# title: :title - page :num
# limit: 0
# sort_field: date
# sort_reverse: true
# category: posts
# tag: ""
# locale: ""
# trail:
# before: 2
# after: 2
# Archives
# category_archive:
# type: liquid
# path: /categories/
# tag_archive:
# type: liquid
# path: /tags/
# https://github.com/jekyll/jekyll-archives
# jekyll-archives:
# enabled:
# - categories
# - tags
# layouts:
# category: archive-taxonomy
# tag: archive-taxonomy
# permalinks:
# category: /categories/:name/
# tag: /tags/:name/
# HTML Compression (https://jch.penibelst.de/)
compress_html:
clippings: all
comments: all
ignore:
envs: development
sass:
style: compressed
quiet_deps: true
silence_deprecations:
- import
head_scripts:
- /assets/js/theme.js
footer:
links:
- label: "Github"
icon: "fab fa-fw fa-github"
url: "https://github.com/HMCL-dev/HMCL"
- label: "粤ICP备18071565号"
url: "https://beian.miit.gov.cn"
# jekyll-feed
feed:
collections:

View File

@ -2,8 +2,6 @@
title: 为 HMCL 帮助文档出一份力
date: 2021-10-09 23:18:02 +0800
author: huanghongxun
hits: true
toc: true
---
如果你认为你有能力为 HMCL 添加高质量的帮助文档,或希望修改错误,你可以到 [https://github.com/HMCL-dev/HMCL-docs](https://github.com/HMCL-dev/HMCL-docs) 仓库中发 Pull Request或者提 Issue。

View File

@ -2,8 +2,6 @@
title: 加入 HMCL 报错崩溃交流群
date: 2024-03-05 17:00:00 +0800
author: zkitefly
hits: true
toc: true
---
![](/assets/img/docs/groups/crash.png)

View File

@ -4,8 +4,6 @@ date: 2025-09-19 13:40:00 +0800
author: LIPiston
contributors:
- Mine-diamond
hits: true
toc: true
---
> 这是一个提供给新手或小白的阅读文档,旨在用最简单的方式帮你快速上手 HMCL 启动器和 Minecraft 游戏。如需深入了解某个主题,可点击文中提供的链接查看详细文档。

View File

@ -5,8 +5,6 @@ author: Glavo
contributors:
- 8Mi_Yile
- zkitefly
hits: true
toc: true
---
欢迎所有 Minecraft 玩家加入 HMCL 用户群,入群请遵守以下群规:

View File

@ -2,8 +2,6 @@
title: 寻求帮助
date: 2023-08-09 11:12:00 +0800
author: zkitefly
hits: true
toc: true
---
## QQ 群聊

View File

@ -1,8 +1,6 @@
---
title: 下载 HMCL-Snapshot 版本
date: 2024-01-09 22:00:00 +0800
hits: true
toc: false
---
正在前往 HMCL-Snapshot 下载页面,点击下载即可。

View File

@ -1,8 +1,6 @@
---
title: 下载 HMCL 和 Minecraft 依赖的 Java
date: 2022-12-03 17:30:00 +0800
hits: true
toc: false
---
正在前往 Java 下载页面,请点击下载,然后等待 Java 安装程序下载完成,最后启动安装程序,依照提示安装 Java。

View File

@ -1,8 +1,6 @@
---
title: 下载适用于 Linux ARM32 的 HMCL 和 Minecraft 依赖的 Java
date: 2022-12-03 17:30:00 +0800
hits: true
toc: false
---
点下面的链接以下载 Java ,然后使用软件包管理器或者手动解压安装。

View File

@ -1,8 +1,6 @@
---
title: 下载适用于 Linux ARM64 的 HMCL 和 Minecraft 依赖的 Java
date: 2022-12-03 17:30:00 +0800
hits: true
toc: false
---
点下面的链接以下载 Java ,然后使用软件包管理器或者手动解压安装。

View File

@ -1,8 +1,6 @@
---
title: 下载 HMCL 和 Minecraft 依赖的 Java
date: 2023-09-05 14:00:00 +0800
hits: true
toc: false
---
龙芯平台存在 “**新世界**” 和 “**旧世界**” 两个 ABI不同 ABI 的 Java 暂时互不兼容。

View File

@ -1,8 +1,6 @@
---
title: 下载适用于 Linux RISC-V 64 的 HMCL 和 Minecraft 依赖的 Java
date: 2024-10-06 22:00:00 +0800
hits: true
toc: false
---
点下面的链接以下载 Java ,然后使用软件包管理器或者手动解压安装。

View File

@ -1,8 +1,6 @@
---
title: 下载适用于 Linux x86 的 HMCL 和 Minecraft 依赖的 Java
date: 2022-12-03 17:30:00 +0800
hits: true
toc: false
---
点下面的链接以下载 Java ,然后使用软件包管理器或者手动解压安装。

View File

@ -1,8 +1,6 @@
---
title: 下载适用于 Linux x86_64 的 HMCL 和 Minecraft 依赖的 Java
date: 2022-12-03 17:30:00 +0800
hits: true
toc: false
---
点下面的链接以下载 Java ,然后使用软件包管理器或者手动解压安装。

View File

@ -1,7 +1,6 @@
---
title: 下载适用于龙芯的 HMCL 和 Minecraft 依赖的 Java
date: 2022-12-03 17:30:00 +0800
toc: false
---
页面已移动至 [/downloads/linux/loongarch64](/downloads/linux/loongarch64.html)

View File

@ -1,8 +1,6 @@
---
title: 下载适用于 macOS ARM64 的 HMCL 和 Minecraft 依赖的 Java
date: 2022-12-03 17:30:00 +0800
hits: true
toc: false
---
正在前往 Java 下载页面,请向下滚动点击 `DMG` 安装包下载按钮,然后等待 Java 安装程序下载完成,最后启动安装程序,依照提示安装 Java。

View File

@ -1,8 +1,6 @@
---
title: 下载适用于 macOS x86_64 的 HMCL 和 Minecraft 依赖的 Java
date: 2022-12-03 17:30:00 +0800
hits: true
toc: false
---
正在前往 Java 下载页面,请向下滚动点击 `DMG` 安装包下载按钮,然后等待 Java 安装程序下载完成,最后启动安装程序,依照提示安装 Java。

View File

@ -1,8 +1,6 @@
---
title: 下载适用于 Windows on Arm 的 HMCL 和 Minecraft 依赖的 Java
date: 2022-12-03 17:30:00 +0800
hits: true
toc: false
---
Java 安装包已开始下载,请等待 Java 安装程序下载完成,最后启动安装程序,依照提示安装 Java。

View File

@ -1,8 +1,6 @@
---
title: 下载适用于 Windows x86 的 HMCL 和 Minecraft 依赖的 Java
date: 2022-12-03 17:30:00 +0800
hits: true
toc: false
---
正在前往 Java 下载页面,请向下滚动点击 `MSI` 安装包下载按钮,然后等待 Java 安装程序下载完成,最后启动安装程序,依照提示安装 Java。

View File

@ -1,8 +1,6 @@
---
title: 下载适用于 Windows x86_64 的 HMCL 和 Minecraft 依赖的 Java
date: 2022-12-03 17:30:00 +0800
hits: true
toc: false
---
Java 安装包已开始下载,请等待 Java 安装程序下载完成,最后启动安装程序,依照提示安装 Java。

View File

@ -2,8 +2,6 @@
title: Hello Minecraft! Launcher 用户协议
date: 2021-09-21 23:26:00 +0800
note: 更新时间 2021 年 9 月 21 日
hits: true
toc: true
---
欢迎使用黄鱼(以下简称“开发者”)提供的 Hello Minecraft! Launcher以下简称“本软件”软件与服务。 为了保障用户(或称“您”)的权益,特制定本用户协议书(以下简称本协议)。 请您在使用本软件前,详细阅读本协议的所有内容。开发者可能随时更新本协议,本协议一旦发生变动,开发者将会在相关页面上通告修改内容。 修改后的本协议一旦在页面上公布即有效代替原用户协议书。

View File

@ -2,8 +2,6 @@
title: Authlib-Injector 服务器设置指南
date: 2021-08-22 23:18:02 +0800
author: huanghongxun
hits: true
toc: true
---
## 背景

View File

@ -2,8 +2,6 @@
title: 自动安装与模组下载简介
date: 2021-10-09 23:18:02 +0800
author: asdqp233
hits: true
toc: true
---
## 安装 Mod 加载器

View File

@ -2,8 +2,6 @@
title: 数据包制作指南
date: 2021-08-22 23:18:02 +0800
author: huanghongxun
hits: true
toc: true
---
本指南只介绍如何制作一个 HMCL 可导入的数据包压缩包。

View File

@ -2,8 +2,6 @@
title: 同时安装 Fabric & OptiFine
date: 2023-01-04 11:30:00 +0800
author: zkitefly
hits: true
toc: true
---
在 HMCL 的自动安装中,如果先选择了 Fabric 或 OptiFine HMCL 就会提示他们互不兼容。

View File

@ -2,8 +2,6 @@
title: 全局版本隔离
date: 2021-10-09 23:18:02 +0800
author: LIPiston
hits: true
toc: true
---
这是一个游戏客户端很多不方便寻找的最佳解决方案<br/>

View File

@ -1,8 +1,6 @@
---
title: JVM 选项与环境变量
date: 2025-04-20 23:18:02 +0800
hits: true
toc: true
---
## JVM 选项

View File

@ -4,8 +4,6 @@ date: 2021-10-09 23:18:02 +0800
author: qiaoshouzi
contributors:
- kitefly
hits: true
toc: true
---
# 离线模式下更换皮肤

View File

@ -2,8 +2,6 @@
title: 设置项详解
date: 2023-6-09 10:26:00 +0800
author: MemoryShadow
hits: true
toc: true
---
## 引言

View File

@ -3,8 +3,6 @@ title: 光影
date: 2021-10-09 23:18:02 +0800
contributors:
- hejiehao
hits: true
toc: true
---
## 安装 OptiFine

View File

@ -2,8 +2,6 @@
title: 使用密码登录微软账户
date: 2024-07-21 17:50:00 +0800
author: zkitefly
hits: true
toc: true
---
# 为什么使用密码登录

View File

@ -1,8 +1,6 @@
---
title: 整合包自带 Java 教程
date: 2021-10-09 23:18:02 +0800
hits: true
toc: true
---
## 背景

View File

@ -2,7 +2,6 @@
title: 模组包报错排查手册
date: 2025-05-24 13:39:36 +0800
author: LIPiston
toc: true
---
## 文件夹结构

View File

@ -2,8 +2,6 @@
title: 服务端自动更新整合包制作教程
date: 2021-08-22 23:18:02 +0800
author: huanghongxun
hits: true
toc: true
---
HMCL 允许服务器管理员借助服务端自动更新整合包来实现自动分发整合包更新,这将大大方便有需要频繁更新游戏客户端 Mod、配置等信息的服务器管理员。

View File

@ -1,8 +1,6 @@
---
title: 使用HMCL启动器配置服务器客户端自动更新
date: 2021-08-22 23:18:02 +0800
hits: true
toc: true
---
## 备注

View File

@ -2,8 +2,6 @@
title: Nginx作为静态资源服务器使用HMCL启动器配置服务器客户端自动更新
date: 2023-01-11 14:13:45 +0800
author: buggzd
hits: true
toc: true
---
> 阅读本文前请先阅读HMCL官方文章https://docs.hmcl.net/modpack/serverpack.html

View File

@ -2,8 +2,6 @@
title: HMCL x Terracotta | 陶瓦联机
date: 2025-10-07 18:44:00 +0800
author: Burning_TNT
hits: true
toc: true
---
## 反馈

View File

@ -2,8 +2,6 @@
title: HMCL x Terracotta | 陶瓦联机
date: 2025-10-07 18:44:00 +0800
author: Burning_TNT
hits: true
toc: true
---
## Terracotta | 陶瓦联机

View File

@ -2,8 +2,6 @@
title: HMCL x Terracotta | 陶瓦联机
date: 2025-10-07 18:44:00 +0800
author: Burning_TNT
hits: true
toc: true
---
## Terracotta | 陶瓦联机

View File

@ -1,8 +1,6 @@
---
title: HMCL 新手导航
author: wifi-left
hits: true
toc: true
---
## 注意 Notice