[vuepress] Update config

Signed-off-by: Kang Huaishuai <khs1994@khs1994.com>
1.2.0
Kang Huaishuai 2020-10-14 11:52:48 +08:00
parent fd85d5a0e5
commit c572a399f3
No known key found for this signature in database
GPG Key ID: 5E515022F565DA09
3 changed files with 9 additions and 9 deletions

View File

@ -15,6 +15,6 @@
"postStartCommand": [
"sh",
"-cx",
"pwd ; mkdir -p /workspaces/docker_practice/node_modules; mkdir -p /workspaces/docker_practice/_book; mount --bind /srv/gitbook/node_modules /workspaces/docker_practice/node_modules ; mount --bind /mnt /workspaces/docker_practice/_book"
"pwd ; cd /workspaces/docker_practice ; mkdir -p ${PWD}/node_modules; mkdir -p ${PWD}/_book; mount --bind /srv/gitbook/node_modules ${PWD}/node_modules ; mount --bind /mnt ${PWD}/_book"
]
}

View File

@ -1,6 +1,7 @@
on:
push:
pull_request:
workflow_dispatch:
name: CI

View File

@ -1,5 +1,7 @@
const resolve = require("vuepress-theme-hope/resolve");
// const { config } = require('vuepress-theme-hope')
// module.exports =config({
module.exports = resolve({
title: 'Docker ',
base: '/',
@ -52,7 +54,7 @@ module.exports = resolve({
'Word',
],
footer: {
content: "",
content: "Powerd by Vuepress, Made with <a target='_blank' href='https://github.com/mister-hope/vuepress-theme-hope'>vuepress-theme-hope</a>",
display: true,
copyright: false,
},
@ -62,16 +64,13 @@ module.exports = resolve({
hostname: 'https://vuepress.mirror.docker-practice.com',
// author: 'yeasy',
markdown: {
// lineNumbers: true,
// sub: true,
// footnote: true
enableAll: true
lineNumbers: true,
},
themeColor: {
blue: '#2196f3',
red: '#f26d6d',
green: '#3eaf7c',
orange: '#fb9b5f'
// red: '#f26d6d',
// green: '#3eaf7c',
// orange: '#fb9b5f'
},
//