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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +17 -4
  3. data/_config.yml +1 -1
  4. data/_layouts/post.html +1 -1
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9a982c6a003a07040141cd51005d334dceb20a86943c41c5794a063907d3fb0c
4
- data.tar.gz: 15823a90e488887878a6581b5355411a63e441a0a0978852738e5652bbd8cadf
3
+ metadata.gz: 42ec2e8930eaae4cef90fa738270679782b787cf3e728f6dbde4b6f12376c379
4
+ data.tar.gz: 0bb7a21de1671d879929ccd6d257e1300f32a297d1375dd5bf6bed44976b2edb
5
5
  SHA512:
6
- metadata.gz: 37ebe89f76080e799fff34ca96f4fd53c063b90987008284143b63239238a22c57a7d17c2ea60296c6cd408f33566e08b87d79d7b47e5adc22518f48dcf36cad
7
- data.tar.gz: 3b6cdab1b13a723b6e93f0f3b6dd575c4684712ba53216037a354e392d3fe7667251bbd8fe732be11554b386b7752689f3496065bcc84bb4a8a3db3caf7a38c0
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
- If you are using Github Pages, add this line to your Jekyll site's `_config.yml`:
37
+ You can install the latest code via [jekyll-remote-theme](https://github.com/benbalter/jekyll-remote-theme):
36
38
 
37
- ```yaml
38
- remote_theme: diptanilsaha/jekyll-theme-instagram
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
- theme: jekyll-theme-instagram # if you are using GitHub Pages, change it to remote_theme: diptanilsaha/jekyll_theme_instagram
16
+ remote_theme: diptanilsaha/jekyll-theme-instagram
17
17
 
18
18
  theme_config:
19
19
  archive: true
data/_layouts/post.html CHANGED
@@ -54,6 +54,6 @@ layout: default
54
54
  </ul>
55
55
  {%- endif -%}
56
56
 
57
- {{ content | newline_to_br }}
57
+ {{ content }}
58
58
  </div>
59
59
  {%- endif -%}
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.0
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-21 00:00:00.000000000 Z
11
+ date: 2024-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll