Skip to content

Commit e1b19cc

Browse files
author
JavasHub
committed
update theme
1 parent 35fc1ed commit e1b19cc

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

src/.vuepress/theme.ts

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ export default hopeTheme({
139139
// categoryId: "DIC_kwDOOJTEmc4CoNmU" // 替换下
140140
// },
141141

142+
142143
// docsearch 搜索插件选项
143144
docsearch: {
144145
// 必填
@@ -168,10 +169,21 @@ export default hopeTheme({
168169
// ]
169170
// },
170171

172+
// 订阅
173+
// feed: {
174+
// atom: true,
175+
// json: true,
176+
// rss: true,
177+
// },
178+
171179
// 开启复制自动附加版权
172180
copyright: {
173181
author: "JavasHub",
174-
license: "Apache-License 2.0"
182+
license: "Apache-License 2.0",
183+
triggerLength: 100,
184+
maxLength: 700,
185+
canonical: "http://javashub.cn/",
186+
global: true,
175187
},
176188

177189
components: {

0 commit comments

Comments
 (0)