home | heroImage | actionText | actionLink | features | footer | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
true |
Getting Started → |
/guide/ |
|
MIT Licensed | Copyright © 2019-present ULIVZ |
yarn add -D @vuepress/plugin-blog
# OR npm install -D @vuepress/plugin-blog
// .vuepress/config.js
module.exports = {
plugins: [
'@vuepress/blog',
{
/* options */
},
],
}
All available options are here.