jumbo-jekyll-theme 5.7.0 → 5.7.0.1
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/_config.yml +42 -1
- data/_includes/blog/disqus_comments.html +1 -2
- data/_includes/blog/post_sidebar.html +3 -10
- data/_includes/components/breadcrumb.html +0 -3
- data/_includes/components/github_edit.html +21 -48
- data/_includes/components/head.html +2 -1
- data/_includes/components/schema.html +1 -43
- data/_includes/footer/footer.html +3 -0
- data/_includes/js_bundles/app.html +0 -1
- data/_includes/js_bundles/vendor.html +0 -1
- data/_includes/nav/nav.html +1 -1
- data/_includes/social_media_icons.html +10 -14
- data/_layouts/base.html +0 -1
- metadata +2 -39
- data/_data/settings.yml +0 -97
- data/_data/sidebar-nav.yml +0 -23
- data/_data/sticky-tab-bar.yml +0 -29
- data/_data/tags.yml +0 -11
- data/_includes/blog/post_tags.html +0 -9
- data/assets/css/main-blog.scss +0 -15
- data/assets/css/main-error.scss +0 -14
- data/assets/css/main-search.scss +0 -14
- data/assets/images/placeholder.png +0 -0
- data/assets/js/app/scroll-to-anchors.js +0 -11
- data/assets/js/app/sticky-tab-bar.js +0 -68
- data/assets/js/app/tables.js +0 -35
- data/assets/js/vendor/bootstrap-multiselect.js +0 -1776
- data/assets/js/vendor/cognito.js +0 -11
- data/assets/js/vendor/disqus-loader.js +0 -87
- data/assets/js/vendor/fess-ss.min.js +0 -24
- data/assets/js/vendor/jquery.doubleScroll.js +0 -128
- data/assets/js/vendor/jquery.rss.js +0 -333
- data/assets/js/vendor/jquery.slim.js +0 -8842
- data/assets/js/vendor/jquery.validate.js +0 -1601
- data/assets/js/vendor/loadCSS.js +0 -35
- data/assets/js/vendor/picturefill.js +0 -1471
- data/assets/js/vendor/shuffle.js +0 -2004
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1162da58ba9f5d52a53e344e7827089d4220a9341986680fe41f01e96a8e8464
|
|
4
|
+
data.tar.gz: 599c111bbd2c1c38ef72c460e2fb5223f0beda1f996d2a8d75d2f072ce21c470
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a7cb372cb51cc155e608057b866031f18c7e60346fe0b890249882fe7675fd9f0e892ce5401b5cedcf04a636b81d549733374a6fe8ac5e1c7b2d194e79f06857
|
|
7
|
+
data.tar.gz: 1f933cb978c8befa2e528f637318369b335056c401333b084999f65dc19a19fdfd48b9fbddeb430c383e7be4c8b1d473bfe669ae8359b71c388f1d461f6e6625
|
data/_config.yml
CHANGED
|
@@ -30,7 +30,6 @@ sass:
|
|
|
30
30
|
load_paths:
|
|
31
31
|
- assets/css
|
|
32
32
|
plugins:
|
|
33
|
-
- jekyll-seo-tag
|
|
34
33
|
- japr
|
|
35
34
|
- jekyll_picture_tag
|
|
36
35
|
- jekyll-tidy
|
|
@@ -95,6 +94,48 @@ blog_filler_element: blog/blog_filler_element.html
|
|
|
95
94
|
avatar_placeholder: /assets/images/avatar-placeholder.jpg
|
|
96
95
|
# Blog Post Image Placholder
|
|
97
96
|
post_placeholder: /assets/images/test/background-image1.jpg
|
|
97
|
+
# Social Media Links
|
|
98
|
+
social_media_channels:
|
|
99
|
+
github:
|
|
100
|
+
url: https://github.com/Linaro
|
|
101
|
+
linkedin:
|
|
102
|
+
url: https://www.linkedin.com/company/1026961
|
|
103
|
+
facebook:
|
|
104
|
+
url: http://facebook.com/LinaroOrg
|
|
105
|
+
youtube:
|
|
106
|
+
url: https://www.youtube.com/linaroorg
|
|
107
|
+
twitter:
|
|
108
|
+
url: https://twitter.com/linaroorg
|
|
109
|
+
# Disqus Comments Setup
|
|
110
|
+
disqus:
|
|
111
|
+
enabled: true
|
|
112
|
+
shortname: http-www-jumbojekyll-co-uk
|
|
113
|
+
# Edit on GitHub Settings
|
|
114
|
+
edit-on-github:
|
|
115
|
+
enabled: true
|
|
116
|
+
repo: https://www.github.com/linaro-marketing/jumbo-jekyll-theme
|
|
117
|
+
# docs: https://www.github.com/Linaro/website
|
|
118
|
+
# Shema.org settings used in the schema.html include.
|
|
119
|
+
schema:
|
|
120
|
+
"@type": "Corporation"
|
|
121
|
+
"name": "Linaro"
|
|
122
|
+
"url": "https://www.linaro.org"
|
|
123
|
+
"logo": "https://www.linaro.org/assets/images/content/linaro-logo.png"
|
|
124
|
+
"contactPoint":
|
|
125
|
+
"@type": "ContactPoint"
|
|
126
|
+
"telephone": "01223 400060"
|
|
127
|
+
"contactType": "customer service"
|
|
128
|
+
"availableLanguage": "en"
|
|
129
|
+
"sameAs":
|
|
130
|
+
- "https://facebook.com/LinaroOrg"
|
|
131
|
+
- "https://twitter.com/LinaroOrg"
|
|
132
|
+
- "https://instagram.com/LinaroOrg"
|
|
133
|
+
- "https://www.linkedin.com/company/1026961/"
|
|
134
|
+
- "https://youtube.com/LinaroOrg"
|
|
135
|
+
- "https://github.com/linaro"
|
|
136
|
+
- "https://www.linaro.org"
|
|
137
|
+
# FESS search label
|
|
138
|
+
search_label: Linaro
|
|
98
139
|
# ----------- JEKYLL PLUGINS ---------------------
|
|
99
140
|
# -------- jekyll-tidy --------
|
|
100
141
|
jekyll_tidy:
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
console.log(comment.text);
|
|
11
11
|
}];
|
|
12
12
|
};
|
|
13
|
-
var disqus_shortname = '{{ site.
|
|
13
|
+
var disqus_shortname = '{{ site.disqus.shortname }}';
|
|
14
14
|
var disqus_developer = 0; // developer mode is on
|
|
15
15
|
(function() {
|
|
16
16
|
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
|
|
@@ -22,4 +22,3 @@
|
|
|
22
22
|
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
|
|
23
23
|
</section>
|
|
24
24
|
{% endunless %}
|
|
25
|
-
|
|
@@ -38,7 +38,9 @@
|
|
|
38
38
|
{% endfor %}
|
|
39
39
|
</ul>
|
|
40
40
|
</div>
|
|
41
|
-
|
|
41
|
+
{% comment %}
|
|
42
|
+
Other Posts
|
|
43
|
+
{% endcomment %}
|
|
42
44
|
<div class="col col-12 my-5 suggested_posts">
|
|
43
45
|
<h3>Other Posts</h3>
|
|
44
46
|
<ul class="list-unstyled">
|
|
@@ -70,12 +72,3 @@
|
|
|
70
72
|
{% endfor %}
|
|
71
73
|
</ul>
|
|
72
74
|
</div>
|
|
73
|
-
|
|
74
|
-
{% comment %}
|
|
75
|
-
Other Posts
|
|
76
|
-
{% endcomment %}
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
{% if site.data.settings.blog.sidebar.custom-include %}
|
|
80
|
-
{% include {{site.data.settings.blog.sidebar.custom-include}} %}
|
|
81
|
-
{% endif %}
|
|
@@ -2,9 +2,6 @@
|
|
|
2
2
|
{% assign iterator = 2 %}
|
|
3
3
|
{% assign breadcrumb-path = "/" %}
|
|
4
4
|
<nav aria-label="breadcrumb" id="breadcrumb">
|
|
5
|
-
{% if site.data.settings.breadcrumb.image %}
|
|
6
|
-
{{site.data.settings.breadcrumb.image}}
|
|
7
|
-
{% endif %}
|
|
8
5
|
<div class="container">
|
|
9
6
|
<h1>{{page.title}}</h1>
|
|
10
7
|
<ol class="breadcrumb" itemscope itemtype="http://schema.org/BreadcrumbList">
|
|
@@ -1,62 +1,35 @@
|
|
|
1
1
|
{% unless page.edit-on-github == "false" %}
|
|
2
|
-
{% if site.
|
|
2
|
+
{% if site.edit-on-github.enabled and site.edit-on-github.repo %}
|
|
3
3
|
{% assign page_base = include.pagePermalink | split:"/" %}
|
|
4
4
|
{% assign page-path = include.pagePath | replace: " ", "" %}
|
|
5
5
|
{% if page_base[1] == "blog" %}
|
|
6
|
-
{% elsif page_base[1] == "documentation" and site.
|
|
7
|
-
{% capture github-home %}{{site.
|
|
8
|
-
{% capture github-docs %}{{site.
|
|
6
|
+
{% elsif page_base[1] == "documentation" and site.edit-on-github.docs %}
|
|
7
|
+
{% capture github-home %}{{site.edit-on-github.docs}}{% endcapture %}
|
|
8
|
+
{% capture github-docs %}{{site.edit-on-github.docs}}/tree/master/{% endcapture %}
|
|
9
9
|
{% capture report-issue-link %}
|
|
10
10
|
{{github-home}}/issues/new?title=Problem+with+{{page-path}}&body=Please+enter+some+details+about+the+bug/issue+so+we+can+promptly+resolve+it.+%0D%0AURL%3A++{{site.url}}{{page.url}}
|
|
11
|
-
{% endcapture %}
|
|
11
|
+
{% endcapture %}
|
|
12
12
|
{% capture edit-me-link %}{{github-docs}}{{page-path}}{% endcapture %}
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
<
|
|
16
|
-
|
|
17
|
-
<a type="button" href="{{github-home}}" class="btn btn-default github_control_btn btn-buy" id="github_home">
|
|
18
|
-
<i class="icon-github-circled center-block"></i>
|
|
19
|
-
</a>
|
|
20
|
-
<a type="button" href="{{report-issue-link}}" class="btn btn-default github_control_btn btn-buy" id="submit_issue">
|
|
21
|
-
<span class="top-text">Report</span>
|
|
22
|
-
<span class="bottom-text">an Issue</span>
|
|
23
|
-
</a>
|
|
24
|
-
<a type="button" href="{{edit-me-link | replace: " ", "" }}" class="btn btn-default github_control_btn btn-buy" id="edit_on_github">
|
|
25
|
-
<span class="top-text">Edit</span>
|
|
26
|
-
<span class="bottom-text">on Github</span>
|
|
27
|
-
</a>
|
|
28
|
-
</div>
|
|
29
|
-
|
|
30
|
-
</div>
|
|
13
|
+
<div class="btn-group my-4" role="group" aria-label="Basic example" id="github_controls">
|
|
14
|
+
<button type="button" class="btn btn-secondary" href="{{github-home}}" id="github_home"><i class="icon-github-circled center-block"></i></button>
|
|
15
|
+
<button type="button" class="btn btn-secondary" href="{{report-issue-link}}" id="submit_issue">Report an Issue</button>
|
|
16
|
+
<button href="{{edit-me-link | replace: " ", "" }}" type="button" class="btn btn-secondary" id="edit_on_github">Edit on GitHub</button>
|
|
31
17
|
</div>
|
|
32
|
-
</div>
|
|
33
18
|
{% else %}
|
|
34
|
-
{% capture github-home %}{{site.
|
|
35
|
-
{% capture github-docs %}{{site.
|
|
19
|
+
{% capture github-home %}{{site.edit-on-github.repo}}{% endcapture %}
|
|
20
|
+
{% capture github-docs %}{{site.edit-on-github.repo}}/tree/master/{% endcapture %}
|
|
36
21
|
{% capture report-issue-link %}
|
|
37
|
-
{{site.
|
|
38
|
-
{% endcapture %}
|
|
22
|
+
{{site.edit-on-github.repo}}/issues/new?title=Problem+with+{{page-path}}&body=Please+enter+some+details+about+the+bug/issue+so+we+can+promptly+resolve+it.+%0D%0AURL%3A++{{site.url}}{{page.url}}
|
|
23
|
+
{% endcapture %}
|
|
39
24
|
{% capture edit-me-link %}{{github-docs}}{{page-path}}{% endcapture %}
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
<a type="button" href="{{report-issue-link}}" class="btn btn-default github_control_btn btn-buy" id="submit_issue">
|
|
48
|
-
<span class="top-text">Report</span>
|
|
49
|
-
<span class="bottom-text">an Issue</span>
|
|
50
|
-
</a>
|
|
51
|
-
<a type="button" href="{{edit-me-link | replace: " ", "" }}" class="btn btn-default github_control_btn btn-buy" id="edit_on_github">
|
|
52
|
-
<span class="top-text">Edit</span>
|
|
53
|
-
<span class="bottom-text">on Github</span>
|
|
54
|
-
</a>
|
|
55
|
-
</div>
|
|
56
|
-
|
|
57
|
-
</div>
|
|
25
|
+
<div class="btn-group my-4" role="group" aria-label="Basic example" id="github_controls">
|
|
26
|
+
<button type="button" class="btn btn-secondary" href="{{github-home}}" id="github_home"><i
|
|
27
|
+
class="icon-github-circled center-block"></i></button>
|
|
28
|
+
<button type="button" class="btn btn-secondary" href="{{report-issue-link}}" id="submit_issue">Report an
|
|
29
|
+
Issue</button>
|
|
30
|
+
<button href="{{edit-me-link | replace: " ", "" }}" type="button" class="btn btn-secondary"
|
|
31
|
+
id="edit_on_github">Edit on GitHub</button>
|
|
58
32
|
</div>
|
|
59
|
-
</div>
|
|
60
33
|
{% endif %}
|
|
61
34
|
{% endif %}
|
|
62
|
-
{% endunless %}
|
|
35
|
+
{% endunless %}
|
|
@@ -56,5 +56,6 @@
|
|
|
56
56
|
{% if page.keywords %}
|
|
57
57
|
<meta name="keywords" content="{{page.keywords}}">
|
|
58
58
|
{% endif %}
|
|
59
|
-
{% include_cached components/schema.html
|
|
59
|
+
{% include_cached components/schema.html %}
|
|
60
|
+
{% if page.schema %}<script type="application/ld+json">{{page.schema | jsonify }}</script>{% endif %}
|
|
60
61
|
</head>
|
|
@@ -1,43 +1 @@
|
|
|
1
|
-
<script type="application/ld+json">
|
|
2
|
-
{
|
|
3
|
-
"@context": "http://schema.org",
|
|
4
|
-
"@graph": [
|
|
5
|
-
{
|
|
6
|
-
"@context" : "http://schema.org",
|
|
7
|
-
"@type" : "Organization",
|
|
8
|
-
"name" : "{{site.data.settings.schema.organisation.name}}",
|
|
9
|
-
"url" : "{{site.data.settings.schema.organisation.url}}",
|
|
10
|
-
"sameAs" : [
|
|
11
|
-
{% for social_media_channel in site.data.settings.social_media_channels %}
|
|
12
|
-
{{social_media_channel.url}}{% unless forloop.last %},{% endunless%}
|
|
13
|
-
{% endfor %}
|
|
14
|
-
],
|
|
15
|
-
"address": {
|
|
16
|
-
"@type": "PostalAddress",
|
|
17
|
-
"streetAddress": "{{site.data.settings.schema.organisation.address.street}}",
|
|
18
|
-
"addressLocality": "{{site.data.settings.schema.organisation.address.town}}",
|
|
19
|
-
"addressRegion": "{{site.data.settings.schema.organisation.address.county}}",
|
|
20
|
-
"postalCode": "{{site.data.settings.schema.organisation.address.post_code}}",
|
|
21
|
-
"addressCountry": "{{site.data.settings.schema.organisation.address.country_code}}"
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
{% if include.is_post %}
|
|
25
|
-
{% assign author = site.data.authors | where: "name", include.included_page.author | first %}
|
|
26
|
-
,{
|
|
27
|
-
"@type": "BlogPosting",
|
|
28
|
-
"headline": "{{include.included_page.title}}",
|
|
29
|
-
"image": "{{site.url}}{{include.included_page.image.path}}",
|
|
30
|
-
"keywords": "{{include.included_page.keywords}}",
|
|
31
|
-
"wordcount": "{{include.included_page.content | number_of_words }}",
|
|
32
|
-
"url": "{{include.included_page.url}}",
|
|
33
|
-
"datePublished": "{{include.included_page.date}}",
|
|
34
|
-
"description": "{% if include.included_page.description %}{{include.included_page.description}}{% else %}{{include.included_page.excerpt }}{% endif %}",
|
|
35
|
-
"articleBody": "{{include.included_page.content}}",
|
|
36
|
-
"author": {
|
|
37
|
-
"@type": "Person",
|
|
38
|
-
"name": "{% if author.name %}{{author.name}}{% else %}{{include.included_page.author}}{% endif %}"
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
{% endif %}
|
|
42
|
-
]}
|
|
43
|
-
</script>
|
|
1
|
+
<script type="application/ld+json">{{site.schema | jsonify }}</script>
|
|
@@ -51,6 +51,9 @@
|
|
|
51
51
|
<div class="row strip p-t-20 p-b-20">
|
|
52
52
|
<div class="container">
|
|
53
53
|
<div class="row">
|
|
54
|
+
<div class="col col-12 text-center">
|
|
55
|
+
{% include components/github_edit.html pagePath=page.path pagePermalink=page.permalink %}
|
|
56
|
+
</div>
|
|
54
57
|
<div class="col col-12 text-white text-center">
|
|
55
58
|
<span class="copyright">Copyright © {{ 'now' | date: "%Y" }} {{site.data.footer.copyright_text}}</span>
|
|
56
59
|
{% for link in site.data.footer.company_links %}
|
|
@@ -7,7 +7,6 @@
|
|
|
7
7
|
- /assets/js/vendor/lazysizes.js
|
|
8
8
|
- /assets/js/vendor/owl.carousel.js
|
|
9
9
|
- /assets/js/vendor/ls.unveilhooks.js
|
|
10
|
-
- /assets/js/vendor/jquery.doubleScroll.js
|
|
11
10
|
- /assets/js/vendor/featherlight.js
|
|
12
11
|
- /assets/js/vendor/clipboard.min.js
|
|
13
12
|
{% endjavascript_asset_tag %}
|
data/_includes/nav/nav.html
CHANGED
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
<form class="form-inline flex-nowrap" action="/search/" method="GET" target="_self" id="search_form">
|
|
122
122
|
<input class="form-control border-0" name="q" type="search" placeholder="Search..." aria-label="Search">
|
|
123
123
|
<button class="btn btn-outline-primary border-0" type="submit">Search</button>
|
|
124
|
-
<input type="hidden" name="fields.label" value="{{ site.
|
|
124
|
+
<input type="hidden" name="fields.label" value="{{ site.search_label }}">
|
|
125
125
|
</form>
|
|
126
126
|
</div>
|
|
127
127
|
</li>
|
|
@@ -1,24 +1,20 @@
|
|
|
1
|
-
{% if site.
|
|
2
|
-
<a href="https://twitter.com/{{site.
|
|
1
|
+
{% if site.social_media_channels.twitter %}
|
|
2
|
+
<a href="https://twitter.com/{{site.social_media_channels.twitter.url}}" class="btn btn-social-icon"><i
|
|
3
3
|
class="icon-twitter"></i></a>
|
|
4
4
|
{% endif %}
|
|
5
|
-
{% if site.
|
|
6
|
-
<a href="http://facebook.com/{{site.
|
|
5
|
+
{% if site.social_media_channels.facebook %}
|
|
6
|
+
<a href="http://facebook.com/{{site.social_media_channels.facebook.url}}" class="btn btn-social-icon"><i
|
|
7
7
|
class="icon-facebook"></i></a>
|
|
8
8
|
{% endif %}
|
|
9
|
-
{% if site.
|
|
10
|
-
<a href="https://www.linkedin.com/company/{{site.
|
|
9
|
+
{% if site.social_media_channels.linkedin %}
|
|
10
|
+
<a href="https://www.linkedin.com/company/{{site.social_media_channels.linkedin.url}}" class="btn btn-social-icon"><i
|
|
11
11
|
class="icon-linkedin"></i></a>
|
|
12
12
|
{% endif %}
|
|
13
|
-
{% if site.
|
|
14
|
-
<a href="https://www.youtube.com/{{site.
|
|
13
|
+
{% if site.social_media_channels.youtube %}
|
|
14
|
+
<a href="https://www.youtube.com/{{site.social_media_channels.youtube.url}}" class="btn btn-social-icon"><i
|
|
15
15
|
class="icon-youtube"></i></a>
|
|
16
16
|
{% endif %}
|
|
17
|
-
{% if site.
|
|
18
|
-
<a href="https://github.com/{{site.
|
|
17
|
+
{% if site.social_media_channels.github %}
|
|
18
|
+
<a href="https://github.com/{{site.social_media_channels.github.url}}" class="btn btn-social-icon"><i
|
|
19
19
|
class="icon-github-circled"></i></a>
|
|
20
20
|
{% endif %}
|
|
21
|
-
{% if site.data.settings.google_plus_username %}
|
|
22
|
-
<a href="https://plus.google.com/{{site.data.settings.google_plus_username}}/posts" class="btn btn-social-icon"><i
|
|
23
|
-
class="icon-gplus"></i></a>
|
|
24
|
-
{% endif %}
|
data/_layouts/base.html
CHANGED
|
@@ -7,7 +7,6 @@
|
|
|
7
7
|
<div id="wrapper" class="main">
|
|
8
8
|
{% include_cached nav/nav.html pageUrl=page.url %}
|
|
9
9
|
{{content}}
|
|
10
|
-
{% include components/github_edit.html pagePath=page.path pagePermalink=page.permalink %}
|
|
11
10
|
{% include_cached footer/footer.html %}
|
|
12
11
|
</div>
|
|
13
12
|
{% include components/javascript.html %}
|
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.7.0
|
|
4
|
+
version: 5.7.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kyle Kirkby
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-03-
|
|
11
|
+
date: 2020-03-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -38,20 +38,6 @@ dependencies:
|
|
|
38
38
|
- - '='
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: 0.2.0
|
|
41
|
-
- !ruby/object:Gem::Dependency
|
|
42
|
-
name: jekyll-seo-tag
|
|
43
|
-
requirement: !ruby/object:Gem::Requirement
|
|
44
|
-
requirements:
|
|
45
|
-
- - "~>"
|
|
46
|
-
- !ruby/object:Gem::Version
|
|
47
|
-
version: '2.2'
|
|
48
|
-
type: :runtime
|
|
49
|
-
prerelease: false
|
|
50
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
51
|
-
requirements:
|
|
52
|
-
- - "~>"
|
|
53
|
-
- !ruby/object:Gem::Version
|
|
54
|
-
version: '2.2'
|
|
55
41
|
- !ruby/object:Gem::Dependency
|
|
56
42
|
name: jekyll_picture_tag
|
|
57
43
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -177,10 +163,6 @@ files:
|
|
|
177
163
|
- _data/footer.yml
|
|
178
164
|
- _data/nav.yml
|
|
179
165
|
- _data/picture.yml
|
|
180
|
-
- _data/settings.yml
|
|
181
|
-
- _data/sidebar-nav.yml
|
|
182
|
-
- _data/sticky-tab-bar.yml
|
|
183
|
-
- _data/tags.yml
|
|
184
166
|
- _data/universal_nav.yml
|
|
185
167
|
- _includes/blog/authors_posts.html
|
|
186
168
|
- _includes/blog/blog_filler_element.html
|
|
@@ -190,7 +172,6 @@ files:
|
|
|
190
172
|
- _includes/blog/pagination.html
|
|
191
173
|
- _includes/blog/post_series.html
|
|
192
174
|
- _includes/blog/post_sidebar.html
|
|
193
|
-
- _includes/blog/post_tags.html
|
|
194
175
|
- _includes/blog/read_time.html
|
|
195
176
|
- _includes/components/breadcrumb.html
|
|
196
177
|
- _includes/components/carousel_header.html
|
|
@@ -345,9 +326,6 @@ files:
|
|
|
345
326
|
- _sass/core/owl.theme.default.min.scss
|
|
346
327
|
- _sass/core/syntax.scss
|
|
347
328
|
- _sass/core/theme.scss
|
|
348
|
-
- assets/css/main-blog.scss
|
|
349
|
-
- assets/css/main-error.scss
|
|
350
|
-
- assets/css/main-search.scss
|
|
351
329
|
- assets/css/main.scss
|
|
352
330
|
- assets/fonts/fontello/fontello.eot
|
|
353
331
|
- assets/fonts/fontello/fontello.svg
|
|
@@ -372,37 +350,22 @@ files:
|
|
|
372
350
|
- assets/images/loading.gif
|
|
373
351
|
- assets/images/next.png
|
|
374
352
|
- assets/images/owl.video.play.png
|
|
375
|
-
- assets/images/placeholder.png
|
|
376
353
|
- assets/images/prev.png
|
|
377
354
|
- assets/images/social-media-image.png
|
|
378
355
|
- assets/js/app/custom.js
|
|
379
356
|
- assets/js/app/main.js
|
|
380
|
-
- assets/js/app/scroll-to-anchors.js
|
|
381
|
-
- assets/js/app/sticky-tab-bar.js
|
|
382
|
-
- assets/js/app/tables.js
|
|
383
357
|
- assets/js/bootstrap.js.map
|
|
384
358
|
- assets/js/popper.min.js.map
|
|
385
359
|
- assets/js/vendor/_popper.js
|
|
386
|
-
- assets/js/vendor/bootstrap-multiselect.js
|
|
387
360
|
- assets/js/vendor/bootstrap.js
|
|
388
361
|
- assets/js/vendor/clipboard.min.js
|
|
389
|
-
- assets/js/vendor/cognito.js
|
|
390
|
-
- assets/js/vendor/disqus-loader.js
|
|
391
362
|
- assets/js/vendor/featherlight.js
|
|
392
|
-
- assets/js/vendor/fess-ss.min.js
|
|
393
363
|
- assets/js/vendor/jquery.cookie.js
|
|
394
|
-
- assets/js/vendor/jquery.doubleScroll.js
|
|
395
364
|
- assets/js/vendor/jquery.ihavecookies.js
|
|
396
365
|
- assets/js/vendor/jquery.js
|
|
397
|
-
- assets/js/vendor/jquery.rss.js
|
|
398
|
-
- assets/js/vendor/jquery.slim.js
|
|
399
|
-
- assets/js/vendor/jquery.validate.js
|
|
400
366
|
- assets/js/vendor/lazysizes.js
|
|
401
|
-
- assets/js/vendor/loadCSS.js
|
|
402
367
|
- assets/js/vendor/ls.unveilhooks.js
|
|
403
368
|
- assets/js/vendor/owl.carousel.js
|
|
404
|
-
- assets/js/vendor/picturefill.js
|
|
405
|
-
- assets/js/vendor/shuffle.js
|
|
406
369
|
- robots.txt
|
|
407
370
|
homepage: https://github.com/linaro-marketing/jumbo-jekyll-theme/
|
|
408
371
|
licenses:
|
data/_data/settings.yml
DELETED
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
# Custom Favicon
|
|
2
|
-
favicon: /assets/images/favicon.png
|
|
3
|
-
# Placeholder for Missing Images
|
|
4
|
-
placeholder: /assets/images/placeholder.png
|
|
5
|
-
# Support for http2 push features
|
|
6
|
-
http2: false
|
|
7
|
-
# Ascii Art
|
|
8
|
-
ascii-art: ascii-art.html
|
|
9
|
-
# Hide the last modified page date from showing
|
|
10
|
-
hide_last_modified: true
|
|
11
|
-
# Footer Newsletter toggle.
|
|
12
|
-
newsletter:
|
|
13
|
-
enabled: true
|
|
14
|
-
url: https://96boards.us3.list-manage.com/subscribe/post?u=14baaae786342d0d405ee59c2&id=e3d2abc041
|
|
15
|
-
tags_enabled: true
|
|
16
|
-
# Blog setup
|
|
17
|
-
blog:
|
|
18
|
-
# Filler element include
|
|
19
|
-
filler-element: blog-filler-element.html
|
|
20
|
-
tags_page: /blog/tags/
|
|
21
|
-
# Show Thumbnails in the post index
|
|
22
|
-
show_thumbnails: true
|
|
23
|
-
# Avatar Placeholder
|
|
24
|
-
avatar_placeholder: /assets/images/avatar-placeholder.jpg
|
|
25
|
-
# Reading time
|
|
26
|
-
reading_time: true
|
|
27
|
-
# Toggle site wide comments display.
|
|
28
|
-
comments: true
|
|
29
|
-
# Post Side Bar Settings
|
|
30
|
-
sidebar:
|
|
31
|
-
# custom-include: blog-sidebar-include.html
|
|
32
|
-
display-on-posts: true
|
|
33
|
-
display-on-index: true
|
|
34
|
-
# Toggle whether or not thumbnails in the sidebar are displayed.
|
|
35
|
-
display_thumbnails: true
|
|
36
|
-
# Display other posts contained in _posts
|
|
37
|
-
other-posts:
|
|
38
|
-
display: true
|
|
39
|
-
count: 4
|
|
40
|
-
# Display Related posts based on tags / categories
|
|
41
|
-
related-posts:
|
|
42
|
-
display: true
|
|
43
|
-
count: 5
|
|
44
|
-
# Display the most recent posts
|
|
45
|
-
most-recent-posts:
|
|
46
|
-
display: true
|
|
47
|
-
count: 5
|
|
48
|
-
# Google Anayltics Setup
|
|
49
|
-
#google_analytics:
|
|
50
|
-
# production: UA-XXXXXXX-1
|
|
51
|
-
# staging: UA-XXXXXXX-1
|
|
52
|
-
# Shema.org settings used in the schema.html include.
|
|
53
|
-
# schema:
|
|
54
|
-
# enabled: true
|
|
55
|
-
# organisation:
|
|
56
|
-
# name: Linaro
|
|
57
|
-
# url: https://www.linaro.org
|
|
58
|
-
# sameAs:
|
|
59
|
-
# - https://twitter.com/linaroorg
|
|
60
|
-
# - https://www.facebook.com/LinaroOrg
|
|
61
|
-
# - https://www.linkedin.com/company/1026961/
|
|
62
|
-
# - https://plus.google.com/+LinaroOnAir
|
|
63
|
-
# - https://github.com/Linaro
|
|
64
|
-
# - https://www.slideshare.net/linaroorg
|
|
65
|
-
# address:
|
|
66
|
-
# street: Harston Mill, Royston Rd
|
|
67
|
-
# town: Harston
|
|
68
|
-
# county: Cambridge
|
|
69
|
-
# post_code: CB22 7GG
|
|
70
|
-
# country_code: UK
|
|
71
|
-
# Disqus Comments
|
|
72
|
-
disqus:
|
|
73
|
-
enabled: true
|
|
74
|
-
shortname: http-www-jumbojekyll-co-uk
|
|
75
|
-
# # Mailchimp settings
|
|
76
|
-
mailchimp:
|
|
77
|
-
enabled: true
|
|
78
|
-
id: af6cf590b0
|
|
79
|
-
# # Breadcrumb Settings
|
|
80
|
-
# breadcrumb:
|
|
81
|
-
# image: breadcrumb-image.jpg
|
|
82
|
-
|
|
83
|
-
# edit-on-github:
|
|
84
|
-
# enabled: true
|
|
85
|
-
# repo: https://www.github.com/Linaro/website
|
|
86
|
-
# docs: https://www.github.com/Linaro/website
|
|
87
|
-
# Jekyll social media site settings. Github, LinkedIn, Google+, Facebook and Youtube
|
|
88
|
-
github_username: Linaro
|
|
89
|
-
linkedin_username: 1026961
|
|
90
|
-
# google_plus_username: +LinaroOnAir
|
|
91
|
-
facebook_username: LinaroOrg
|
|
92
|
-
youtube_username: linaroorg
|
|
93
|
-
twitter_username: linaroorg
|
|
94
|
-
# slideshare_username: linaroorg
|
|
95
|
-
#
|
|
96
|
-
# Default Social Media share image location
|
|
97
|
-
social_share_image: /assets/images/social-media-image.png
|