Go to file
2020-06-04 11:23:38 +08:00
.github fix: reset the changes of @SigureMo 2019-11-11 10:11:43 +08:00
example chore(theme & plugin-comment): update package version 2020-06-02 07:33:14 +08:00
packages fix: 修复pagation is undefined 2020-06-04 11:23:38 +08:00
.cz-config.js chore(vuepress-theme-reco): remove lang filter 2020-04-03 23:20:29 +08:00
.editorconfig add: eslint rules and editorconfig 2019-09-20 13:54:13 +08:00
.eslintignore style: code automation 2020-04-03 19:30:07 +08:00
.eslintrc.js add: eslint rules and editorconfig 2019-09-20 13:54:13 +08:00
.gitignore style: code automation 2020-04-03 19:30:07 +08:00
CHANGELOG.md Update CHANGELOG.md 2020-06-02 07:40:54 +08:00
commitlint.config.js style: code automation 2020-04-03 19:30:07 +08:00
lerna.json v1.4.6 2020-06-02 07:37:35 +08:00
LICENSE 更新1.x 2019-04-15 10:35:40 +08:00
package.json chore(theme & plugin-comment): update package version 2020-06-02 07:33:14 +08:00
README.md Update README.md 2020-04-19 20:34:33 +08:00
yarn.lock chore(theme & plugin-comment): update package version 2020-06-02 07:33:14 +08:00

Vue logo

Introduce

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

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

Preview

size.png

style.png

dark.png

home.png

Contributors

衷心感谢为此项目贡献过宝贵代码的朋友们

昵称 贡献记录
kangxu vuepress-theme-reco@0.x
Ekko vuepress-theme-reco-demo@1.x

衷心感谢美女设计师

昵称 贡献内容
Zoey 主题图标调整定稿
冰冰 主题图标初稿

License

MIT