1.0.2 • Published 4 years ago

vuepress-theme-rdc-blog v1.0.2

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

Vuepress theme for RDC blogs

NPM version NPM downloads

Install

yarn add vuepress-theme-rdc-blog -D

Usage

// .vuepress/config.js
module.exports = {
  theme: 'rdc-blog',
  themeConfig: {
    // for the full list of options read more in [Docs](./docs/theme-config.md)
  }
}

## Deploy to NPMjs

Login with `yarn login` and do `yarn publish`.