jekyll-theme-image-grid 0.1.0 → 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 +7 -3
- data/_config.yml +2 -2
- 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 +29 -9
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
@@ -1,6 +1,6 @@
|
|
1
1
|
# jekyll-theme-image-grid
|
2
2
|
|
3
|
-
A simple responsive image grid theme for displaying image-based content with various built-in customization options. See a
|
3
|
+
A simple responsive image grid theme for displaying image-based content with various built-in customization options. See a [live example](http://www.jzhong.today/image-grid-example/).
|
4
4
|
|
5
5
|
![Example Screenshot](screenshot.png)
|
6
6
|
|
@@ -20,14 +20,14 @@ And then execute:
|
|
20
20
|
To use this theme with Github Pages, add this line to your Jekyll site's `_config.yml`:
|
21
21
|
|
22
22
|
```yaml
|
23
|
-
remote_theme: jirrian/jekyll-theme-image-grid
|
23
|
+
remote_theme: jirrian/jekyll-theme-image-grid@main
|
24
24
|
```
|
25
25
|
|
26
26
|
Then build your site:
|
27
27
|
|
28
28
|
$ bundle exec jekyll serve
|
29
29
|
|
30
|
-
Preview your new site at `http://localhost:4000`.
|
30
|
+
Preview your new site at `http://localhost:4000`. Now you should be able to test your site locally as well as deploy it on Github Pages.
|
31
31
|
|
32
32
|
## Adding a New Post
|
33
33
|
|
@@ -129,3 +129,7 @@ For complete customization, add css to the `_sass/style.scss` file.
|
|
129
129
|
|
130
130
|
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
131
131
|
|
132
|
+
## Links
|
133
|
+
- [Live example site](http://www.jzhong.today/image-grid-example/)
|
134
|
+
- [Example site repository](https://github.com/jirrian/image-grid-example)
|
135
|
+
- In-depth installation tutorial (coming soon)
|
data/_config.yml
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
title: image grid
|
2
2
|
author: author
|
3
3
|
email: your-email@example.com
|
4
|
-
description: A simple image grid theme. Add your site description here in the _config.yml file. It will appear in your document head meta (for
|
4
|
+
description: A simple responsive image grid theme for displaying image-based content with various built-in customization options. Add your site description here in the _config.yml file. It will appear in your document head meta (for
|
5
5
|
Google search results).
|
6
6
|
|
7
7
|
# generate social links in footer
|
8
8
|
social_links:
|
9
|
-
twitter:
|
9
|
+
twitter: jekyll
|
10
10
|
github: jekyll
|
11
11
|
# facebook: jekyll
|
12
12
|
# instagram: jekyll
|
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,31 +1,51 @@
|
|
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
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - ">="
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '3.5'
|
20
|
+
- - "<"
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: '5.0'
|
23
|
+
type: :runtime
|
24
|
+
prerelease: false
|
25
|
+
version_requirements: !ruby/object:Gem::Requirement
|
26
|
+
requirements:
|
27
|
+
- - ">="
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '3.5'
|
30
|
+
- - "<"
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: '5.0'
|
33
|
+
- !ruby/object:Gem::Dependency
|
34
|
+
name: jekyll-seo-tag
|
15
35
|
requirement: !ruby/object:Gem::Requirement
|
16
36
|
requirements:
|
17
37
|
- - "~>"
|
18
38
|
- !ruby/object:Gem::Version
|
19
|
-
version: '
|
39
|
+
version: '2.1'
|
20
40
|
type: :runtime
|
21
41
|
prerelease: false
|
22
42
|
version_requirements: !ruby/object:Gem::Requirement
|
23
43
|
requirements:
|
24
44
|
- - "~>"
|
25
45
|
- !ruby/object:Gem::Version
|
26
|
-
version: '
|
46
|
+
version: '2.1'
|
27
47
|
- !ruby/object:Gem::Dependency
|
28
|
-
name:
|
48
|
+
name: bundler
|
29
49
|
requirement: !ruby/object:Gem::Requirement
|
30
50
|
requirements:
|
31
51
|
- - ">="
|
@@ -38,7 +58,7 @@ dependencies:
|
|
38
58
|
- - ">="
|
39
59
|
- !ruby/object:Gem::Version
|
40
60
|
version: '0'
|
41
|
-
description:
|
61
|
+
description:
|
42
62
|
email:
|
43
63
|
- jillianzhong@yahoo.com
|
44
64
|
executables: []
|
@@ -62,7 +82,7 @@ homepage: https://github.com/jirrian/jekyll-theme-image-grid
|
|
62
82
|
licenses:
|
63
83
|
- MIT
|
64
84
|
metadata: {}
|
65
|
-
post_install_message:
|
85
|
+
post_install_message:
|
66
86
|
rdoc_options: []
|
67
87
|
require_paths:
|
68
88
|
- lib
|
@@ -78,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
78
98
|
version: '0'
|
79
99
|
requirements: []
|
80
100
|
rubygems_version: 3.0.8
|
81
|
-
signing_key:
|
101
|
+
signing_key:
|
82
102
|
specification_version: 4
|
83
103
|
summary: A simple responsive image grid theme for displaying image-based content with
|
84
104
|
various built-in customization options.
|