mirror of
https://github.com/yeasy/docker_practice.git
synced 2025-08-04 15:01:45 +00:00
[vuepress] support dark mode, close #463
Signed-off-by: Kang Huaishuai <khs1994@khs1994.com>
This commit is contained in:
@@ -1,4 +1,15 @@
|
||||
module.exports = {
|
||||
const resolve = require("vuepress-theme-hope/resolve");
|
||||
|
||||
module.exports = resolve({
|
||||
themeConfig: {
|
||||
blog: false,
|
||||
comment: {
|
||||
type: "disable", // 使用 Valine
|
||||
appId: "...", // your appId
|
||||
appKey: "...", // your appKey
|
||||
},
|
||||
pageInfo: false
|
||||
},
|
||||
title: 'Docker 从入门到实践',
|
||||
base: '/',
|
||||
head: [['script', {}, `
|
||||
@@ -401,4 +412,4 @@ module.exports = {
|
||||
],
|
||||
},
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user