jekyll-theme-minimalism 0.1.7 → 0.1.8
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 +9 -24
- data/_sass/_markdown.scss +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 05055b57357a04e32c42db8c156c010fb2cc2dbe88fdb14b987d1614f8bdb483
|
|
4
|
+
data.tar.gz: 9a36244442390784ce5a5bc5f17bf2a7da2daabb5a91fbe3b15cb94661d17529
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 03c9882c0bcd12e2cb8c77995d4f6a1af24c936de66c58ccb2b958fd80b9cf6e2217f751188450c0a1f9ce7a74182ce75d11ada05fbc5509e6fac3b90d744dc8
|
|
7
|
+
data.tar.gz: 0476c382261d655c55021a0681f4a441aeb2ebe5c9a027ff4c6f0440cf0a2df3fa52bd88c61812792d1ec56ddc32732be148d790831dd0b5a34decb30f61d1e1
|
data/README.md
CHANGED
|
@@ -61,11 +61,9 @@ remote_theme: showzeng/Minimalism
|
|
|
61
61
|
|
|
62
62
|
此外你有什么好的建议、需求或者是碰到什么问题,欢迎提交 [issue],本主题还会不断完善。
|
|
63
63
|
|
|
64
|
-
##
|
|
64
|
+
## 致谢
|
|
65
65
|
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-

|
|
66
|
+
博客主题文章的文字颜色及部分排版受凯哥 [HenCoder] 网站的启发,打赏样式受 [写代码的猴子的博客][Jaeger] 的启发,特此感谢。
|
|
69
67
|
|
|
70
68
|
## Todo
|
|
71
69
|
|
|
@@ -75,29 +73,13 @@ remote_theme: showzeng/Minimalism
|
|
|
75
73
|
|
|
76
74
|
## Change log
|
|
77
75
|
|
|
78
|
-
|
|
79
|
-
- 修改 gem 包依赖
|
|
80
|
-
- 稳定版本
|
|
81
|
-
|
|
82
|
-
**V0.1.6 (2018/08/12 16:47)**
|
|
83
|
-
- 修复 gitment 的评论字体样式
|
|
84
|
-
- 加入持续集成测试
|
|
76
|
+
查看 [版本更新日志][Change Log]
|
|
85
77
|
|
|
86
|
-
|
|
87
|
-
- 修复 gitment 模板语法错误
|
|
88
|
-
- gitment 可正常使用
|
|
89
|
-
|
|
90
|
-
**V0.1.4 (2018/08/12 11:25)**
|
|
91
|
-
- 修复 gitment validation failed 错误
|
|
92
|
-
|
|
93
|
-
**V0.1.3 (2018/08/12 11:17)**
|
|
94
|
-
- 修复 gitment 模板配置错误
|
|
78
|
+
## 打赏
|
|
95
79
|
|
|
96
|
-
|
|
97
|
-
- 修复空 gem 包的 bug
|
|
80
|
+
如果主题对你有帮助,并帮你节省了一些折腾的时间,可以考虑打赏,这是对我所做工作的最大肯定。
|
|
98
81
|
|
|
99
|
-
|
|
100
|
-
- 修复缺少插件依赖配置
|
|
82
|
+

|
|
101
83
|
|
|
102
84
|
## License
|
|
103
85
|
|
|
@@ -108,3 +90,6 @@ The theme is available as open source under the terms of the [MIT License](https
|
|
|
108
90
|
[license]: https://creativecommons.org/licenses/by-nc-nd/4.0/
|
|
109
91
|
[wiki]: https://github.com/showzeng/Minimalism/wiki
|
|
110
92
|
[issue]: https://github.com/showzeng/Minimalism/issues/new
|
|
93
|
+
[Change Log]: https://github.com/showzeng/Minimalism/wiki/Change-Log
|
|
94
|
+
[HenCoder]: https://hencoder.com/
|
|
95
|
+
[Jaeger]: https://jaeger.itscoder.com/
|
data/_sass/_markdown.scss
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-minimalism
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- showzeng
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-08-
|
|
11
|
+
date: 2018-08-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|