mirror of
https://gitee.com/huanghongxun/HMCL-docs.git
synced 2025-11-05 11:04:26 +08:00
添加重定向插件 (#305)
This commit is contained in:
parent
fbcfa2aa2e
commit
c852e380d8
1
Gemfile
1
Gemfile
@ -16,6 +16,7 @@ group :jekyll_plugins do
|
|||||||
gem "jekyll-gist", "1.5.0"
|
gem "jekyll-gist", "1.5.0"
|
||||||
gem "jekyll-feed", "0.17.0"
|
gem "jekyll-feed", "0.17.0"
|
||||||
gem "jekyll-include-cache", "0.2.1"
|
gem "jekyll-include-cache", "0.2.1"
|
||||||
|
gem "jekyll-redirect-from", "0.16.0"
|
||||||
end
|
end
|
||||||
|
|
||||||
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
|
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
|
||||||
|
|||||||
14
_config.yml
14
_config.yml
@ -66,13 +66,15 @@ plugins:
|
|||||||
- jekyll-gist
|
- jekyll-gist
|
||||||
- jekyll-feed
|
- jekyll-feed
|
||||||
- jekyll-include-cache
|
- jekyll-include-cache
|
||||||
|
- jekyll-redirect-from
|
||||||
# minimal-mistakes (mimic GitHub Pages with --safe)
|
# minimal-mistakes (mimic GitHub Pages with --safe)
|
||||||
# whitelist:
|
whitelist:
|
||||||
# - jekyll-paginate
|
- jekyll-paginate
|
||||||
# - jekyll-sitemap
|
- jekyll-sitemap
|
||||||
# - jekyll-gist
|
- jekyll-gist
|
||||||
# - jekyll-feed
|
- jekyll-feed
|
||||||
# - jekyll-include-cache
|
- jekyll-include-cache
|
||||||
|
- jekyll-redirect-from
|
||||||
|
|
||||||
# Conversion
|
# Conversion
|
||||||
# markdown: kramdown
|
# markdown: kramdown
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
---
|
---
|
||||||
title: 下载 HMCL 和 Minecraft 依赖的 Java
|
title: 下载 HMCL 和 Minecraft 依赖的 Java
|
||||||
date: 2023-09-05 14:00:00 +0800
|
date: 2023-09-05 14:00:00 +0800
|
||||||
|
redirect_from:
|
||||||
|
- /downloads/loongnix.html
|
||||||
---
|
---
|
||||||
|
|
||||||
龙芯平台存在 “**新世界**” 和 “**旧世界**” 两个 ABI,不同 ABI 的 Java 暂时互不兼容。
|
龙芯平台存在 “**新世界**” 和 “**旧世界**” 两个 ABI,不同 ABI 的 Java 暂时互不兼容。
|
||||||
|
|||||||
@ -1,17 +0,0 @@
|
|||||||
---
|
|
||||||
title: 下载适用于龙芯的 HMCL 和 Minecraft 依赖的 Java
|
|
||||||
date: 2022-12-03 17:30:00 +0800
|
|
||||||
---
|
|
||||||
|
|
||||||
页面已移动至 [/downloads/linux/loongarch64](/downloads/linux/loongarch64.html)
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
The page has moved to [/downloads/linux/loongarch64](/downloads/linux/loongarch64.html)
|
|
||||||
|
|
||||||
<script>
|
|
||||||
/* 等待 5 秒. */
|
|
||||||
setTimeout(function() {
|
|
||||||
window.location.href = "{{ '/downloads/linux/loongarch64.html' | relative_url }}";
|
|
||||||
}, 5000);
|
|
||||||
</script>
|
|
||||||
Loading…
Reference in New Issue
Block a user