File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 15
15
"postStartCommand" : [
16
16
" sh" ,
17
17
" -cx" ,
18
- " 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"
18
+ " 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"
19
19
]
20
20
}
Original file line number Diff line number Diff line change 1
1
on :
2
2
push :
3
3
pull_request :
4
+ workflow_dispatch :
4
5
5
6
name : CI
6
7
Original file line number Diff line number Diff line change 1
1
const resolve = require ( "vuepress-theme-hope/resolve" ) ;
2
+ // const { config } = require('vuepress-theme-hope')
2
3
4
+ // module.exports =config({
3
5
module . exports = resolve ( {
4
6
title : 'Docker 从入门到实践' ,
5
7
base : '/' ,
@@ -52,7 +54,7 @@ module.exports = resolve({
52
54
'Word' ,
53
55
] ,
54
56
footer : {
55
- content : "" ,
57
+ content : "Powerd by Vuepress, Made with <a target='_blank' href='https://github.com/mister-hope/vuepress-theme-hope'>vuepress-theme-hope</a> " ,
56
58
display : true ,
57
59
copyright : false ,
58
60
} ,
@@ -62,16 +64,13 @@ module.exports = resolve({
62
64
hostname : 'https://vuepress.mirror.docker-practice.com' ,
63
65
// author: 'yeasy',
64
66
markdown : {
65
- // lineNumbers: true,
66
- // sub: true,
67
- // footnote: true
68
- enableAll : true
67
+ lineNumbers : true ,
69
68
} ,
70
69
themeColor : {
71
70
blue : '#2196f3' ,
72
- red : '#f26d6d' ,
73
- green : '#3eaf7c' ,
74
- orange : '#fb9b5f'
71
+ // red: '#f26d6d',
72
+ // green: '#3eaf7c',
73
+ // orange: '#fb9b5f'
75
74
} ,
76
75
77
76
//
You can’t perform that action at this time.
0 commit comments