jekyll-theme-image-grid 0.1.5 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE.txt +0 -0
- data/README.md +0 -0
- data/_config.yml +0 -0
- data/_layouts/default.html +0 -0
- data/_layouts/grid.html +0 -0
- data/_layouts/page.html +1 -2
- data/_layouts/post.html +0 -0
- data/_sass/style.scss +0 -0
- data/assets/minima-social-icons.svg +0 -0
- data/assets/style.scss +0 -0
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '038cec563fb81b2785fb7f822d4b564f4abc99e690dc95008bdce0fb011355b7'
|
4
|
+
data.tar.gz: d97f47d7138208ffdd62ea79566b150b175f7d224394cd06610afd846f8a8e4c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 10adcc1f34d028cd1b932fc483a2eb6b3a233bf87626b04af151914d5b9fbe308e09ef77fb0d7116987e971e690a06422e7d39333232b5692d45646d3c5e71e4
|
7
|
+
data.tar.gz: 8072b7c11ed3392a7243bfd408fd2116f277c2dac59936e0fd84349a885f9f2c29ce0982a233ef36060ed6dcfa3359545934c68ba6f1b5d63eb4750d0f6ebed8
|
data/LICENSE.txt
CHANGED
File without changes
|
data/README.md
CHANGED
File without changes
|
data/_config.yml
CHANGED
File without changes
|
data/_layouts/default.html
CHANGED
File without changes
|
data/_layouts/grid.html
CHANGED
File without changes
|
data/_layouts/page.html
CHANGED
data/_layouts/post.html
CHANGED
File without changes
|
data/_sass/style.scss
CHANGED
File without changes
|
File without changes
|
data/assets/style.scss
CHANGED
File without changes
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-image-grid
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- jirrian
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-01-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -58,7 +58,7 @@ dependencies:
|
|
58
58
|
- - ">="
|
59
59
|
- !ruby/object:Gem::Version
|
60
60
|
version: '0'
|
61
|
-
description:
|
61
|
+
description:
|
62
62
|
email:
|
63
63
|
- jillianzhong@yahoo.com
|
64
64
|
executables: []
|
@@ -82,7 +82,7 @@ homepage: https://github.com/jirrian/jekyll-theme-image-grid
|
|
82
82
|
licenses:
|
83
83
|
- MIT
|
84
84
|
metadata: {}
|
85
|
-
post_install_message:
|
85
|
+
post_install_message:
|
86
86
|
rdoc_options: []
|
87
87
|
require_paths:
|
88
88
|
- lib
|
@@ -98,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
98
98
|
version: '0'
|
99
99
|
requirements: []
|
100
100
|
rubygems_version: 3.0.8
|
101
|
-
signing_key:
|
101
|
+
signing_key:
|
102
102
|
specification_version: 4
|
103
103
|
summary: A simple responsive image grid theme for displaying image-based content with
|
104
104
|
various built-in customization options.
|