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