Skip to content

Commit 853f834

Browse files
author
shenliyang
committed
Update README.md
1 parent 9429d60 commit 853f834

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Snippet 简洁而不简单,也许是一款你寻找已久hexo主题。
88
[![Read the Docs](https://img.shields.io/readthedocs/pip/stable.svg)](https://github.com/shenliyang/hexo-theme-snippet/blob/master/README.md)
99
[![codebeat badge](https://codebeat.co/badges/6ef2dcd2-af90-40e0-9628-ac689441f774)](https://codebeat.co/projects/github-com-shenliyang-hexo-theme-snippet-master)
1010
[![mnt-image](https://img.shields.io/maintenance/yes/2018.svg)](../../commits/master)
11+
[![ImgBot](https://img.shields.io/badge/ImgBot-build-brightgreen.svg)]()
1112
[![hexo version](https://img.shields.io/badge/hexo-%3E%3D%203.0-blue.svg)](http://hexo.io)
1213
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/shenliyang/hexo-theme-snippet/blob/master/LICENSE)
1314

@@ -39,7 +40,7 @@ Snippet 简洁而不简单,也许是一款你寻找已久hexo主题。
3940
# **基础篇**
4041

4142
> 如果你在此之前使用的是 `Hexo 2.x` 版本,为了避免未知的错误,请备份好数据,或者建立新的博客目录
42-
>> "主题目录" => `themes\hexo-theme-snippet`, "Hexo根目录" => 项目主目录;
43+
>> "主题目录" => `themes\hexo-theme-snippet`, "Hexo根目录" => 项目主目录;
4344
"主题配置" => `themes\hexo-theme-snippet\_config.yml`, "Hexo配置" => 项目主目录下`_config.yml`
4445
4546
### 1. 环境搭建
@@ -72,7 +73,7 @@ npm i hexo-renderer-ejs hexo-renderer-less hexo-deployer-git -S
7273
> 如果没有更改过主题源文件,也不需要代码优化可以跳过1,2,3步骤
7374
7475

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/)
7677
``` bash
7778
npm i //安装项目依赖
7879
```

0 commit comments

Comments
 (0)