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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +30 -7
  3. data/_sass/_common.scss +6 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: babde41c528edd183560683348becbfa356b7e87c0db859c1d5fcff614c55b53
4
- data.tar.gz: c1c67d8a7c834253104c4b1d6bfff5658fb34c7c3a0e9a3722b0adc5fdf7138d
3
+ metadata.gz: ff33f36f9871071858c46d0b1cc7d82f9966596b340680939888c29c662d9d79
4
+ data.tar.gz: c72995d1ffbd88f851e5e89f847d38114236721682862744e8eccc31ed473d4f
5
5
  SHA512:
6
- metadata.gz: 760c55bee436c2d8786f7a1c0bd97b17e928a79bc69ccfb4b11c08103e181d3d7e1563b8d0a9a72217e1dc716d74e5a84012ee2877ff9186eef9dc2c1cec496e
7
- data.tar.gz: 9865bdac7da3e814d76027348bc619aee6c43ed76108f26ae82ea0a17acae272d45d8cabf24d2ad52c80f809b397b4360b9667c49395bdab3479b2e5861c73b3
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.0**
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
  ![reward.png](./docs/reward.webp)
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
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-minimalism
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - showzeng