[vuepress] bump 1.6.0

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

View File

@ -20,7 +20,7 @@ jobs:
- name: vuepress
run: |
sudo rm -rf _book
npm i vuepress --save-dev
# npm i vuepress --save-dev
npm i
git clone https://github.com/docker-practice/.vuepress .vuepress2
@ -28,6 +28,8 @@ jobs:
rm -rf .vuepress2
find . \( -path "./mesos" -o -path "./machine" -o -path "./swarm_mode" -o -path "./node_modules" -o -path "./.vuepress" -o -path "./_book" -o -path "./CHANGELOG.md" -o -path "./CONTRIBUTING.md" \) -prune -o -name "*.md" -exec sed -i 'N;2a\<AdSenseTitle/>\n' {} \;
npx vuepress --version
npm run vuepress:build
echo "vuepress.docker-practice.com" > .vuepress/dist/CNAME

View File

@ -54,7 +54,7 @@ module.exports = resolve({
'Word',
],
footer: {
content: "Powerd by Vuepress, Made with <a target='_blank' href='https://github.com/mister-hope/vuepress-theme-hope'>vuepress-theme-hope</a>",
content: "Made with <a target='_blank' href='https://github.com/mister-hope/vuepress-theme-hope'>vuepress-theme-hope</a>",
display: true,
copyright: false,
},

View File

@ -8,6 +8,7 @@
"chalk": "^2.4.2",
"commander": "^2.0.0",
"esm": "^3.0.0",
"vuepress": "1.6.0",
"vuepress-plugin-container": "^2.1.5",
"vuepress-theme-hope": "^0.8.0"
},