Skip to content

Commit ec2d26d

Browse files
committed
Update README.md
1 parent 5fdf120 commit ec2d26d

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

README.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# H2O
22

3-
[View Live Demo | 在线预览 →](http://liaokeyu.com/)
3+
[在线预览 →](http://liaokeyu.com/)
44

55
![](assets/img/jekyll-theme-h2o-realhome.jpg)
66

@@ -14,18 +14,18 @@ If you like this theme or using it, please give a ⭐️ for motivation ;)
1414

1515
![](assets/img/1494404591.png)
1616

17-
### Features 特性
17+
### 特性
1818

19-
- Syntax highlighter | 代码高亮
20-
- Disqus | 支持Disqus评论系统
21-
- Theme color | 粉蓝两种主题色
22-
- Hero background patterns | 头图个性化底纹
23-
- Fully Responsive for most devices | 响应式设计
24-
- Social icons | 社交图标
25-
- SEO Title | SEO标题优化
26-
- Featured Tags | 文章标签索引
19+
- 代码高亮
20+
- 支持Disqus评论系统
21+
- 粉蓝两种主题色
22+
- 头图个性化底纹
23+
- 响应式设计
24+
- 社交图标
25+
- SEO标题优化
26+
- 文章标签索引
2727

28-
### Quick start 快速开始
28+
### 快速开始
2929

3030
首先你需要安装Jekyll,请查看文档: [快速指南](http://jekyll.com.cn/docs/quickstart/)
3131

@@ -37,7 +37,7 @@ If you like this theme or using it, please give a ⭐️ for motivation ;)
3737

3838
最后,在命令行输入 ```jekyll server``` 开启服务,就能在本地预览主题了。
3939

40-
### Docs 配置文档
40+
### 配置文档
4141

4242
- 开始
4343
- [站点信息](#站点信息)
@@ -50,8 +50,8 @@ If you like this theme or using it, please give a ⭐️ for motivation ;)
5050
- [标签](#标签)
5151
- [代码高亮](#代码高亮)
5252
- 个性化
53-
- [主题色](#主题色)
54-
- [头图背景底纹](#头图背景底纹)
53+
- [主题皮肤](#主题皮肤)
54+
- [头图底纹](#头图底纹)
5555
- 高级部分
5656
- [自定义](#自定义)
5757
- 集成服务
@@ -217,7 +217,7 @@ Tags配置说明:
217217
- Go
218218
- Python
219219
220-
#### 主题色
220+
#### 主题皮肤
221221
222222
![](assets/img/jekyll-theme-h2o-themecolor.jpg)
223223
@@ -246,7 +246,7 @@ header-img: assets/img/banner.jpg
246246
---
247247
```
248248
249-
#### 头图背景底纹
249+
#### 头图底纹
250250
251251
![](assets/img/jekyll-theme-h2o-heroPatterns.png)
252252
@@ -276,7 +276,7 @@ postPatterns: 'circuitBoard'
276276
277277
在了解H2O主题的目录结构之前,确保你对[Jekyll目录结构](http://jekyll.com.cn/docs/structure/)有所了解。
278278
279-
279+
```
280280
.
281281
├── _config.yml # 配置文件
282282
├── _includes # 页面组件方便重用
@@ -310,20 +310,20 @@ postPatterns: 'circuitBoard'
310310
└── tags.html # 标签页面
311311
└── 404.html # 404页面
312312
└── package.json # 管理项目的依赖项
313-
313+
```
314314
315315
值得注意的是,css及js的源码都在 `dev` 文件夹中,每一次保存 gulp 都会对它们进行处理并保存到 `assets` 文件夹以供 `_site` 上线环境使用。
316316
317317
#### Disqus
318318
319319
待完成...
320320
321-
### Contributing 贡献
321+
### 贡献
322322
323323
Any types of contribution are welcome. Thanks.
324324
325325
接受各种形式的贡献,包括不限于提交问题与需求,修复代码。等待您的 ```Pull Request```
326326
327-
### License 许可证
327+
### 许可证
328328
329329
Jekyll-Theme-H2O is licensed under [MIT](https://github.com/kaeyleo/jekyll-theme-H2O/blob/master/LICENSE).

0 commit comments

Comments
 (0)