jekyll-theme-image-grid 0.1.0 → 0.1.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 475c98e34ec9b957aaf6b413f57dc1c96e71f6759ee9ecfdac369f0cbf124580
4
- data.tar.gz: 154a9b4c6f12a7c8c5ea4ad7aa0cb9294b70f364f3014ecbb684507dc1e3702f
3
+ metadata.gz: '038cec563fb81b2785fb7f822d4b564f4abc99e690dc95008bdce0fb011355b7'
4
+ data.tar.gz: d97f47d7138208ffdd62ea79566b150b175f7d224394cd06610afd846f8a8e4c
5
5
  SHA512:
6
- metadata.gz: 8acac7d9ba787f985e010dca2f03a1bbaec94603791413169fb7b45869a71f0aabbf359541fe5d0d75f3579f4ae3ee68ea336b3e3f3bc728f1e2ded30313e6f9
7
- data.tar.gz: 2f6e2b6df579e746deceacebecfc3a1e959d9a638c7fb741340810bc694168d68fd646274e9425d42afbe4c1274458a24a670b41172aabea6d2ad88099fea65a
6
+ metadata.gz: 10adcc1f34d028cd1b932fc483a2eb6b3a233bf87626b04af151914d5b9fbe308e09ef77fb0d7116987e971e690a06422e7d39333232b5692d45646d3c5e71e4
7
+ data.tar.gz: 8072b7c11ed3392a7243bfd408fd2116f277c2dac59936e0fd84349a885f9f2c29ce0982a233ef36060ed6dcfa3359545934c68ba6f1b5d63eb4750d0f6ebed8
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 ![live example](https://www.jzhong.today/jekyll-theme-image-grid/).
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)
@@ -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: jirrian
9
+ twitter: jekyll
10
10
  github: jekyll
11
11
  # facebook: jekyll
12
12
  # instagram: jekyll
File without changes
File without changes
@@ -5,7 +5,6 @@ layout: default
5
5
  <div class="mt-5">
6
6
  <div class="page-title">{{ page.title }}</div>
7
7
 
8
- <div class="lead">
9
8
  {{ content }}
10
- </div>
9
+
11
10
  </div>
File without changes
File without changes
File without changes
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.0
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: 2020-12-30 00:00:00.000000000 Z
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: '4.1'
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: '4.1'
46
+ version: '2.1'
27
47
  - !ruby/object:Gem::Dependency
28
- name: jekyll-seo-tag
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.