mirror of
https://gitee.com/huanghongxun/HMCL-docs.git
synced 2025-11-05 11:04:26 +08:00
Compare commits
No commits in common. "8c0f50460af64d76e902d6de5911bd65cd546c83" and "b67062aee9c0bfb7a67c33fb92ca8e81ac7cb083" have entirely different histories.
8c0f50460a
...
b67062aee9
@ -117,13 +117,9 @@ permalink: /:categories/:title/
|
||||
|
||||
compress_html:
|
||||
clippings: all
|
||||
comments: all
|
||||
ignore:
|
||||
envs: development
|
||||
|
||||
sass:
|
||||
style: compressed
|
||||
|
||||
head_scripts:
|
||||
- /assets/js/theme.js
|
||||
|
||||
|
||||
@ -1,37 +0,0 @@
|
||||
---
|
||||
layout: compress
|
||||
---
|
||||
|
||||
<!doctype html>
|
||||
{% include copyright.html %}
|
||||
<html lang="{{ site.locale | replace: "_", "-" | default: "en" }}" class="no-js">
|
||||
<head>
|
||||
{% include head.html %}
|
||||
{% include head/custom.html %}
|
||||
</head>
|
||||
|
||||
<body class="layout--{{ page.layout | default: layout.layout }}{% if page.classes or layout.classes %}{{ page.classes | default: layout.classes | join: ' ' | prepend: ' ' }}{% endif %}" dir="{% if site.rtl %}rtl{% else %}ltr{% endif %}">
|
||||
{% include_cached skip-links.html %}
|
||||
{% include_cached masthead.html %}
|
||||
|
||||
<div class="initial-content">
|
||||
{{ content }}
|
||||
{% include after-content.html %}
|
||||
</div>
|
||||
|
||||
{% if site.search == true %}
|
||||
<div class="search-content">
|
||||
{% include_cached search/search_form.html %}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<div id="footer" class="page__footer">
|
||||
<footer>
|
||||
{% include footer/custom.html %}
|
||||
{% include_cached footer.html %}
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
{% include scripts.html %}
|
||||
</body>
|
||||
</html>
|
||||
@ -55,5 +55,15 @@
|
||||
"url": "https://docs.hmcl.net/modpack/serverpack.html"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Multiplayer",
|
||||
"items": [
|
||||
{
|
||||
"title": "Multiplayer Service Maintenance",
|
||||
"subtitle": "Maintenance of multiplayer services",
|
||||
"url": "https://www.bilibili.com/read/cv19553778"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
@ -48,5 +48,15 @@
|
||||
"url": "https://docs.hmcl.net/modpack/serverpack.html"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "多人連線",
|
||||
"items": [
|
||||
{
|
||||
"title": "多人連線服務維護",
|
||||
"subtitle": "多人連線服務維護",
|
||||
"url": "https://www.bilibili.com/read/cv19553778"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
12
index.json
12
index.json
@ -63,5 +63,15 @@
|
||||
"url": "https://docs.hmcl.net/modpack/error-handbook.html"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "多人联机",
|
||||
"items": [
|
||||
{
|
||||
"title": "多人联机服务维护",
|
||||
"subtitle": "多人联机服务维护",
|
||||
"url": "https://www.bilibili.com/read/cv19553778"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user