module.exports = {
title: '小虎的技术博客',
description: "生命不息、奋斗不止!",
base: "/vuepress/",
themeConfig: {
displayAllHeaders: true,
nextLinks: true,
prevLinks: true,
search: true,
searchMaxSuggestions: 5,
smoothScroll: true,
lastUpdated: 'Last Updated ',
repo: 'https://gitee.com/withspace/prophet-civilization-history',
repoLabel: '查看源码',
docsDir: 'docs',
docsBranch: 'master',
editLinks: true,
editLinkText: '帮助我们改善此页面',
sidebar: 'auto',
navbar: true,
logo: '/images/logo.jpg',
nav: [{
text: 'Home',
link: '/'
},
{
text: 'Question',
link: '/question/问题-类冲突导致作业执行失败'
},
{
text: '学习',
link: '/study/FlinkX1.7源码分析'
},
{
text: '文章',
link: '/article/markdown'
}
]
},
plugins: ['@vuepress/back-to-top'],
markdown: {},
head: [
['link', {
rel: 'stylesheet',
href: 'https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.7.1/katex.min.css'
}],
['link', {
rel: "stylesheet",
href: "https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/2.10.0/github-markdown.min.css"
}]
]
}