File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 }
Original file line number Diff line number Diff 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,无需更改配置名称。
You can’t perform that action at this time.
0 commit comments