[vuepress] bump 1.7.0

Signed-off-by: Kang Huaishuai <khs1994@khs1994.com>
pull/473/head
Kang Huaishuai 2020-10-15 18:30:34 +08:00
parent 0fdc2d64a9
commit f9182e5d19
No known key found for this signature in database
GPG Key ID: 5E515022F565DA09
2 changed files with 5 additions and 6 deletions

View File

@ -1,8 +1,6 @@
const resolve = require("vuepress-theme-hope/resolve"); const { config } = require('vuepress-theme-hope')
// const { config } = require('vuepress-theme-hope')
// module.exports =config({ module.exports = config({
module.exports = resolve({
title: 'Docker ', title: 'Docker ',
base: '/', base: '/',
head: [['script', {}, ` head: [['script', {}, `
@ -41,6 +39,7 @@ module.exports = resolve({
// }, // },
}, },
themeConfig: { themeConfig: {
baseLang: 'zh-CN',
blog: false, blog: false,
// comment: false, // comment: false,
comment: { comment: {

View File

@ -8,9 +8,9 @@
"chalk": "^2.4.2", "chalk": "^2.4.2",
"commander": "^2.0.0", "commander": "^2.0.0",
"esm": "^3.0.0", "esm": "^3.0.0",
"vuepress": "1.6.0", "vuepress": "1.7.0",
"vuepress-plugin-container": "^2.1.5", "vuepress-plugin-container": "^2.1.5",
"vuepress-theme-hope": "^0.8.0" "vuepress-theme-hope": "^1.0.0"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1", "test": "echo \"Error: no test specified\" && exit 1",