vuepress-theme-modern-blog
v2.12.1
Published
Modern blog theme for VuePress
Maintainers
Readme
vuepress-theme-modern-blog

Sites
- Live Example
- z3by.com
- ??? Your website?
Install
yarn add vuepress-theme-modern-blog -D
# OR npm install vuepress-theme-modern-blog -DUsage
// .vuepress/config.js
module.exports = {
theme: 'modern-blog',
themeConfig: {
// for the full list of options read more in [Docs](./docs/theme-config.md)
}
}Contributing
- Clone this repository.
- Navigate to the cloned repository
cd vuepress-theme-modern-blog - Cun
yarn && yarn dev # Or npm install && npm run dev - Create a new feature.
- Submit a Pull Request.
