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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d9b232057758e1326a0c949f9e9b773ba4e24ca2500eac0d03384bd0dbc5b37e
4
- data.tar.gz: dd84f17f2f877292fa82447443abb83f84c92f1acb004d629e2ea6ff2608fcf0
3
+ metadata.gz: 55cfda7b2ae8f3e45c3d33d0458b32002644d8b3e932e8de33a2e9fc005c7d0c
4
+ data.tar.gz: 2d3f2d75f9fda7b54a37b95afadbc2c20fdd8b9f4d1a7eda152134cf842d0bb8
5
5
  SHA512:
6
- metadata.gz: 10968d916c88dd9b86a113d3dc65e5fa05d938a397b8718157fc21235a4ae41135a061c36c3ebdad99e96dd3e4d2ff6913ea933a5c45a820a96a5d5bda3a4adc
7
- data.tar.gz: 8fcb7bdcd61a1ab2eb0d6b4e829c2a91bb42942ba75788a1f49d1a09576f2cf7a36a2dd6e6b855b58c763af20d14fd2fdba061f576bb79fa45db845765464334
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
@@ -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 %}assets/images/content/{{post.image.thumb}}{% endcapture %}
60
- {% capture full_path %}/assets/images/content/thumbs/{{post.image.thumb}}{% endcapture %}
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 }}
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: 3.0.43
4
+ version: 3.0.44
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby