vuepress-theme-rdc-blog

RDC blog theme for VuePress

Usage no npm install needed!

<script type="module">
  import vuepressThemeRdcBlog from 'https://cdn.skypack.dev/vuepress-theme-rdc-blog';
</script>

README

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`.