File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ Snippet 简洁而不简单,也许是一款你寻找已久hexo主题。
8
8
[ ![ Read the Docs] ( https://img.shields.io/readthedocs/pip/stable.svg )] ( https://github.com/shenliyang/hexo-theme-snippet/blob/master/README.md )
9
9
[ ![ codebeat badge] ( https://codebeat.co/badges/6ef2dcd2-af90-40e0-9628-ac689441f774 )] ( https://codebeat.co/projects/github-com-shenliyang-hexo-theme-snippet-master )
10
10
[ ![ mnt-image] ( https://img.shields.io/maintenance/yes/2018.svg )] ( ../../commits/master )
11
+ [ ![ ImgBot] ( https://img.shields.io/badge/ImgBot-build-brightgreen.svg )] ( )
11
12
[ ![ hexo version] ( https://img.shields.io/badge/hexo-%3E%3D%203.0-blue.svg )] ( http://hexo.io )
12
13
[ ![ GitHub license] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( https://github.com/shenliyang/hexo-theme-snippet/blob/master/LICENSE )
13
14
@@ -39,7 +40,7 @@ Snippet 简洁而不简单,也许是一款你寻找已久hexo主题。
39
40
# ** 基础篇**
40
41
41
42
> 如果你在此之前使用的是 ` Hexo 2.x ` 版本,为了避免未知的错误,请备份好数据,或者建立新的博客目录
42
- >> "主题目录" => ` themes\hexo-theme-snippet ` , "Hexo根目录" => 项目主目录;
43
+ >> "主题目录" => ` themes\hexo-theme-snippet ` , "Hexo根目录" => 项目主目录;
43
44
"主题配置" => `themes\hexo-theme-snippet\_config.yml`, "Hexo配置" => 项目主目录下` _config.yml `
44
45
45
46
### 1. 环境搭建
@@ -72,7 +73,7 @@ npm i hexo-renderer-ejs hexo-renderer-less hexo-deployer-git -S
72
73
> 如果没有更改过主题源文件,也不需要代码优化可以跳过1,2,3步骤
73
74
74
75
75
- 1 . gulp打包构建,安装项目的开发依赖 。 [ Gulp入门指南] ( http://www.gulpjs.com.cn/docs/getting-started/ )
76
+ 1 . gulp打包构建,拷贝主题目录下 ` package.json ` 文件到Hexo根目录下,然后安装项目的开发依赖 。 [ Gulp入门指南] ( http://www.gulpjs.com.cn/docs/getting-started/ )
76
77
``` bash
77
78
npm i //安装项目依赖
78
79
```
You can’t perform that action at this time.
0 commit comments