RDC blog theme for VuePress
npm install vuepress-theme-rdc-blog 
~~~bash
yarn add vuepress-theme-rdc-blog -D
~~~
~~~js
// .vuepress/config.js
module.exports = {
theme: 'rdc-blog',
themeConfig: {
// for the full list of options read more in Docs
}
}
Login with yarn login and do yarn publish.