add vuepress config, close #427

pull/429/head
KaiserY 4 years ago
parent 67a7fccd51
commit f96f669b06

1
.gitignore vendored

@ -1,6 +1,5 @@
_book/ _book/
mdbook/ mdbook/
book/ book/
**/.vuepress
.DS_Store .DS_Store

@ -0,0 +1,9 @@
// .vuepress/config.js
module.exports = {
themeConfig: {
sidebar: "auto",
nav: [
{ text: '回首页', link: '/' },
]
}
};
Loading…
Cancel
Save