From 0c9981119c93b17366e3e4d66eea25d9c61a3e1c Mon Sep 17 00:00:00 2001 From: xugaoyi <894072666@qq.com> Date: Thu, 19 Dec 2019 10:27:26 +0800 Subject: [PATCH] test deploy --- deploy.sh | 1 + docs/.vuepress/theme/components/Home.vue | 8 ++++---- docs/readme.md | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/deploy.sh b/deploy.sh index 7b0abf9..44e40e1 100644 --- a/deploy.sh +++ b/deploy.sh @@ -20,6 +20,7 @@ if [ !$GITHUB_TOKEN ]; then else msg='GitHub Action deploy' githubUrl=https://xugaoyi:$GITHUB_TOKEN@github.com/xugaoyi/evanblog.git + echo githubUrl fi git commit -m $msg git push -f $githubUrl master:gh-pages # 发布到github diff --git a/docs/.vuepress/theme/components/Home.vue b/docs/.vuepress/theme/components/Home.vue index debe857..e3dfaf7 100644 --- a/docs/.vuepress/theme/components/Home.vue +++ b/docs/.vuepress/theme/components/Home.vue @@ -75,8 +75,8 @@ export default { } .description { - max-width: 35rem; - font-size: 1.6rem; + max-width: 40rem; + font-size: 1.4rem; line-height: 1.3; color: lighten($textColor, 40%); } @@ -116,8 +116,8 @@ export default { text-align: center; .image_title { - width: 14rem; - height: 14rem; + width: 13rem; + height: 13rem; transition: all .3s; } diff --git a/docs/readme.md b/docs/readme.md index 564d69e..e46f688 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -2,7 +2,7 @@ home: true heroImage: /img/logo.png heroText: Evan Blog -tagline: web前端工程师,热衷于学习与总结 +tagline: web前端技术博客,积跬步以至千里,致敬每个爱学习的你。 features: - title: 前端