jekyll-simple-template 0.0.9 → 0.0.9.1
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 +8 -3
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c5d54b90011a5a7129dbf8f8ce3262ddb98c4ffd06b62f621a4360d538d7b009
|
|
4
|
+
data.tar.gz: 1211005fd8ffaeca9903cf260fe10856b7a82647ab99931ba3ce3a795fc0d903
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 682cd798778f40d38da507a1f56c0b33dc94d7a70afc262016d736ab7db7eff856b49a54d7e0d61f426bc0acdf7104e840ecccd8eba2c76e221ee49226baf0b8
|
|
7
|
+
data.tar.gz: c44c75204e244244d381551bd9eff699565cf2a14e593dcb5ef3e5ff05875ed66320006871d275f7d23f55ddd04e5469a03414bfcd6d39732ee43ab6ee98da8a
|
data/README.md
CHANGED
|
@@ -2,12 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://badge.fury.io/rb/jekyll-simple-template)
|
|
5
|
-
[](https://gitlab.com/simple-template/jekyll/pipelines)
|
|
7
5
|
[](https://travis-ci.org/simple-template/jekyll)
|
|
9
7
|
|
|
10
|
-
Demo: https://
|
|
8
|
+
Demo: https://st.argp.in/jekyll/
|
|
11
9
|
|
|
12
10
|
This is [Jekyll](https://jekyllrb.com/) Version of [Simple
|
|
13
11
|
Template](https://simple-template.gitlab.io/). The template is designed to look
|
|
@@ -137,6 +135,13 @@ The template provides following layouts:
|
|
|
137
135
|
To override any of the built-in layouts, just create the file with same name in
|
|
138
136
|
`_layouts/` directory.
|
|
139
137
|
|
|
138
|
+
## Tests
|
|
139
|
+
|
|
140
|
+

|
|
141
|
+

|
|
142
|
+

|
|
143
|
+

|
|
144
|
+
|
|
140
145
|
## License
|
|
141
146
|
|
|
142
147
|
The template is Open Sourced and is Licensed under [BSD
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-simple-template
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.9
|
|
4
|
+
version: 0.0.9.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ankit R Gadiya
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-05-
|
|
11
|
+
date: 2018-05-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -114,7 +114,7 @@ files:
|
|
|
114
114
|
- _layouts/page.html
|
|
115
115
|
- _layouts/post.html
|
|
116
116
|
- _layouts/redirect.html
|
|
117
|
-
homepage: https://
|
|
117
|
+
homepage: https://st.argp.in/jekyll/
|
|
118
118
|
licenses:
|
|
119
119
|
- BSD-3-Clause
|
|
120
120
|
metadata:
|
|
@@ -135,7 +135,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
135
135
|
version: '0'
|
|
136
136
|
requirements: []
|
|
137
137
|
rubyforge_project:
|
|
138
|
-
rubygems_version: 2.7.
|
|
138
|
+
rubygems_version: 2.7.7
|
|
139
139
|
signing_key:
|
|
140
140
|
specification_version: 4
|
|
141
141
|
summary: A very simple and minimal but fully functional template
|