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 +4 -4
- data/_data/settings.yml +1 -8
- data/_includes/post-sidebar.html +4 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 715e922d2b59ff396ec417c68fdf6f4bf0eff2b0
|
|
4
|
+
data.tar.gz: af4a7e74985959c3791800149bd0b7e7996ffd2c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f496e20f4c930ebc7f8f3a67d72b3803ec6a944d108a9c656d84c890f5bf4080b9299a688e4297f3f11ca7800d368b8a1e235224914a4bd99ad9472b6bf68a8a
|
|
7
|
+
data.tar.gz: 077630421baa81e4a0ada99d2f7c0e942b7ff0efeef0241cc1cfe72860500ab7926c0dcc83746da146de49a3e8f0bca384b539a04a59303a7cedd36abfdde73e
|
data/_data/settings.yml
CHANGED
|
@@ -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:
|
data/_includes/post-sidebar.html
CHANGED