1
1
# H2O
2
2
3
- [ View Live Demo | 在线预览 →] ( http://liaokeyu.com/ )
3
+ [ 在线预览 →] ( http://liaokeyu.com/ )
4
4
5
5
![ ] ( assets/img/jekyll-theme-h2o-realhome.jpg )
6
6
@@ -14,18 +14,18 @@ If you like this theme or using it, please give a ⭐️ for motivation ;)
14
14
15
15
![ ] ( assets/img/1494404591.png )
16
16
17
- ### Features 特性
17
+ ### 特性
18
18
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
+ - 文章标签索引
27
27
28
- ### Quick start 快速开始
28
+ ### 快速开始
29
29
30
30
首先你需要安装Jekyll,请查看文档: [ 快速指南] ( http://jekyll.com.cn/docs/quickstart/ )
31
31
@@ -37,7 +37,7 @@ If you like this theme or using it, please give a ⭐️ for motivation ;)
37
37
38
38
最后,在命令行输入 ``` jekyll server ``` 开启服务,就能在本地预览主题了。
39
39
40
- ### Docs 配置文档
40
+ ### 配置文档
41
41
42
42
- 开始
43
43
- [站点信息](#站点信息)
@@ -50,8 +50,8 @@ If you like this theme or using it, please give a ⭐️ for motivation ;)
50
50
- [标签](#标签)
51
51
- [代码高亮](#代码高亮)
52
52
- 个性化
53
- - [主题色 ](#主题色 )
54
- - [头图背景底纹 ](#头图背景底纹 )
53
+ - [主题皮肤 ](#主题皮肤 )
54
+ - [头图底纹 ](#头图底纹 )
55
55
- 高级部分
56
56
- [自定义](#自定义)
57
57
- 集成服务
@@ -217,7 +217,7 @@ Tags配置说明:
217
217
- Go
218
218
- Python
219
219
220
- #### 主题色
220
+ #### 主题皮肤
221
221
222
222

223
223
@@ -246,7 +246,7 @@ header-img: assets/img/banner.jpg
246
246
---
247
247
```
248
248
249
- #### 头图背景底纹
249
+ #### 头图底纹
250
250
251
251

252
252
@@ -276,7 +276,7 @@ postPatterns: 'circuitBoard'
276
276
277
277
在了解H2O主题的目录结构之前,确保你对[Jekyll目录结构](http://jekyll.com.cn/docs/structure/)有所了解。
278
278
279
-
279
+ ```
280
280
.
281
281
├── _config.yml # 配置文件
282
282
├── _includes # 页面组件方便重用
@@ -310,20 +310,20 @@ postPatterns: 'circuitBoard'
310
310
└── tags.html # 标签页面
311
311
└── 404.html # 404页面
312
312
└── package.json # 管理项目的依赖项
313
-
313
+ ```
314
314
315
315
值得注意的是,css及js的源码都在 `dev` 文件夹中,每一次保存 gulp 都会对它们进行处理并保存到 `assets` 文件夹以供 `_site` 上线环境使用。
316
316
317
317
#### Disqus
318
318
319
319
待完成...
320
320
321
- ### Contributing 贡献
321
+ ### 贡献
322
322
323
323
Any types of contribution are welcome. Thanks.
324
324
325
325
接受各种形式的贡献,包括不限于提交问题与需求,修复代码。等待您的 ```Pull Request```
326
326
327
- ### License 许可证
327
+ ### 许可证
328
328
329
329
Jekyll-Theme-H2O is licensed under [MIT](https://github.com/kaeyleo/jekyll-theme-H2O/blob/master/LICENSE).
0 commit comments