vuepress博客主题—vuepress-theme-reco

4,521 阅读1分钟
  1. 这是一个vuepress主题,旨在添加博客所需的分类、TAB墙、分页、评论等能;
  2. 主题追求极简,根据 vuepress 的默认主题修改而成,官方的主题配置仍然适用;
  3. 效果:午后南杂
  4. 文档:vuepress-theme-reco-doc

Quick start

npx

npx @vuepress-reco/theme-cli init my-blog

npm

# init
npm install @vuepress-reco/theme-cli -g
theme-cli init my-blog

# install
cd my-blog
npm install

# run
npm run dev

# build
npm run build

yarn

# init
yarn global add @vuepress-reco/theme-cli
theme-cli init my-blog

# install
cd my-blog
yarn install

# run
yarn dev

# build
yarn build

重点提醒

首页新增 “华为” 相关文案,请允许我以这样的方式支持 “华为”。

预览

License

MIT