jumbo-jekyll-theme 1.4.40 → 1.4.41

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
  SHA1:
3
- metadata.gz: f87abeb7693c37bf5bf2883dd3b1b537e8310ce5
4
- data.tar.gz: c0e1a4133a6bba2e3bb77d74039c984aae461d80
3
+ metadata.gz: 715e922d2b59ff396ec417c68fdf6f4bf0eff2b0
4
+ data.tar.gz: af4a7e74985959c3791800149bd0b7e7996ffd2c
5
5
  SHA512:
6
- metadata.gz: 70358a509acc89ab5198574a4f6a088066f1c1059a1a1326ffef513ca05638672f2d78a16590076b2bd06857745638c869a6c40a52fe46c5070f78aff3405cac
7
- data.tar.gz: 59357332a6b23779c759142e68597be86eefd8ef460a22a7085f04accd3bf82cf335842ea61bf6343ff432966d77fb1dce1772ff05ab27fb5cf863a760fbeec9
6
+ metadata.gz: f496e20f4c930ebc7f8f3a67d72b3803ec6a944d108a9c656d84c890f5bf4080b9299a688e4297f3f11ca7800d368b8a1e235224914a4bd99ad9472b6bf68a8a
7
+ data.tar.gz: 077630421baa81e4a0ada99d2f7c0e942b7ff0efeef0241cc1cfe72860500ab7926c0dcc83746da146de49a3e8f0bca384b539a04a59303a7cedd36abfdde73e
@@ -96,6 +96,7 @@ blog:
96
96
  comments: true
97
97
  # Post Side Bar Settings
98
98
  sidebar:
99
+ custom-include: blog-sidebar-include.html
99
100
  display-on-posts: true
100
101
  display-on-index: true
101
102
  # Toggle whether or not thumbnails in the sidebar are displayed.
@@ -113,14 +114,6 @@ blog:
113
114
  most-recent-posts:
114
115
  display: true
115
116
  count: 5
116
- # Display custom collection e.g projects on 96boards
117
- collection:
118
- - name: projects
119
- count: 5
120
- # Fields to use for title and url.
121
- display_fields:
122
- title: title
123
- url: url
124
117
 
125
118
  # Google Anayltics Setup
126
119
  # google:
@@ -72,3 +72,7 @@
72
72
  {% endfor %}
73
73
  </div>
74
74
  </div>
75
+
76
+ {% if site.data.settings.blog.sidebar.custom-include %}
77
+ {% include {{site.data.settings.blog.sidebar.custom-include}} %}
78
+ {% endif %}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jumbo-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.40
4
+ version: 1.4.41
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby