Skip to content

Commit 3463b40

Browse files
authored
docs: add community guide and Yohaku config reference (#34)
* add: Docker deploy guide for Yohaku * docs: add Yohaku config example reference
1 parent f83e61f commit 3463b40

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

content/docs/themes/community.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,12 @@ import { FileText } from 'lucide-react'
1616
target="_blank"
1717
>前端部署方式拓展博文教程 | By Mikuの鬆 </Card>
1818
</Cards>
19+
20+
<Cards>
21+
<Card
22+
title="GitHub Actions 构建 Yohaku 的 Docker 镜像"
23+
href="https://zwh.moe/posts/technology/yohaku-docker-deployment"
24+
icon={<FileText />}
25+
target="_blank"
26+
>前端部署方式拓展博文教程 | By wuhang2003 </Card>
27+
</Cards>

content/docs/themes/shiro/deploy.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,9 @@ export function FAQBox({ title, children }) {
229229
},
230230
"bilibili": {
231231
"liveId": 1434499
232+
},
233+
"rss": {
234+
"noRSS": true
232235
}
233236
}
234237
}

content/docs/themes/yohaku/config.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ icon: Bolt
66

77
# 配置项
88

9-
Yohaku 的配置沿用 Shiro 的配置体系,在 Mix Space 后台「配置与云函数」页面中,创建一条 `theme` 引用、名称为 `shiro` 的配置项(数据类型 JSON 或 YAML)。
9+
Yohaku 的配置沿用 Shiro 的配置体系,在 Mix Space 后台「配置与云函数」页面中,创建一条 `theme` 引用、名称为 `shiro` 的配置项(数据类型 JSON 或 YAML)。配置参考详见 [Shiro 的部署页面](https://mx-space.js.org/docs/themes/shiro/deploy#设置主题配置)
1010

1111
<Callout type="info">
1212
Yohaku 复用了 `shiro` 这个配置键名,如果你从 Shiro 迁移到 Yohaku,无需更改配置名称。

0 commit comments

Comments
 (0)