yarn add @vuepress/theme-blog -D # OR npm install @vuepress/theme-blog -D
// .vuepress/config.js module.exports = { theme: '@vuepress/blog', themeConfig: { // 请参考文档来查看所有可用的选项。 } }
← 默认主题配置 主题的继承 →