jekyll-theme-image-grid 0.1.3 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -3
  3. data/_config.yml +2 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6daaad7a98901b47cda165c1a2f0cd6cc12c318d61c1c7254e6e66b48c7fe014
4
- data.tar.gz: 1763c8df941f1eec6e448e6cb379a2519862875215c95346ad17ba1adf8fd4d6
3
+ metadata.gz: bb1c6cddd962d80d24d96c5ff74b895b23bc18781deede5b8c59bdc410365ea1
4
+ data.tar.gz: 1083e9b237df082a0d885a9a98d8636a8a347d462fe23767ebd4b0496fb653bc
5
5
  SHA512:
6
- metadata.gz: '0618cdc433a85e9ad44e6635e5e33f354e6ef00b22b76a08d02d2d10a50b75afc929bae8952ad8fe67aabf4a928dba56154680874bcfc5a8c18743ab7adebdd6'
7
- data.tar.gz: ee04fae897f5d99558270216e19045f3d19533cecfdc7277970508c53dd4ca9f2dbe238f624089358c91f891ae921dbd5d4f2b723f79d3893a4df723d3ca46c3
6
+ metadata.gz: 566b0917f9ec31630e28233b33ee567837c8a3cc03a1147164c41e6d8fdf9eb6ea40d074e89582d10eca07fb804680aa56fbad94aaf2e97d65961c4b1e2529f6
7
+ data.tar.gz: 1f016a2b7dfe06e477e6657fcb913b360c6ae4e3a707d7bfac23b785433453f405beb0576aaa384b6c5ea0b933da010d0458332f019c3105e716b16aeffa085f
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
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.3
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - jirrian
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-30 00:00:00.000000000 Z
11
+ date: 2020-12-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll