jumbo-jekyll-theme 3.0.43 → 3.0.44
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_config.yml +2 -0
- data/_includes/post-sidebar.html +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 55cfda7b2ae8f3e45c3d33d0458b32002644d8b3e932e8de33a2e9fc005c7d0c
|
4
|
+
data.tar.gz: 2d3f2d75f9fda7b54a37b95afadbc2c20fdd8b9f4d1a7eda152134cf842d0bb8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cf54cba173f6f8af51888ac47e5515404f1bf816e96cbb3d2571bd93c1e9879d398a75a91881d560df0e9df5c896e2fd323d9ee890073a0ad0f652ccf44c7fa3
|
7
|
+
data.tar.gz: 77800ef1566e18b2268904032717ef95c2fc2384bc0b98552eebe18276adb7ea0723487e666a99dc1dedb0d95b8fe3b6b876f4ca63c5ec0bf6a31d980985c168
|
data/_config.yml
CHANGED
@@ -13,6 +13,8 @@ permalink: /blog/:title/
|
|
13
13
|
theme: jumbo-jekyll-theme
|
14
14
|
# Syntax highlighter
|
15
15
|
highlighter: rouge
|
16
|
+
# Blog images/thumbs dir
|
17
|
+
blog_images_dir: assets/images/blog/
|
16
18
|
# Markdown flavour used by Jekyll to parse markdown.
|
17
19
|
markdown: kramdown
|
18
20
|
# Default character encoding
|
data/_includes/post-sidebar.html
CHANGED
@@ -56,8 +56,8 @@
|
|
56
56
|
<div class="row featured_blog_post">
|
57
57
|
<div class="col-md-3 col-sm-3 col-xs-3 no-padding">
|
58
58
|
{% if post.image.thumb %}
|
59
|
-
{% capture image_path %}
|
60
|
-
{% capture full_path %}/
|
59
|
+
{% capture image_path %}{{site.blog_images_dir}}{{post.image.thumb}}{% endcapture %}
|
60
|
+
{% capture full_path %}/{{site.blog_images_dir}}thumbs/{{post.image.thumb}}{% endcapture %}
|
61
61
|
{% responsive_image_block %}
|
62
62
|
template: _includes/thumb.html
|
63
63
|
path: {{ image_path }}
|