# 博客主题
# 网站
# 安装
yarn add @vuepress/theme-blog -D
# OR npm install @vuepress/theme-blog -D
# 使用
// .vuepress/config.js
module.exports = {
theme: '@vuepress/blog',
themeConfig: {
// 请参考文档来查看所有可用的选项。
}
}
yarn add @vuepress/theme-blog -D
# OR npm install @vuepress/theme-blog -D
// .vuepress/config.js
module.exports = {
theme: '@vuepress/blog',
themeConfig: {
// 请参考文档来查看所有可用的选项。
}
}