vuepress-theme-reco
A simple and beautiful vuepress Blog & Doc theme.
Yesterday
Develop a vuepress blog theme that looks happy and writes smoothly.
Today
Help more people spend more time on content creation than on blogging.
Tomorrow
I hope more fans can get involved and help this theme grow better.
# Update Record more+
[2019-11-28] 更新 1.1.4
- 【修复】修复 html 代码没有当前页面文字内容的 bug @橘子 @SigureMo
- 【修复】修复通过 URL 访问某个页面,锚点无法跳转的 bug @橘子 @SigureMo
- 【修复】修复标签页切换标签时,阅读数量消失的 bug
- 【修复】修复文章页退回列表页不能保分页记录的 bug
- 【增加】信息栏增加友链配置 文档
- 【增加】增加列表的加载配置,默认异步加载 文档
- 【增加】增加加密方式的配置 文档
- 【增加】增加文章置顶功能 文档
- 【增加】增加了几个图标 文档
- 【优化】优化
@vuepress-reco/vuepress-plugin-rss
插件 @SigureMo - 【删除】
@vuepress-reco/vuepress-plugin-ga
废弃,已经从主题移除,如需 GA 功能,请使用官方插件
# Quick start
npx
npx @vuepress-reco/theme-cli init my-blog
1
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
1
2
3
4
5
6
7
8
9
10
11
12
13
2
3
4
5
6
7
8
9
10
11
12
13
yarn
# init
yarn global add @vuepress-reco/theme-cli
theme-cli init my-blog
# install
cd my-blog
yarn install
1
2
3
4
5
6
7
2
3
4
5
6
7