Go to file
2019-09-08 12:51:59 +08:00
.github Create bug_report.md 2019-04-18 15:55:05 +08:00
components fix: hero img 2019-09-08 12:41:42 +08:00
global-components 更新1.x 2019-04-15 10:35:40 +08:00
images fix: img err in home page 2019-09-06 19:42:34 +08:00
layouts add: loading page 2019-08-31 01:50:57 +08:00
mixins add: loading page 2019-08-31 01:50:57 +08:00
styles delete: night mode 2019-09-01 22:03:39 +08:00
util 更新1.x 2019-04-15 10:35:40 +08:00
.gitignore update0.0.4 2019-01-06 03:06:06 +08:00
index.js 更新依赖配置 2019-06-25 11:31:44 +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 VERSION 1.0.8-alpha.5 2019-09-08 12:51:59 +08:00
README.md fix: img err in home page 2019-09-06 19:42:34 +08:00

Vue logo

Introduce

  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

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