jekyll-theme-minimalism 0.1.5 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +30 -7
- data/_sass/_common.scss +6 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ff33f36f9871071858c46d0b1cc7d82f9966596b340680939888c29c662d9d79
|
|
4
|
+
data.tar.gz: c72995d1ffbd88f851e5e89f847d38114236721682862744e8eccc31ed473d4f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 83057bd7f684a43d4a9004d4d6a18156cee78ee68f201fd2574acf188ec3e6a56d074fc88d588bc290e4f86e560a48f3e6b4302be994014132e35f5335abae51
|
|
7
|
+
data.tar.gz: e8e2f4e4703e8b95025efbd2e97dafbabe36c546fa56bc58421d4f3624969f1af8d382d9a6d17a7aa3cce849fb175e9c8204b602291f254884409da85e73d3e3
|
data/README.md
CHANGED
|
@@ -6,7 +6,7 @@ Minimalism 是一款基于 Jekyll 为极简主义者打造的极简主题。你
|
|
|
6
6
|
|
|
7
7
|
## 特性
|
|
8
8
|
|
|
9
|
-
**V0.1.
|
|
9
|
+
**V0.1.x**
|
|
10
10
|
- 这款主题采用响应式布局,对各大主流浏览器做了兼容,对移动客户端做了适配
|
|
11
11
|
- 支持 RSS 订阅
|
|
12
12
|
- SEO 优化
|
|
@@ -25,12 +25,6 @@ Minimalism 是一款基于 Jekyll 为极简主义者打造的极简主题。你
|
|
|
25
25
|
gem "jekyll-theme-minimalism"
|
|
26
26
|
```
|
|
27
27
|
|
|
28
|
-
在你的配置文件 `_config.yml` 中修改启用主题:
|
|
29
|
-
|
|
30
|
-
```yaml
|
|
31
|
-
theme: jekyll-theme-minimalism
|
|
32
|
-
```
|
|
33
|
-
|
|
34
28
|
然后使用 bundle 执行安装:
|
|
35
29
|
|
|
36
30
|
$ bundle install
|
|
@@ -39,6 +33,19 @@ theme: jekyll-theme-minimalism
|
|
|
39
33
|
|
|
40
34
|
$ gem install jekyll-theme-minimalism
|
|
41
35
|
|
|
36
|
+
在你的配置文件 `_config.yml` 中修改启用主题 (本地预览):
|
|
37
|
+
|
|
38
|
+
```yaml
|
|
39
|
+
theme: jekyll-theme-minimalism
|
|
40
|
+
```
|
|
41
|
+
|
|
42
|
+
使用 GitHub pages 发布时,在你的配置文件 `_config.yml` 中修改启用远程主题:
|
|
43
|
+
|
|
44
|
+
```yaml
|
|
45
|
+
# theme: jekyll-theme-minimalism
|
|
46
|
+
remote_theme: showzeng/Minimalism
|
|
47
|
+
```
|
|
48
|
+
|
|
42
49
|
## 使用
|
|
43
50
|
|
|
44
51
|
移步 [wiki] 或者查看 [demo]。
|
|
@@ -55,8 +62,24 @@ theme: jekyll-theme-minimalism
|
|
|
55
62
|
|
|
56
63
|

|
|
57
64
|
|
|
65
|
+
## Todo
|
|
66
|
+
|
|
67
|
+
- [ ] Multilingual support (多语言支持)
|
|
68
|
+
- [ ] Toc (文章索引目录)
|
|
69
|
+
- [ ] Math support with LaTeX (数学公式支持)
|
|
70
|
+
|
|
58
71
|
## Change log
|
|
59
72
|
|
|
73
|
+
**V0.1.4 (2018/08/12 11:36)**
|
|
74
|
+
- 修复 gitment 模板语法错误
|
|
75
|
+
- gitment 可正常使用
|
|
76
|
+
|
|
77
|
+
**V0.1.4 (2018/08/12 11:25)**
|
|
78
|
+
- 修复 gitment validation failed 错误
|
|
79
|
+
|
|
80
|
+
**V0.1.3 (2018/08/12 11:17)**
|
|
81
|
+
- 修复 gitment 模板配置错误
|
|
82
|
+
|
|
60
83
|
**V0.1.2 (2018/08/12 22:46)**
|
|
61
84
|
- 修复空 gem 包的 bug
|
|
62
85
|
|
data/_sass/_common.scss
CHANGED
|
@@ -244,7 +244,8 @@ a[class="gitment-header-issue-link"],
|
|
|
244
244
|
a[class="gitment-editor-avatar"],
|
|
245
245
|
a[class="gitment-editor-login-link"],
|
|
246
246
|
a[class="gitment-editor-footer-tip"],
|
|
247
|
-
a[class="gitment-footer-project-link"]
|
|
247
|
+
a[class="gitment-footer-project-link"],
|
|
248
|
+
a[class="gitment-comment-name"] {
|
|
248
249
|
border-bottom: none !important;
|
|
249
250
|
|
|
250
251
|
&:hover {
|
|
@@ -252,6 +253,10 @@ a[class="gitment-footer-project-link"] {
|
|
|
252
253
|
}
|
|
253
254
|
}
|
|
254
255
|
|
|
256
|
+
ul[class="gitment-comments-list"] li {
|
|
257
|
+
font-size: 1em;
|
|
258
|
+
}
|
|
259
|
+
|
|
255
260
|
.reward {
|
|
256
261
|
text-align: center;
|
|
257
262
|
|