description

This commit is contained in:
huanqing.shao
2019-08-08 21:16:45 +08:00
parent 30e2dc2e01
commit 4819f398bc
2 changed files with 4 additions and 4 deletions

View File

@ -2,9 +2,9 @@ let dateFns = require('date-fns')
module.exports = {
title: 'Kuboard',
description: 'A cool Kubernetes Dashboard',
description: '一个非常 cool Kubernetes Dashboard,简化 Kubernetes 的学习和使用帮助您1天落地 Kubernetes同时提供 Spring Cloud 微服务部署教程DevOps教程',
head: [
['meta', {name: 'keywords', content: 'Kubernetes, Docker, Dashboard, Kuboard, Linux, K8S, cluster, 分布式, 集群, 容器, 高可用'}],
['meta', {name: 'keywords', content: 'Kubernetes, Docker, Dashboard, Kuboard, Linux, K8S, Spring Cloud, micro service, DevOps, Rancher, 微服务, 持续构建集成, 容器'}]
],
markdown: {
toc: { includeLevel: [2, 3] }
@ -33,7 +33,7 @@ module.exports = {
'vuepress-plugin-element-tabs': {},
'vuepress-plugin-baidu-autopush':{},
'sitemap': {
hostname: 'https://kuboard.cn'
hostname: 'https://www.kuboard.cn'
},
'seo': {
siteTitle: (_, $site) => $site.title,