clean-jekyll-theme 1.1.0 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/README.md +2 -2
- data/_layouts/default.html +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: d631cbb4c513815e37ca09957e3093e56ffcf52419bf7ea1a4fc5b7f566cfa80
|
4
|
+
data.tar.gz: 47eeb1367446203cf46da39147eb8ae0409a6c8a0eb37b50c99f4651e4bf2f7c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7b5a5ff6691d955843ee15871258fb08129806b9c7186efddb80cd2dd1c28a84dde1715a0f69a5cf1d189fd53468f382878acb45d88dbac209e1369a552b1f31
|
7
|
+
data.tar.gz: 9a13b897958928cc48bb02432eab50473dab617e103d136b50a34fa2436974816f1570b7f088660f779134690ea352cd8549f2d6d69ce703a1271b7131bd170c
|
data/README.md
CHANGED
@@ -16,7 +16,7 @@ Add the following lines to your Jekyll site's Gemfile:
|
|
16
16
|
gem "clean-jekyll-theme"
|
17
17
|
|
18
18
|
group :jekyll_plugins do
|
19
|
-
gem "jekyll-seo-tag", "~> 2.
|
19
|
+
gem "jekyll-seo-tag", "~> 2.6"
|
20
20
|
...
|
21
21
|
end
|
22
22
|
```
|
@@ -48,7 +48,7 @@ Or install it yourself as:
|
|
48
48
|
|
49
49
|
## Contributing
|
50
50
|
|
51
|
-
Bug reports and pull requests are welcome on
|
51
|
+
Bug reports and pull requests are welcome on [Github](https://github.com/siddhantgoel/clean-jekyll-theme).
|
52
52
|
|
53
53
|
## Development
|
54
54
|
|
data/_layouts/default.html
CHANGED
@@ -14,7 +14,7 @@
|
|
14
14
|
{% seo title=false %}
|
15
15
|
|
16
16
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Inconsolata|PT+Sans">
|
17
|
-
<link rel="stylesheet" href="https://unpkg.com/basscss@8.0
|
17
|
+
<link rel="stylesheet" href="https://unpkg.com/basscss@8.1.0/css/basscss.min.css">
|
18
18
|
|
19
19
|
<link rel="stylesheet" type="text/css" href="{{ '/assets/css/main.css' | relative_url }}">
|
20
20
|
</head>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: clean-jekyll-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Siddhant Goel
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2019-05-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -30,14 +30,14 @@ dependencies:
|
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: '2.
|
33
|
+
version: '2.6'
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: '2.
|
40
|
+
version: '2.6'
|
41
41
|
description: A clean theme for Jekyll based on Basscss
|
42
42
|
email:
|
43
43
|
- me@sgoel.org
|
@@ -74,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
76
|
rubyforge_project:
|
77
|
-
rubygems_version: 2.6
|
77
|
+
rubygems_version: 2.7.6
|
78
78
|
signing_key:
|
79
79
|
specification_version: 4
|
80
80
|
summary: Clean Jekyll theme
|