Go to file
reco_luan b2f52f9396 fix: some little bugs
1. add style var
2. change avatar var  personal info
2019-12-28 23:53:30 +08:00
.github fix: reset the changes of @SigureMo 2019-11-11 10:11:43 +08:00
components fix: some little bugs 2019-12-28 23:53:30 +08:00
example/docs Merge branch 'develop' into develop 2019-12-20 18:04:23 +08:00
global-components feat: add dark mode(part.3) 2019-11-28 11:49:03 +08:00
helpers fix: ssr & formatDate in utils.js 2019-12-15 13:19:22 +08:00
images feat: add dark mode(part.3) 2019-11-28 11:49:03 +08:00
layouts fix: some little problem 2019-12-20 18:18:14 +08:00
mixins fix: build error when use vssue 2019-12-15 02:58:48 +08:00
styles fix: some little bugs 2019-12-28 23:53:30 +08:00
.editorconfig add: eslint rules and editorconfig 2019-09-20 13:54:13 +08:00
.eslintignore add: eslint rules and editorconfig 2019-09-20 13:54:13 +08:00
.eslintrc.js add: eslint rules and editorconfig 2019-09-20 13:54:13 +08:00
.gitignore fix: add .gitignore 2019-10-10 15:09:31 +08:00
enhanceApp.js fix: build error when use vssue 2019-12-15 02:58:48 +08:00
index.js feat: add dark mode(part.5) 2019-11-30 19:32:43 +08:00
LICENSE 更新1.x 2019-04-15 10:35:40 +08:00
noopModule.js 更新1.x 2019-04-15 10:35:40 +08:00
package.json fix: fix color when open in sidebar 2019-12-21 22:58:04 +08:00
README.md fix: some little bugs 2019-12-28 23:53:30 +08:00

Vue logo

Introduce

  1. 这是一个vuepress主题旨在添加博客所需的分类、标签墙、分页、评论等功能
  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

Remind

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

Preview

Home

home.png

Home-Blog

home.png

Category

category.png

Tag

tag.png

Article

article.png

Add Password

password.png

Timeline

timeline.png

Contribute

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

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

衷心感谢美女设计师

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

License

MIT