jekyll-theme-instagram 0.1.0 → 0.1.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 +17 -4
- data/_config.yml +1 -1
- data/_layouts/post.html +1 -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: 42ec2e8930eaae4cef90fa738270679782b787cf3e728f6dbde4b6f12376c379
|
4
|
+
data.tar.gz: 0bb7a21de1671d879929ccd6d257e1300f32a297d1375dd5bf6bed44976b2edb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 865e706bc481e319d1b273352fdc9fd046326ec72dc9759829cf25a58c4e99cfcb82ae6d045d6eddb9a0cc6c66e8ecfe5930fe3fd0ea9495981677425720757a
|
7
|
+
data.tar.gz: dbed0b350f041180ac7904e42607df917bebe6ef154449149ee2933517d07fdb89eee1f68e5a050cb7a586f8b5d3c9b73746b99b99a01d26a7a2888cbc6f5d29
|
data/README.md
CHANGED
@@ -9,6 +9,8 @@ This Jekyll theme transforms your blog into an Instagram-like archive, perfect f
|
|
9
9
|
|
10
10
|
Ideal for influencers, photographers, or anyone looking to maintain an independent archive of their Instagram content in a familiar, visually appealing format.
|
11
11
|
|
12
|
+
[View Demo](https://diptanil.page/jekyll-theme-instagram/)
|
13
|
+
|
12
14
|
## Installation
|
13
15
|
|
14
16
|
Add this line to your Jekyll site's `Gemfile`:
|
@@ -32,11 +34,22 @@ Or install it yourself as:
|
|
32
34
|
$ gem install jekyll-theme-instagram
|
33
35
|
|
34
36
|
|
35
|
-
|
37
|
+
You can install the latest code via [jekyll-remote-theme](https://github.com/benbalter/jekyll-remote-theme):
|
36
38
|
|
37
|
-
|
38
|
-
|
39
|
-
```
|
39
|
+
1. Add this line to your Jekyll site's `Gemfile`:
|
40
|
+
|
41
|
+
```ruby
|
42
|
+
gem "jekyll-theme-instagram"
|
43
|
+
```
|
44
|
+
|
45
|
+
2. Add these lines to your Jekyll site's `_config.yml`:
|
46
|
+
|
47
|
+
```ruby
|
48
|
+
plugins:
|
49
|
+
- jekyll-remote-theme
|
50
|
+
|
51
|
+
remote_theme: diptanilsaha/jekyll-theme-instagram@main
|
52
|
+
```
|
40
53
|
|
41
54
|
## Usage
|
42
55
|
|
data/_config.yml
CHANGED
@@ -13,7 +13,7 @@ footer_website: diptanil.page
|
|
13
13
|
|
14
14
|
favicon: /media/favicon.ico
|
15
15
|
|
16
|
-
|
16
|
+
remote_theme: diptanilsaha/jekyll-theme-instagram
|
17
17
|
|
18
18
|
theme_config:
|
19
19
|
archive: true
|
data/_layouts/post.html
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-instagram
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Diptanil Saha
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-07-
|
11
|
+
date: 2024-07-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|