Go to file
2020-07-06 00:21:56 +08:00
.github fix: reset the changes of @SigureMo 2019-11-11 10:11:43 +08:00
example fix(vuepress-theme-reco): fix dark mode & mobile page style error 2020-07-05 23:51:14 +08:00
packages fix(vuepress-theme-reco): fix sidebar style error 2020-07-06 00:21:56 +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 chore(vuepress-plugin-pagation): try refactoring using the render func 2020-06-20 23:29:19 +08:00
.gitignore feat(vuepress-theme-reco): 新增代码主题配置 2020-06-28 15:41:07 +08:00
CHANGELOG.md chore(vuepress-theme-reco): changelog 2020-07-05 22:05:27 +08:00
commitlint.config.js style: code automation 2020-04-03 19:30:07 +08:00
lerna.json v1.5.1 2020-07-06 00:00:36 +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 build(deps): bump websocket-extensions from 0.1.3 to 0.1.4 2020-06-08 03:52:09 +00: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