diff --git a/.vuepress/components/AdSenseTitle.vue b/.vuepress/components/AdSenseTitle.vue index 15ebc8e..9b3fe8c 100644 --- a/.vuepress/components/AdSenseTitle.vue +++ b/.vuepress/components/AdSenseTitle.vue @@ -57,13 +57,21 @@ export default { weight: 50 }, { - name: '宝塔面板', - description: '一键全能 Linux 部署及管理,', - strong: '送你3188元礼包', - action: '点我领取', - url: 'https://www.bt.cn/?invite_code=MV9vdnlveno=', + name: '阳明的博客', + description: 'Kubernetes,', + strong: '实战课程', + action: '去看看', + url: 'https://www.qikqiak.com/post/promotion-51/', weight: 50 - } + }, + // { + // name: '宝塔面板', + // description: '一键全能 Linux 部署及管理,', + // strong: '送你3188元礼包', + // action: '点我领取', + // url: 'https://www.bt.cn/?invite_code=MV9vdnlveno=', + // weight: 50 + // } ] } }, diff --git a/.vuepress/components/FriendlyUrl.vue b/.vuepress/components/FriendlyUrl.vue index 2301c42..ccd2d65 100644 --- a/.vuepress/components/FriendlyUrl.vue +++ b/.vuepress/components/FriendlyUrl.vue @@ -34,6 +34,7 @@ export default { urls: [ {name: 'sealos官网', url: 'http://store.lameleg.com?referrer=shaohq', icon: 'https://hugo-picture.oss-cn-beijing.aliyuncs.com/blog/2019-08-27-044824.jpg'}, {name: '云原生实验室', url: 'https://www.yangcs.net/', icon: 'https://hugo-picture.oss-cn-beijing.aliyuncs.com/favicon-32x32.png'}, + {name: '阳明的博客', url: 'https://www.qikqiak.com/', icon: 'https://bxdc-static.oss-cn-beijing.aliyuncs.com/images/favicon.png'}, ] } } diff --git a/.vuepress/config.js b/.vuepress/config.js index 6b81684..222ee76 100644 --- a/.vuepress/config.js +++ b/.vuepress/config.js @@ -68,7 +68,7 @@ module.exports = { // }, '@vssue/vuepress-plugin-vssue': { // set `platform` rather than `api` - platform: 'github-v4', + platform: 'github', locale: 'zh-CN', autoCreateIssue: false, admins: ['shaohq'], @@ -436,6 +436,7 @@ module.exports = { 'k8s-intermediate/config/sec-ctx/con-kuboard', ] }, + 'k8s-intermediate/config/priority-preemption', ] } ] @@ -498,6 +499,13 @@ module.exports = { 'k8s-advanced/policy/rq_example_obj', ] }, + // { + // title: 'Pod Security', + // collapsable: true, + // children: [ + // 'k8s-advanced/policy/sec', + // ] + // }, ] }, ] diff --git a/.vuepress/public/kuboard.rp b/.vuepress/public/kuboard.rp index 3b25d5d..93a78a3 100644 Binary files a/.vuepress/public/kuboard.rp and b/.vuepress/public/kuboard.rp differ diff --git a/.vuepress/public/statics/promotion/sharing-code.png b/.vuepress/public/statics/promotion/sharing-code.png new file mode 100644 index 0000000..018bcee Binary files /dev/null and b/.vuepress/public/statics/promotion/sharing-code.png differ diff --git a/.vuepress/public/statics/promotion/sharing.png b/.vuepress/public/statics/promotion/sharing.png new file mode 100644 index 0000000..7342374 Binary files /dev/null and b/.vuepress/public/statics/promotion/sharing.png differ diff --git a/.vuepress/theme/components/JoinCommunity.vue b/.vuepress/theme/components/JoinCommunity.vue index 33f7710..0aa7077 100644 --- a/.vuepress/theme/components/JoinCommunity.vue +++ b/.vuepress/theme/components/JoinCommunity.vue @@ -1,10 +1,10 @@