jumbo-jekyll-theme 5.5.6 → 5.6.0

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
  SHA256:
3
- metadata.gz: 2297e66e3225ebfaa91516aeb276773841cff54e1565101091cf0c9cc8f50f1e
4
- data.tar.gz: 1fc14d790ba7687e1905f846393c57bee4c81b067cbc55704fbc97d66458aba8
3
+ metadata.gz: 2d36c5ea1e777e00df954a8714a76d5ca4eee002a50657d01a3d6b73562311d0
4
+ data.tar.gz: 753f3bdc7f9d6a49619637dbb859b1f80463c4ef944d0f75fd44d25a94e1255c
5
5
  SHA512:
6
- metadata.gz: 03c64e2926b0c05f460574586ee1589b1475c8666fc83382cb4fbb2a3eed2809699e3138990b32997273171f81f28506f341b8161a42bd16546ceaf7d0d11647
7
- data.tar.gz: a8bbaac0a410ac48babf3724ca78a72e87512b90b17f8d12236f00b7bf099ed7c9579bebf17e87fcbe8cecb7193d2451d7c1c60fc4b1635a1733ea567dd8066d
6
+ metadata.gz: 0f2a2c7725650d3c73de647b566c23612690bd353c379813369c506613e98ad2d401874e348dafe836e594ca4951c39ce3bc8b660ac657d4d679d1484d927a79
7
+ data.tar.gz: 1b74851e94eeeb6ec9dab4a3a3138e805ebf3f6d19b961131925c69a12bb1a3aeef680ca0b8c90c33030ec5e1aa2f40f56b70bb0a24822b37c9acb04ead7a2a4
data/_config.yml CHANGED
@@ -1,16 +1,20 @@
1
1
  # Default Title of Site
2
- title: Jumbo Jekyll
2
+ title: jumbo-jekyll-theme (the advanced enterprise ready Jekyll theme)
3
3
  # Description of the site used for default meta description
4
4
  url: http://jumbojekyll.co.uk
5
5
  baseurl: ""
6
6
  description: |-
7
- The Jumbo Jekyll Theme is used across all Linaro static sites.
7
+ The jumbo-jekyll-theme is an advanced enterprise ready Jekyll theme used across the Linaro static websites.
8
8
  # Destination of the Jekyll site upon build of site.
9
9
  destination: _site
10
+ # Netflify CMS - Default repo branch
11
+ branch: master
10
12
  # Default permalink for blog posts
11
13
  permalink: /blog/:title/
12
14
  # Jumbo Jekyll Theme
13
15
  theme: jumbo-jekyll-theme
16
+ # Main Website Repo
17
+ github_repo: https://github.com/linaro-marketing/jumbo-jekyll-theme
14
18
  # Syntax highlighter
15
19
  highlighter: rouge
16
20
  # Blog images/thumbs dir
@@ -54,7 +58,7 @@ jekyll_tidy:
54
58
  # Toggle compression of HTML
55
59
  compress_html: true
56
60
  # JS Path added to exclude to stop errors.
57
- exclude: ["assets/**/*.js", "robots.txt"]
61
+ exclude: ["assets/**/*.js", "robots.txt", "admin/config.yml"]
58
62
  # Permalink style to be used for paginating pages in pagination.html
59
63
  paginate_path: /blog/:num/
60
64
  paginate_path_news: /news/:num/
data/_data/footer.yml CHANGED
@@ -1,19 +1,15 @@
1
1
  # Copyright text to be displayed at the very bottom of the footer
2
2
  copyright-text: Jumbo Jekyll Theme
3
3
  # Set this to false if you do not want the Linaro logo in the footer.
4
- linaro-branding: true
4
+ linaro-branding: false
5
5
  # Social Media Icons Row
6
- social-media-icons: true
6
+ social-media-icons: false
7
7
  # Display the contact details section
8
- display-contact-details: true
8
+ display-contact-details: false
9
9
  # These links are displayed at the very bottom of the footer.
10
10
  company-links:
11
- - name: Legal
12
- url: /legal/
13
- - name: Contact
14
- url: /contact/
15
- - name: Press
16
- url: /press/
11
+ - name: GitHub
12
+ url: https://github.com/linaro-marketing/jumbo-jekyll-theme
17
13
  second-column:
18
14
  title: Latest News & Blogs
19
15
  latest-posts: true
@@ -33,13 +29,5 @@ second-column:
33
29
  third-column:
34
30
  title: Other Projects
35
31
  items:
36
- - name: 96Boards
37
- url: https://www.96boards.org
38
- - name: Linaro Connect
39
- url: https://connect.linaro.org
40
- - name: DeviceTree
41
- url: https://www.devicetree.org
42
- - name: OP-TEE
43
- url: https://www.op-tee.org
44
- - name: Linaro Developer Cloud
45
- url: https://www.linaro.cloud
32
+ - name: Another project
33
+ url: https://github.com
data/_data/nav.yml CHANGED
@@ -1,49 +1,17 @@
1
1
  # Search Config
2
2
  search:
3
- enabled: true
4
- label: Linaro
3
+ enabled: false
4
+ label: JJT
5
5
  universal-nav: false
6
6
  # Nav Brand Config
7
7
  brand:
8
8
  text: Jumbo Jekyll Theme
9
- image:
10
- enabled: false
11
- name: Linaro-Logo.svg
12
9
  url: /
13
10
  # Navigation pages
14
11
  pages:
15
- - title: Flow
12
+ - title: Flow Example
16
13
  url: /flow/
17
- - title: Jekyll
18
- active_paths:
19
- - /new/
20
- options:
21
- - text: Includes
22
- url: /jekyll/includes/
23
- - title: Layouts
24
- options:
25
- - text: Default
26
- url: /layouts/default/
27
- - title: About
28
- options:
29
- - text: Overview
30
- url: /about/
31
- - text: Collaborate
32
- url: /collaborate/
33
- - text: Jekyll
34
- - title: CSS
35
- options:
36
- - text: Bootstrap
37
- url: /css/bootstrap/
38
- - title: JS
39
- options:
40
- - text: JQuery
41
- url: /js/jquery/
42
- - text: Bootstrap
43
- url: /js/bootstrap/
44
14
  - title: Blog
45
15
  url: /blog/
46
16
  active_paths:
47
- - /new/
48
- - title: Download
49
- url: /download/
17
+ - /blog/
data/_data/settings.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  # Custom Favicon
2
- favicon: favicon.png
2
+ favicon: /assets/images/favicon.png
3
3
  # Placeholder for Missing Images
4
4
  placeholder: /assets/images/placeholder.png
5
5
  # Support for http2 push features
@@ -19,16 +19,6 @@ newsletter:
19
19
  enabled: true
20
20
  url: https://96boards.us3.list-manage.com/subscribe/post?u=14baaae786342d0d405ee59c2&id=e3d2abc041
21
21
  tags_enabled: true
22
- # Settings for the home page
23
- jumbotron:
24
- # Darken is set to true by default - if you wish to remove the image overlay
25
- # then change this setting to false.
26
- darken: true
27
- error-pages:
28
- # image: /assets/images/content/path-to-image.jpg
29
- svg: linaro-404.html
30
- not-found-title: 404 page not found!
31
- not-found-desc: Sorry, but the page you were looking for could not be found.
32
22
  # Blog setup
33
23
  blog:
34
24
  # Filler element include
@@ -48,8 +38,7 @@ blog:
48
38
  display-on-posts: true
49
39
  display-on-index: true
50
40
  # Toggle whether or not thumbnails in the sidebar are displayed.
51
- thumbnails:
52
- display: true
41
+ display_thumbnails: true
53
42
  # Display other posts contained in _posts
54
43
  other-posts:
55
44
  display: true
@@ -61,10 +50,11 @@ blog:
61
50
  # Display the most recent posts
62
51
  most-recent-posts:
63
52
  display: true
64
- count: 5
53
+ count: 5
65
54
  # Google Anayltics Setup
66
- # google:
67
- # tag_manager: GTM-5DLPJQ
55
+ #google_analytics:
56
+ # production: UA-XXXXXXX-1
57
+ # staging: UA-XXXXXXX-1
68
58
  # Shema.org settings used in the schema.html include.
69
59
  # schema:
70
60
  # enabled: true
@@ -79,9 +69,9 @@ blog:
79
69
  # - https://github.com/Linaro
80
70
  # - https://www.slideshare.net/linaroorg
81
71
  # address:
82
- # street: Harston Mill, Royston Rd
83
- # town: Harston
84
- # county: Cambridge
72
+ # street: Harston Mill, Royston Rd
73
+ # town: Harston
74
+ # county: Cambridge
85
75
  # post_code: CB22 7GG
86
76
  # country_code: UK
87
77
  # Disqus Comments
@@ -99,7 +89,7 @@ mailchimp:
99
89
  # edit-on-github:
100
90
  # enabled: true
101
91
  # repo: https://www.github.com/Linaro/website
102
- # docs: https://www.github.com/Linaro/website
92
+ # docs: https://www.github.com/Linaro/website
103
93
  # Jekyll social media site settings. Github, LinkedIn, Google+, Facebook and Youtube
104
94
  github_username: Linaro
105
95
  linkedin_username: 1026961
@@ -108,6 +98,6 @@ facebook_username: LinaroOrg
108
98
  youtube_username: linaroorg
109
99
  twitter_username: linaroorg
110
100
  # slideshare_username: linaroorg
111
- #
101
+ #
112
102
  # Default Social Media share image location
113
- social_share_image: /assets/images/social-media-image.png
103
+ social_share_image: /assets/images/social-media-image.png
data/_data/tags.yml ADDED
@@ -0,0 +1,11 @@
1
+ items:
2
+ - name: Productivity
3
+ slug: productivity
4
+ - name: News
5
+ slug: news
6
+ - name: Blog
7
+ slug: blog
8
+ - name: Case Study
9
+ slug: case-study
10
+ - name: Update
11
+ slug: update
@@ -1,21 +1,22 @@
1
- - title: Linaro
2
- url: https://www.linaro.org/
3
- - title: Connect
4
- url: https://connect.linaro.org
5
- - title: 96Boards
6
- url: https://www.96boards.org
7
- - title: Developer Cloud
8
- url: https://linaro.cloud
9
- - title: Projects
10
- options:
11
- - title: 96Boards.ai
12
- url: https://www.96boards.ai
13
- - title: OP-TEE
14
- url: https://www.op-tee.org
15
- - title: DeviceTree.org
16
- url: https://www.devicetree.org
17
- - title: OpenDataPlane.org
18
- url: https://www.opendataplane.org
19
- - title: TrustedFirmware.org
20
- url: https://www.trustedfirmware.org
21
- active: true
1
+ items:
2
+ - title: Linaro
3
+ url: https://www.linaro.org/
4
+ - title: Connect
5
+ url: https://connect.linaro.org
6
+ - title: 96Boards
7
+ url: https://www.96boards.org
8
+ - title: Developer Cloud
9
+ url: https://linaro.cloud
10
+ - title: Projects
11
+ options:
12
+ - title: 96Boards.ai
13
+ url: https://www.96boards.ai
14
+ - title: OP-TEE
15
+ url: https://www.op-tee.org
16
+ - title: DeviceTree.org
17
+ url: https://www.devicetree.org
18
+ - title: OpenDataPlane.org
19
+ url: https://www.opendataplane.org
20
+ - title: TrustedFirmware.org
21
+ url: https://www.trustedfirmware.org
22
+ active: true
@@ -1,8 +1,8 @@
1
1
  <div class="col-xs-12">
2
2
  <div class="row equal">
3
- {% for block in include.object.content %}
4
- <div class="col-xs-12 col-sm-{{include.object.item_width}} block {% if include.object.style %}{{include.object.style}}{% endif %}">
5
- {% if block.url %}<a href="{{block.url}}">{% endif%}
3
+ {% for block in include.object.block_section_content.blocks %}
4
+ <div class="col-xs-12 col-sm-{{include.object.block_section_content.item_width}} block {% if include.object.style %}{{include.object.style}}{% endif %}">
5
+ {% if block.url %}<a href="{{block.url}}">{% endif %}
6
6
  <div class="block-inner" {% if block.background_image %}style="background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url({{block.background_image}});"{% endif %}>
7
7
  {% if block.title %}
8
8
  {% include core/title.html object=block.title %}
@@ -2,4 +2,4 @@
2
2
  {% for button in include.object %}
3
3
  {% include core/button.html object=button %}
4
4
  {% endfor %}
5
- </div>
5
+ </div>
@@ -1,9 +1,9 @@
1
1
  <div class="col-xs-12 feature_block">
2
2
  <div class="row">
3
- <div class="col-xs-12 col-sm-7 block__image {% if include.object.side_content.position == "right" %}col-sm-push-5{% endif %}">
4
- {% if include.object.side_content.type == "image" %}
5
- {% assign image_path = include.object.side_content.content | remove_first: '/' %}
6
- {% assign full_path = include.object.side_content.content %}
3
+ <div class="col-xs-12 col-sm-7 block__image {% if include.object.position == "right" %}col-sm-push-5{% endif %}">
4
+ {% if include.object.type == "image" %}
5
+ {% assign image_path = include.object.image_content_path | remove_first: '/' %}
6
+ {% assign full_path = include.object.image_content_path %}
7
7
  {% responsive_image_block %}
8
8
  template: _includes/thumbnail_image.html
9
9
  path: {{ image_path }}
@@ -13,15 +13,15 @@
13
13
  alt: {{ member.alt | slugify: "ascii"}}
14
14
  {% endif %}
15
15
  {% endresponsive_image_block %}
16
- {% elsif include.object.side_content.type == "slider" %}
17
- {% include core/slider.html object=include.object.side_content.content %}
18
- {% elsif include.object.side_content.type == "youtube_video" %}
19
- {% include core/youtube_video_embed.html object=include.object.side_content.content %}
16
+ {% elsif include.object.type == "slider" %}
17
+ {% include core/slider.html object=include.object.slider_content %}
18
+ {% elsif include.object.type == "youtube_video" %}
19
+ {% include core/youtube_video_embed.html object=include.object.video_content_url %}
20
20
  {% else %}
21
- <h2>TODO</h2>
21
+ <p>Please verify the feature_block content "type" is correct</p>
22
22
  {% endif %}
23
23
  </div>
24
- <div class="col-xs-12 col-sm-5 block__text {% if include.object.side_content.position == "right" %}col-sm-pull-7{% endif %}">
24
+ <div class="col-xs-12 col-sm-5 block__text {% if include.object.position == "right" %}col-sm-pull-7{% endif %}">
25
25
  {% if include.object.title %}
26
26
  <h2>{{include.object.title}}</h2>
27
27
  {% endif %}
@@ -1,21 +1,21 @@
1
- {% if include.object.data_source %}
2
- {% assign members = site.data[include.object.data_source] %}
1
+ {% if include.object.members_content.members_content.source %}
2
+ {% assign members = site.data[include.object.members_content.source] %}
3
3
  {% else %}
4
- {% assign members = include.object.content %}
4
+ {% assign members = include.object.members_content.items %}
5
5
  {% endif %}
6
6
  <div class="members_section {% if include.object.style %}{{include.object.style}}{% endif %}">
7
7
  {% for member in members %}
8
8
  {% if member.url %}<a href="{{member.url}}">{% endif %}
9
9
  {% if member.image.path contains "http" %}
10
- <div class="col-xs-6 col-sm-{{include.object.item_width}}">
11
- <img class="lazyload img-responsive" alt="{{member.image.alt}}"
12
- src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="
10
+ <div class="col-xs-6 col-sm-{{include.object.members_content.item_width}}">
11
+ <img class="lazyload img-responsive" alt="{{member.image.alt}}"
12
+ src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="
13
13
  data-src="{{member.image.path}}"/>
14
14
  </div>
15
15
  {% else %}
16
16
  {% assign image_path = member.image.path | remove_first: '/' %}
17
17
  {% assign full_path = member.image.path %}
18
- <div class="col-xs-6 col-sm-{{include.object.item_width}}">
18
+ <div class="col-xs-6 col-sm-{{include.object.members_content.item_width}}">
19
19
  {% responsive_image_block %}
20
20
  template: _includes/thumbnail_image.html
21
21
  path: {{ image_path }}
@@ -29,4 +29,4 @@
29
29
  {% endif %}
30
30
  {% if member.url %}</a>{% endif %}
31
31
  {% endfor %}
32
- </div>
32
+ </div>
@@ -9,7 +9,7 @@
9
9
  {% if include.object.items %}
10
10
  {% assign carousel_items = include.object.items %}
11
11
  {% elsif include.object.data_source %}
12
- {% assign carousel_items = site.data[include.object.data_source] %}
12
+ {% assign carousel_items = site.data[include.object.source] %}
13
13
  {% endif %}
14
14
  {% for item in carousel_items %}
15
15
  {% if include.object.lightbox_enabled %}<a data-featherlight="{{item.image}}">{% endif %}
@@ -30,4 +30,4 @@
30
30
  </div>
31
31
  {% if include.object.lightbox_enabled %}</a>{% endif %}
32
32
  {% endfor %}
33
- </div>
33
+ </div>
@@ -1,3 +1,3 @@
1
1
  <div class="col-xs-12 text_block {% if include.object.style %}{{include.object.style}}{% endif %}">
2
- {{include.object.content | markdownify }}
3
- </div>
2
+ {{include.object | markdownify }}
3
+ </div>
@@ -1,3 +1,3 @@
1
1
  <div class="col-xs-12 title text-center">
2
- <{{include.object.size}}>{{include.object.content}}</{{include.object.size}}>
3
- </div>
2
+ <{{include.object.size}}>{{include.object.text}}</{{include.object.size}}>
3
+ </div>
@@ -1,9 +1,9 @@
1
- {% if include.object.url contains "https://youtu.be/" %}
2
- {% assign media_url = include.object.url | replace: 'https://youtu.be/','https://youtube.com/embed/'%}
3
- {% elsif include.object.url contains "https://www.youtube.com/watch?v=" %}
4
- {% assign media_url = include.object.url | replace: 'https://www.youtube.com/watch?v=','https://youtube.com/embed/'%}
1
+ {% if include.object contains "https://youtu.be/" %}
2
+ {% assign media_url = include.object | replace: 'https://youtu.be/','https://youtube.com/embed/'%}
3
+ {% elsif include.object contains "https://www.youtube.com/watch?v=" %}
4
+ {% assign media_url = include.object | replace: 'https://www.youtube.com/watch?v=','https://youtube.com/embed/'%}
5
5
  {% else %}
6
- {% assign media_url = include.object.url %}
6
+ {% assign media_url = include.object %}
7
7
  {% endif %}
8
8
 
9
9
  <div class="embed-responsive embed-responsive-16by9">
@@ -4,7 +4,7 @@
4
4
  {% assign timeframe = 604800 %}
5
5
  {% assign post_in_seconds = post.date | date: "%s" | plus: 0 %}
6
6
  {% assign recent_posts = "now" | date: "%s" | minus: timeframe %}
7
-
7
+
8
8
  {% if forloop.first and paginator.page == 1 %}
9
9
  <style>
10
10
  @media(min-width: 1000px){
@@ -68,7 +68,7 @@
68
68
  </div>
69
69
  </a>
70
70
  </div>
71
- </div>
71
+ </div>
72
72
  {% else %}
73
73
 
74
74
  {% comment %}
@@ -134,7 +134,7 @@
134
134
  <div class="author-section">
135
135
  {% assign author = site.authors | where: "username", post.author | first %}
136
136
  {% assign author-url = author.url %}
137
- <div class="blog-author-image lazyload" data-bg="{% if author.image.path %}{{author.image.path}}{% else %}{{site.data.settings.blog.avatar_placeholder}}{% endif %}"></div>
137
+ <div class="blog-author-image lazyload" data-bg="{% if author.image_path %}{{author.image_path}}{% else %}{{site.data.settings.blog.avatar_placeholder}}{% endif %}"></div>
138
138
  <small class="blog-author">
139
139
  <em>{% if author.name %}{{author.name}}{% else %}{{post.author}}{% endif %}</em>
140
140
  </small>
@@ -142,7 +142,7 @@
142
142
  </div>
143
143
  </a>
144
144
  </div>
145
-
145
+
146
146
  </div>
147
147
  {% endif %}
148
148
  {% endfor %}
@@ -1,19 +1,19 @@
1
1
  {% for section in include.sections %}
2
2
  {% if section.format == "title" %}
3
- {% include core/title.html object=section %}
3
+ {% include core/title.html object=section.title_content %}
4
4
  {% elsif section.format == "members" %}
5
5
  {% include core/members-section.html object=section %}
6
6
  {% elsif section.format == "block" %}
7
7
  {% include core/blocks.html object=section %}
8
8
  {% elsif section.format == "buttons" %}
9
- {% include core/buttons.html object=section.content style=section.style %}
9
+ {% include core/buttons.html object=section.buttons_content style=section.style %}
10
10
  {% elsif section.format == "text" %}
11
- {% include core/text.html object=section %}
11
+ {% include core/text.html object=section.text_content %}
12
12
  {% elsif section.format == "custom_include" %}
13
13
  {% include {{section.source}} object=section %}
14
14
  {% elsif section.format == "slider" %}
15
- {% include core/slider_row.html object=section %}
15
+ {% include core/slider_row.html object=section.slider_content %}
16
16
  {% elsif section.format == "feature_block" %}
17
- {% include core/feature_block.html object=section.content %}
17
+ {% include core/feature_block.html object=section.feature_block_content %}
18
18
  {% endif %}
19
19
  {% endfor %}
@@ -1,9 +1,16 @@
1
+ {% if site.production %}
2
+ {% assign analytics_code = site.data.settings.google_analytics.production %}
3
+ {% elsif site.production == false %}
4
+ {% assign analytics_code = site.data.settings.google_analytics.staging %}
5
+ {% else %}
6
+ {% assign analytics_code = site.data.settings.google_analytics.production %}
7
+ {% endif %}
1
8
  <script>
2
9
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
3
10
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
4
11
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
5
12
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
6
13
 
7
- ga('create', '{{site.data.settings.google.analytics}}', 'auto');
14
+ ga('create', '{{analytics_code}}', 'auto');
8
15
  ga('send', 'pageview');
9
16
  </script>
data/_includes/head.html CHANGED
@@ -8,19 +8,12 @@
8
8
  {% endif %}
9
9
  </title>
10
10
  {% include_cached css.html pageCSS=page.css-package layoutCSS=layout.css-package %}
11
- <link rel="icon" href="{% if site.data.settings.favicon %}
12
- {% asset_path '{{site.data.settings.favicon}}' %}
13
- {% endif %}" type="image/png" />
11
+ <link rel="icon" href="{{site.data.settings.favicon}}" type="image/png" />
14
12
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
15
13
  {% include_cached google-analytics.html %}
16
14
  {% if page.keywords %}
17
15
  <meta name="keywords" content="{{page.keywords}}">
18
16
  {% endif %}
19
17
  {% seo title=false %}
20
- <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
21
- <!--[if lt IE 9]>
22
- <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
23
- <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
24
- <![endif]-->
25
18
  {% include_cached schema.html is_post=page.is_post included_page=page %}
26
19
  </head>
@@ -37,7 +37,7 @@
37
37
  {% else %}
38
38
  <div class="{% if page.jumbotron.video %}video {% endif %}row {% if page.jumbotron.background-image %}background-image {% endif %}
39
39
  {% if page.jumbotron.carousel-images %}carousel-header{% endif %}
40
- {% if page.image.background-class %}{{page.image.background-class}}{% endif %}{% if site.data.settings.jumbotron.darken %}overlay{% endif %} {% if page.jumbotron.background-image %}
40
+ {% if page.image.background-class %}{{page.image.background-class}}{% endif %} overlay {% if page.jumbotron.background-image %}
41
41
  " style="background-image: url('{{page.jumbotron.background-image}}');"
42
42
  {% else %}
43
43
  jumbotron text-center featured-jumbotron"
@@ -1,10 +1,19 @@
1
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
- <svg id="Linaro-Sprinkle" viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg" data-name="Linaro Sprinkle">
3
- <title>Your page could not be found!</title>
4
- <path class="cls-1 green-big" d="m454.13 73.48h-128.7a20.88 20.88 0 0 0 -20.89 20.87v128.65a20.88 20.88 0 0 0 20.89 20.87h128.7a20.87 20.87 0 0 0 20.87 -20.87v-128.65a20.86 20.86 0 0 0 -20.87 -20.87z"></path>
5
- <path class="cls-2 red" d="m186.6 73.22h-107.91a17.5 17.5 0 0 0 -17.51 17.49v107.91a17.51 17.51 0 0 0 17.51 17.5h107.91a17.5 17.5 0 0 0 17.5 -17.5v-107.91a17.49 17.49 0 0 0 -17.5 -17.49z"></path>
6
- <path class="cls-3 pink" d="m212.13 310.22h-88a14.28 14.28 0 0 0 -14.28 14.27v88a14.28 14.28 0 0 0 14.28 14.27h88a14.27 14.27 0 0 0 14.27 -14.27v-88a14.27 14.27 0 0 0 -14.27 -14.27z"></path>
7
- <path class="cls-4 purple" d="m279.7 73.41h-36.89a6 6 0 0 0 -6 6v36.89a6 6 0 0 0 6 6h36.89a6 6 0 0 0 6 -6v-36.91a6 6 0 0 0 -6 -5.98z"></path>
8
- <path class="cls-5 purple-big" d="m349.44 159h-152.05a24.67 24.67 0 0 0 -24.68 24.65v152.05a24.67 24.67 0 0 0 24.68 24.66h152.05a24.65 24.65 0 0 0 24.66 -24.66v-152.06a24.65 24.65 0 0 0 -24.66 -24.64z"></path>
9
- <path class="cls-6 green" d="m86.83 109.43h-53.2a8.63 8.63 0 0 0 -8.63 8.63v53.2a8.63 8.63 0 0 0 8.63 8.63h53.2a8.63 8.63 0 0 0 8.63 -8.63v-53.2a8.62 8.62 0 0 0 -8.63 -8.63z"></path>
10
- </svg>
1
+ <div class="row content-row error_page">
2
+ <div class="container">
3
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
4
+ <svg id="Linaro-Sprinkle" viewBox="0 0 500 500" xmlns="http://www.w3.org/2000/svg" data-name="Linaro Sprinkle">
5
+ <title>Your page could not be found!</title>
6
+ <path class="cls-1 green-big" d="m454.13 73.48h-128.7a20.88 20.88 0 0 0 -20.89 20.87v128.65a20.88 20.88 0 0 0 20.89 20.87h128.7a20.87 20.87 0 0 0 20.87 -20.87v-128.65a20.86 20.86 0 0 0 -20.87 -20.87z"></path>
7
+ <path class="cls-2 red" d="m186.6 73.22h-107.91a17.5 17.5 0 0 0 -17.51 17.49v107.91a17.51 17.51 0 0 0 17.51 17.5h107.91a17.5 17.5 0 0 0 17.5 -17.5v-107.91a17.49 17.49 0 0 0 -17.5 -17.49z"></path>
8
+ <path class="cls-3 pink" d="m212.13 310.22h-88a14.28 14.28 0 0 0 -14.28 14.27v88a14.28 14.28 0 0 0 14.28 14.27h88a14.27 14.27 0 0 0 14.27 -14.27v-88a14.27 14.27 0 0 0 -14.27 -14.27z"></path>
9
+ <path class="cls-4 purple" d="m279.7 73.41h-36.89a6 6 0 0 0 -6 6v36.89a6 6 0 0 0 6 6h36.89a6 6 0 0 0 6 -6v-36.91a6 6 0 0 0 -6 -5.98z"></path>
10
+ <path class="cls-5 purple-big" d="m349.44 159h-152.05a24.67 24.67 0 0 0 -24.68 24.65v152.05a24.67 24.67 0 0 0 24.68 24.66h152.05a24.65 24.65 0 0 0 24.66 -24.66v-152.06a24.65 24.65 0 0 0 -24.66 -24.64z"></path>
11
+ <path class="cls-6 green" d="m86.83 109.43h-53.2a8.63 8.63 0 0 0 -8.63 8.63v53.2a8.63 8.63 0 0 0 8.63 8.63h53.2a8.63 8.63 0 0 0 8.63 -8.63v-53.2a8.62 8.62 0 0 0 -8.63 -8.63z"></path>
12
+ </svg>
13
+ <h2>Another 404?</h2>
14
+ <p>Sorry but we couldn't find this page!</p>
15
+ <p>If you think there should be a page here then submit an issue to the
16
+ <a href="{{site.github_repo}}">GitHub repo</a>.
17
+ </p>
18
+ </div>
19
+ </div>
data/_layouts/post.html CHANGED
@@ -4,13 +4,13 @@ js-package: blog
4
4
  css-package: blog
5
5
  ---
6
6
  <div class="row overlay background-image {% if page.image.background-class %}{{page.image.background-class}}{% endif %}" id="jumbotron" style="background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('{% if page.image.path %}{{page.image.path}}{% else %}{{page.image}}{% endif %}');"> <!--Row -->
7
- <div id="jumbotron-content" class="flex-container">
7
+ <div id="jumbotron-content" class="flex-container">
8
8
  <div class="container flex-center" id="jumbotron-text">
9
9
  <h1 id="jumbotron-heading">{{page.title}}</h1>
10
10
  {% assign author = site.authors | where: "username", page.author | first %}
11
11
  {% assign author-url = author.url %}
12
12
  <a href="{{author-url}}">
13
- <div class="blog-author-image lazyload" data-bg="{% if author.image.path %}{{author.image.path}}{% else %}{{site.data.settings.blog.avatar_placeholder}}{% endif %}"></div>
13
+ <div class="blog-author-image lazyload" data-bg="{% if author.image_path %}{{author.image_path}}{% else %}{{site.data.settings.blog.avatar_placeholder}}{% endif %}"></div>
14
14
  </a>
15
15
  <small class="blog-author text-center">
16
16
  By
@@ -35,5 +35,5 @@ css-package: blog
35
35
  <div class="col-xs-12 col-sm-8 col-sm-offset-2 no-padding blog-sidebar ">
36
36
  {% include_cached post-sidebar.html %}
37
37
  </div>
38
- </div>
38
+ </div>
39
39
  </div>
@@ -183,4 +183,8 @@ svg#Linaro-Sprinkle .cls-4,svg#Linaro-Sprinkle .cls-5
183
183
  svg#Linaro-Sprinkle .cls-5,svg#Linaro-Sprinkle .cls-6
184
184
  {
185
185
  opacity:0.7;
186
- }
186
+ }
187
+ .row.error_page {
188
+ background-color: white;
189
+ text-align: center;
190
+ }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jumbo-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.5.6
4
+ version: 5.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-08-05 00:00:00.000000000 Z
11
+ date: 2019-08-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -369,6 +369,7 @@ files:
369
369
  - _data/settings.yml
370
370
  - _data/sidebar-nav.yml
371
371
  - _data/sticky-tab-bar.yml
372
+ - _data/tags.yml
372
373
  - _data/universal-nav.yml
373
374
  - _includes/authors-posts.html
374
375
  - _includes/blog-filler-element.html
@@ -579,6 +580,7 @@ files:
579
580
  - assets/images/content/background-image1.jpg
580
581
  - assets/images/content/background-image2.png
581
582
  - assets/images/content/background-image3.jpg
583
+ - assets/images/content/social-media-image.png
582
584
  - assets/images/favicon.ico
583
585
  - assets/images/favicon.png
584
586
  - assets/images/loading.gif