Compare commits

..

2 Commits

Author SHA1 Message Date
neveler
8c0f50460a
支持 html sass 产物压缩 (#265)
All checks were successful
continuous-integration/drone/push Build is passing
2025-10-04 09:32:45 +08:00
3e25c316f5
移除“多人联机维护”帮助项 (#266) 2025-10-04 08:43:52 +08:00
5 changed files with 42 additions and 31 deletions

View File

@ -117,9 +117,13 @@ permalink: /:categories/:title/
compress_html:
clippings: all
comments: all
ignore:
envs: development
sass:
style: compressed
head_scripts:
- /assets/js/theme.js

37
_layouts/default.html Normal file
View File

@ -0,0 +1,37 @@
---
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>

View File

@ -55,15 +55,5 @@
"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"
}
]
}
]

View File

@ -48,15 +48,5 @@
"url": "https://docs.hmcl.net/modpack/serverpack.html"
}
]
},
{
"title": "多人連線",
"items": [
{
"title": "多人連線服務維護",
"subtitle": "多人連線服務維護",
"url": "https://www.bilibili.com/read/cv19553778"
}
]
}
]

View File

@ -63,15 +63,5 @@
"url": "https://docs.hmcl.net/modpack/error-handbook.html"
}
]
},
{
"title": "多人联机",
"items": [
{
"title": "多人联机服务维护",
"subtitle": "多人联机服务维护",
"url": "https://www.bilibili.com/read/cv19553778"
}
]
}
]
]