mirror of
https://gitee.com/huanghongxun/HMCL-docs.git
synced 2025-11-05 06:34:26 +08:00
Compare commits
2 Commits
b67062aee9
...
8c0f50460a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8c0f50460a | ||
| 3e25c316f5 |
@ -117,9 +117,13 @@ permalink: /:categories/:title/
|
|||||||
|
|
||||||
compress_html:
|
compress_html:
|
||||||
clippings: all
|
clippings: all
|
||||||
|
comments: all
|
||||||
ignore:
|
ignore:
|
||||||
envs: development
|
envs: development
|
||||||
|
|
||||||
|
sass:
|
||||||
|
style: compressed
|
||||||
|
|
||||||
head_scripts:
|
head_scripts:
|
||||||
- /assets/js/theme.js
|
- /assets/js/theme.js
|
||||||
|
|
||||||
|
|||||||
37
_layouts/default.html
Normal file
37
_layouts/default.html
Normal 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>
|
||||||
@ -55,15 +55,5 @@
|
|||||||
"url": "https://docs.hmcl.net/modpack/serverpack.html"
|
"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,15 +48,5 @@
|
|||||||
"url": "https://docs.hmcl.net/modpack/serverpack.html"
|
"url": "https://docs.hmcl.net/modpack/serverpack.html"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
|
||||||
{
|
|
||||||
"title": "多人連線",
|
|
||||||
"items": [
|
|
||||||
{
|
|
||||||
"title": "多人連線服務維護",
|
|
||||||
"subtitle": "多人連線服務維護",
|
|
||||||
"url": "https://www.bilibili.com/read/cv19553778"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
10
index.json
10
index.json
@ -63,15 +63,5 @@
|
|||||||
"url": "https://docs.hmcl.net/modpack/error-handbook.html"
|
"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