jekyll-theme-image-grid 1.0.0 → 1.0.1
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 +4 -4
- data/README.md +28 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4d6db0af9fc76c6aad9feac3c45086fb834108c07ff51d3fbcbfab824dc4ad3e
|
|
4
|
+
data.tar.gz: 76cde1c18da8e7a78d819dc914043f5b8dd90db8bf1b342edbf7ae5d7c0b1cfc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 397009b7152f781f3a74d6044eb8b266c7dbc35f7679edd7f21d2f93f52a289e2b4991b10c3eaabafcf1f2d8cefd0e3ec9c5600414a92bd067243c3b9f581ca9
|
|
7
|
+
data.tar.gz: 23b42c65b357b47159ca9643bb0bf7ba36040d9f1cd586edccc9ea497c5d68327f83b80f43eb332c782f7b95fa72eca6bc8ccf1fc1d0525f7d87c99b296adf80
|
data/README.md
CHANGED
|
@@ -16,12 +16,14 @@ This theme also uses [Bootstrap 4](https://getbootstrap.com/docs/4.6/getting-sta
|
|
|
16
16
|
|
|
17
17
|
## Installation
|
|
18
18
|
|
|
19
|
+
### Github Pages remote theme method
|
|
20
|
+
|
|
19
21
|
[Create a new Jekyll site.](https://jekyllrb.com/docs/#instructions)
|
|
20
22
|
|
|
21
23
|
Add this line to your Jekyll site's `Gemfile`:
|
|
22
24
|
|
|
23
25
|
```ruby
|
|
24
|
-
gem "
|
|
26
|
+
gem "github-pages", group: :jekyll_plugins
|
|
25
27
|
```
|
|
26
28
|
And then execute:
|
|
27
29
|
|
|
@@ -39,6 +41,31 @@ Then build your site:
|
|
|
39
41
|
|
|
40
42
|
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.
|
|
41
43
|
|
|
44
|
+
### Ruby gem installation method
|
|
45
|
+
|
|
46
|
+
[Create a new Jekyll site.](https://jekyllrb.com/docs/#instructions)
|
|
47
|
+
|
|
48
|
+
Add this line to your Jekyll site's `Gemfile`:
|
|
49
|
+
|
|
50
|
+
```ruby
|
|
51
|
+
gem "jekyll-theme-image-grid"
|
|
52
|
+
```
|
|
53
|
+
And then execute:
|
|
54
|
+
|
|
55
|
+
$ bundle install
|
|
56
|
+
|
|
57
|
+
Add this line to your Jekyll site's `_config.yml`:
|
|
58
|
+
|
|
59
|
+
```yaml
|
|
60
|
+
theme: jekyll-theme-image-grid
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
Then build your site:
|
|
64
|
+
|
|
65
|
+
$ bundle exec jekyll serve
|
|
66
|
+
|
|
67
|
+
Preview your new site at `http://localhost:4000`. Now you should be able to test your site locally.
|
|
68
|
+
|
|
42
69
|
## Usage
|
|
43
70
|
### First time setup
|
|
44
71
|
|
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: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- jirrian
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-01-
|
|
11
|
+
date: 2021-01-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|