From 28f800f875fe15ff7c7a2767eae218b627b0054b Mon Sep 17 00:00:00 2001 From: "huanqing.shao" Date: Sun, 8 Sep 2019 22:44:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E8=B5=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vuepress/components/StarGazer.vue | 12 +++++++++++- .vuepress/components/Valine.vue | 2 +- .vuepress/config.js | 2 +- .vuepress/theme/layouts/Layout.vue | 6 +++--- .vuepress/theme/layouts/LearningLayout.vue | 8 ++++---- learning/k8s-intermediate/service/cni.md | 7 ++++++- 6 files changed, 26 insertions(+), 11 deletions(-) diff --git a/.vuepress/components/StarGazer.vue b/.vuepress/components/StarGazer.vue index 23bf73b..60a707f 100644 --- a/.vuepress/components/StarGazer.vue +++ b/.vuepress/components/StarGazer.vue @@ -5,7 +5,16 @@ :visible.sync="dialogVisible" width="50%" :append-to-body ="true"> - 给一个 github star,给一份鼓励! +
+
本站所有内容全部免费
+
给一个 github star,给一份鼓励
+
如果有个微信打赏,就可以帮助站长分摊一点儿服务器费用了:)
+
未打赏用户可进 QQ 群聊,打赏用户可进微信群聊
+

+ +

+ 点击 “够义气,现在就去!” 后,此窗口将不再弹出。请在 github Star本项目 +
一会儿再说 够义气,现在就去! @@ -40,6 +49,7 @@ export default { let _this = this setTimeout(_ => { _this.dialogVisible = true + // }, 10000) }, 60000 * 3) }, gotoStar() { diff --git a/.vuepress/components/Valine.vue b/.vuepress/components/Valine.vue index 4f78e84..7fb8acd 100644 --- a/.vuepress/components/Valine.vue +++ b/.vuepress/components/Valine.vue @@ -29,7 +29,7 @@ export default { notify:false, verify:false, avatar:'identicon', - visitor: window === undefined, + visitor: true, placeholder: 'just go go' }); }, diff --git a/.vuepress/config.js b/.vuepress/config.js index 3f532aa..4a741a9 100644 --- a/.vuepress/config.js +++ b/.vuepress/config.js @@ -1,7 +1,7 @@ let dateFns = require('date-fns') module.exports = { - title: 'Kuboard - Kubernetes k8s 安装/部署/免费教程/实践/管理界面', + title: 'Kuboard - Kubernetes k8s 安装/部署/免费教程/实践/微服务管理界面', description: '一个非常 cool 的 Kubernetes Dashboard,简化 Kubernetes 的学习和使用,帮助您快速落地 Kubernetes;同时提供 Spring Cloud 微服务部署教程,DevOps教程', head: [ ['meta', {name: 'keywords', content: 'Kubernetes, Docker, Dashboard, Kuboard, Spring Cloud, micro service, DevOps, 微服务, 持续构建集成, 容器, Kubernetes 教程, K8S 教程, 微服务实践, Kubernetes 安装, K8S 安装, Kubernetes 安装, Kubernetes 部署'}], diff --git a/.vuepress/theme/layouts/Layout.vue b/.vuepress/theme/layouts/Layout.vue index 1336dbb..1ed381f 100644 --- a/.vuepress/theme/layouts/Layout.vue +++ b/.vuepress/theme/layouts/Layout.vue @@ -1,9 +1,10 @@