linaro-jekyll-theme 4.1.0 → 4.1.5

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: bd592e9e9ff522dd92a76d5c0e1a64ef11b009013aa73a609aacc56e86d66fb9
4
- data.tar.gz: d2ea51fe5a317c15c5eae4fcb06b73ad3ca6cc5a79ce9b8896b5f8f3c9351645
3
+ metadata.gz: aebda3dfa2e3b34d8b1db1bc8b9e98d73eb192593ed7fa888d02d92fb254fbe3
4
+ data.tar.gz: c033bf6cc27eba57e939445d9b7dad76b5c12dd76e53a72c185cc48874ed5f9c
5
5
  SHA512:
6
- metadata.gz: 39357ba76b554388a4b92def2623066dd8da55bf88be926a44f568cd3805039d0e595a3fde465b095ccba4bb17bd03d2c5dbc0ea3ade20cd1f04dfc911829ac4
7
- data.tar.gz: 9c639501e9654f80aa79d1edfe26bd9c6c152991367f1747e62370a1cf904eb87c352f6eb0a10728ae395742310e086c8ae95e0e3d28f20eb8e7778e722863a2
6
+ metadata.gz: 7a26679f41e0ac3be5512df90c097916c17e25e068b2a3ee9310a5e106b148ca081a7dcdc1d31a20c7b5fbdac3c28887e7de11ae8c2ea7337b50f1a9dcaa72ce
7
+ data.tar.gz: 456825b205913b860926d00635f23a791bef3ab2b968127649490b37ffa3fc96c23c20a326809807b5977cc8b3768a998ee74d6748a48d5c15c5d3f571a5b0cf
@@ -51,6 +51,7 @@ defaults:
51
51
  layout: post
52
52
  is_post: true
53
53
  comments: true
54
+ tags_enabled: true
54
55
  strap_image: /assets/images/breadcrumb-image.jpg
55
56
  - scope:
56
57
  path: ""
@@ -61,6 +62,8 @@ include: ["_pages"]
61
62
  # ----------- THEME / WEBSITE CONFIG ---------------------
62
63
  # Blog images/thumbs dir
63
64
  blog_images_dir: assets/images/content/
65
+ # Blog Tag limit
66
+ tag_limit: 10
64
67
  # The default number of posts to display on a given post index page
65
68
  # used in the _includes/blog/display_latest_posts.html include
66
69
  post_limit: 10
@@ -133,29 +136,24 @@ disqus:
133
136
  # Edit on GitHub Settings
134
137
  edit-on-github:
135
138
  enabled: true
136
- repo: https://www.github.com/linaro-marketing/jumbo-jekyll-theme
139
+ repo: https://www.github.com/linaro-marketing/linaro-jekyll-theme
137
140
  # docs: https://www.github.com/Linaro/website
138
141
  # Page breadcrumb schema - https://schema.org/BreadcrumbList
139
142
  breadcrumb_schema: true
140
143
  # Shema.org settings used in the schema.html include.
141
144
  schema:
142
- "@type": "Corporation"
145
+ "@context": "https://schema.org"
146
+ "@type": "Organization"
143
147
  "name": "Linaro"
144
148
  "url": "https://www.linaro.org"
149
+ "email": "contact@linaro.org"
145
150
  "logo": "https://www.linaro.org/assets/images/content/linaro-logo.png"
146
151
  "contactPoint":
147
152
  "@type": "ContactPoint"
148
153
  "telephone": "01223 400060"
149
154
  "contactType": "customer service"
150
155
  "availableLanguage": "en"
151
- "sameAs":
152
- - "https://facebook.com/LinaroOrg"
153
- - "https://twitter.com/LinaroOrg"
154
- - "https://instagram.com/LinaroOrg"
155
- - "https://www.linkedin.com/company/1026961/"
156
- - "https://youtube.com/LinaroOrg"
157
- - "https://github.com/linaro"
158
- - "https://www.linaro.org"
156
+ "sameAs": "https://www.linaro.org"
159
157
  # FESS search label
160
158
  search_label: Linaro
161
159
  # ----------- JEKYLL PLUGINS ---------------------
@@ -2,30 +2,12 @@
2
2
  copyright_text: Linaro Limited
3
3
  # Set this to false if you do not want the Linaro logo in the footer.
4
4
  footer_brand:
5
- logo: /assets/images/Linaro-logo-white.png
6
- # Social Media Icons Row
7
- social_media_icons: true
8
- # Contact Info
9
- display_contact_details: true
5
+ url: https://www.linaro.org
6
+ alt: Linaro Logo
7
+ path: /assets/images/Linaro-logo-white.png
10
8
  # These links are displayed at the very bottom of the footer.
11
9
  company_links:
12
- - name: Legal
13
- url: /legal/
14
- - name: Contact
15
- url: /contact/
16
- middle_column:
17
- title: Latest News & Blogs
18
- latest_posts: true
19
- third_column:
20
- title: Other Projects
21
- items:
22
- - name: 96Boards
23
- url: https://www.96boards.org
24
- - name: Linaro Connect
25
- url: https://connect.linaro.org
26
- - name: DeviceTree
27
- url: https://www.devicetree.org
28
- - name: OP-TEE
29
- url: https://www.op-tee.org
30
- - name: Linaro Developer Cloud
31
- url: https://www.linaro.cloud
10
+ - name: Legal
11
+ url: /legal/
12
+ - name: Contact
13
+ url: /contact/
@@ -73,6 +73,12 @@ markup_presets:
73
73
  img: 'class="lazyload img-fluid blog_content_image "'
74
74
  formats: [webp, original]
75
75
  widths: [400, 800, 1200]
76
+ members_image:
77
+ markup: data_picture
78
+ attributes:
79
+ img: 'class="lazyload img-fluid members_image "'
80
+ formats: [webp, original]
81
+ widths: [100, 200, 300, 400]
76
82
  header_image:
77
83
  markup: data_auto
78
84
  attributes:
@@ -53,12 +53,14 @@
53
53
  </div>
54
54
  <h5 class="card-title">{{post.title}}</h5>
55
55
  <h6 class="card-subtitle mb-2 text-muted">{{ post.date | date: "%A, %B %-d, %Y"}}</h6>
56
- {% assign post_tags = post.tags | split: " " %}
57
- {% for tag in post.tags %}
58
- <a class="btn bg-light text-dark btn-sm my-1" href="/{{post.category}}/tags/?tag={{tag}}">
59
- {{tag}}
60
- </a>
61
- {% endfor %}
56
+ {% if page.tags_enabled %}
57
+ {% assign post_tags = post.tags | sort %}
58
+ {% for tag in post_tags limit: site.tag_limit %}
59
+ <a class="btn bg-light text-dark btn-sm my-1" href="/{{post.category | downcase}}/tags/?tag={{tag}}">
60
+ {{tag}}
61
+ </a>
62
+ {% endfor %}
63
+ {% endif %}
62
64
  <p class="card-text">
63
65
  {% if post.description %}
64
66
  {{post.description | truncate: 184 }}
@@ -114,14 +116,16 @@
114
116
  {{ post.content | strip_html | truncatewords:30 }}
115
117
  {% endif %}
116
118
  </p>
117
- {% assign post_tags = post.tags | split: " " %}
118
- <div class="d-block mt-auto">
119
- {% for tag in post.tags %}
120
- <a class="btn bg-light text-dark btn-sm my-1" href="/{{post.category}}/tags/?tag={{tag}}">
121
- {{tag}}
122
- </a>
123
- {% endfor %}
124
- </div>
119
+ {% if page.tags_enabled %}
120
+ {% assign post_tags = post.tags | sort %}
121
+ <div class="d-block mt-auto">
122
+ {% for tag in post_tags limit: site.tag_limit %}
123
+ <a class="btn bg-light text-dark btn-sm my-1" href="/{{post.category | downcase}}/tags/?tag={{tag}}">
124
+ {{tag}}
125
+ </a>
126
+ {% endfor %}
127
+ </div>
128
+ {% endif %}
125
129
  </div>
126
130
  </div>
127
131
 
@@ -1,25 +1,29 @@
1
1
  <div class="col col-12 tags">
2
- {% for tag in site.tags %}
2
+ <div id="tag_cloud" class="d-none">
3
+ {% assign site_tags = site.tags | sort %}
4
+ {% for tag in site_tags %}
3
5
  {% for post in tag[1] %}
4
6
  {% if include.object.category %}
5
7
  {% if post.category == include.object.category %}
6
- <a class="btn btn-secondary" href="?tag={{tag[0]}}">
8
+ <a class="btn btn-secondary my-2" href="?tag={{tag[0]}}">
7
9
  {{tag[0]}}
8
10
  </a>
9
11
  {% break %}
10
12
  {% endif %}
11
13
  {% else %}
12
- <a class="btn btn-secondary" href="?tag={{tag[0]}}">
14
+ <a class="btn btn-secondary my-2" href="?tag={{tag[0]}}">
13
15
  {{tag[0]}}
14
16
  </a>
15
17
  {% break %}
16
18
  {% endif %}
17
19
  {% endfor %}
18
20
  {% endfor %}
21
+ </div>
22
+ <a type="button" class="btn btn-secondary d-none" id="view_all_tags_btn">View all tags</a>
19
23
  </div>
20
24
  <div class="col col-12 tagged_posts" id="tagged_posts">
21
25
  {% for tag in site.tags %}
22
- <div class="tag_list {{tag[0]}} d-none">
26
+ <div class="tag_list {{tag[0] | slugify}} d-none">
23
27
  <h3>{{ tag[0] }}</h3>
24
28
  <ul class="list-unstyled">
25
29
  {% for post in tag[1] %}
@@ -54,12 +54,12 @@
54
54
  {% if page.tags %}
55
55
  <meta name="keywords" content="{{page.tags | join: ", "}}">
56
56
  {% elsif page.keywords %}
57
- <meta name="keywords" content="{{page.keywords}}">
57
+ <meta name="keywords" content="{{page.keywords | join: ", "}}">
58
58
  {% endif %}
59
59
  {% include_cached components/schema.html %}
60
60
  {% if page.url != "/" and site.breadcrumb_schema %}
61
61
  <!--Breadcrumb Schema-->
62
- {% capture breadcrumb_schema %}{"@context": "https://schema.org","@type": "BreadcrumbList","itemListElement":[{% assign crumbs = page.url | remove:'/index.html' | split: '/' %}{% assign breadcrumb_path = "/" %}{% for crumb in crumbs offset: 1 %}{% assign crumb_limit = forloop.index | plus: 1 %}{% capture breadcrumb_path %}{{breadcrumb_path}}{{crumb}}/{% endcapture%}{"@type": "ListItem","position": {{forloop.index}},"item":{"@id": "{{breadcrumb_path | absolute_url}}","name": "{% assign page_data = site.pages | where: "url", breadcrumb_path | first %}{{page_data.title}}"}}{% unless forloop.last %},{% endunless %}{% endfor %}]}{% endcapture %}
62
+ {% capture breadcrumb_schema %}{"@context": "http://schema.org","@type": "Webpage", "breadcrumb": {"@context": "https://schema.org","@type": "BreadcrumbList","itemListElement":[{% assign crumbs = page.url | remove:'/index.html' | split: '/' %}{% assign breadcrumb_path = "/" %}{% for crumb in crumbs offset: 1 %}{% assign crumb_limit = forloop.index | plus: 1 %}{% capture breadcrumb_path %}{{breadcrumb_path}}{{crumb}}/{% endcapture%}{"@type": "ListItem","position": {{forloop.index}},"item":{"@id": "{{breadcrumb_path | absolute_url}}","name": "{% assign page_data = site.pages | where: "url", breadcrumb_path | first %}{% if page_data.title %}{{page_data.title}}{% else %}{{breadcrumb_path}}{% endif %}"}}{% unless forloop.last %},{% endunless %}{% endfor %}]}}{% endcapture %}
63
63
  <script type="application/ld+json">{{breadcrumb_schema | strip_newlines | strip }}</script>
64
64
  {% endif %}
65
65
  {% if page.schema %}<script type="application/ld+json">{{page.schema | jsonify }}</script>{% endif %}
@@ -35,7 +35,7 @@
35
35
  {% capture block_image_alt %}{{block.title}} image {% endcapture %}
36
36
  {% picture card_block_image {{block_image}} --alt {{block_image_alt}} %}
37
37
  {% endif %}
38
- <div class="card-body {% if block.background_image %}card-img-overlay{% else %}card-body{% endif %} {% if block.content_style %}{{block.content_style}}{% endif %}">
38
+ <div class="card-body {% if block.content_style %}{{block.content_style}}{% endif %}">
39
39
  {% if block.title %}
40
40
  <h5 class="card-title">{{block.title}}</h5>
41
41
  {% endif %}
@@ -2,7 +2,7 @@
2
2
  {% if section.format == "title" %}
3
3
  {% include flow/title.html object=section %}
4
4
  {% elsif section.format == "members" %}
5
- {% include flow/members-section.html object=section %}
5
+ {% include flow/members.html object=section %}
6
6
  {% elsif section.format == "youtube" %}
7
7
  <div class="col col-12 youtube_embed">
8
8
  {% include youtube.html url=section.url title=section.title poster_image=section.poster_image %}
@@ -0,0 +1,26 @@
1
+ {% if include.object.members_content.source %}
2
+ {% assign members = site.data[include.object.members_content.source] %}
3
+ {% else %}
4
+ {% assign members = include.object.members_content.items %}
5
+ {% endif %}
6
+ <div class="col col-12 members_section {% if include.object.style %}{{include.object.style}}{% endif %}">
7
+ <div class="row d-flex justify-content-center align-items-center">
8
+ {% for member in members %}
9
+ {% if member.image.path contains "http" %}
10
+ <div class="col col-6 col-sm-{{include.object.members_content.item_width}}">
11
+ {% if member.url %}<a href="{{member.url}}">{% endif %}
12
+ <img class="lazyload img-responsive" alt="{{member.image.alt}}"
13
+ src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="
14
+ data-src="{{member.image.path}}"/>
15
+ {% if member.url %}</a>{% endif %}
16
+ </div>
17
+ {% else %}
18
+ <div class="col col-6 col-sm-{{include.object.members_content.item_width}}">
19
+ {% if member.url %}<a href="{{member.url}}">{% endif %}
20
+ {% picture members_image {{member.image.path}} --alt {{member.image.alt}} %}
21
+ {% if member.url %}</a>{% endif %}
22
+ </div>
23
+ {% endif %}
24
+ {% endfor %}
25
+ </div>
26
+ </div>
@@ -16,9 +16,9 @@
16
16
  </div>
17
17
  {% if site.data.footer.footer_brand %}
18
18
  <div class="col col-12 text-white text-center m-t-10">
19
- <a href="{{site.url}}/">
20
- <img src="{{site.data.footer.footer_brand.logo}}" class="footer-logo mx-auto"
21
- alt="{{site.name}} Logo" />
19
+ <a href="{{site.data.footer.footer_brand.url}}/">
20
+ <img src="{{site.data.footer.footer_brand.path}}" class="footer-logo mx-auto"
21
+ alt="{{site.data.footer.footer_brand.alt}}" />
22
22
  </a>
23
23
  </div>
24
24
  {% endif %}
@@ -2,14 +2,26 @@
2
2
  layout: base
3
3
  css_package: blog
4
4
  ---
5
- <div itemscope="" itemtype="http://schema.org/BlogPosting">
5
+ <div itemscope="" itemtype="http://schema.org/BlogPosting" >
6
+ <meta itemprop="mainEntityOfPage" content="{{page.url | absolute_url}}"/>
7
+ <div itemprop="publisher" itemscope="" itemtype="http://schema.org/Organization">
8
+ <meta itemprop="name" content="{{site.schema.name}}" />
9
+ <meta itemprop="url" content="{{site.schema.url}}" />
10
+ <div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject">
11
+ <meta itemprop="url" content="{{site.schema.logo}}">
12
+ </div>
13
+ </div>
6
14
  <div class="container-fluid" >
7
15
  {% if page.strap_image %}
8
16
  <div class="row" id="image_header">
9
17
  {% assign image_path = page.strap_image %}
10
18
  {% capture image_alt %}{{page.title}} background image{% endcapture %}
11
19
  {% picture header_image {{image_path}} --alt {{image_alt}} %}
20
+ <meta itemprop="image" content="{{image_path | absolute_url}}" />
12
21
  </div>
22
+ {% else %}
23
+ {% assign image_path = page.image %}
24
+ <meta itemprop="image" content="{{image_path | absolute_url}}" />
13
25
  {% endif %}
14
26
  <div class="row">
15
27
  <div class="container">
@@ -18,7 +30,7 @@ css_package: blog
18
30
  </div>
19
31
  <div class="row bg-light">
20
32
  <div class="container">
21
- <div class="row" itemprop="author" itemscope="" itemtype="http://schema.org/Person">
33
+ <div class="row">
22
34
  <div class="col col-12 col-sm-2">
23
35
  {% assign author = site.authors | where: "username", page.author | first %}
24
36
  {% assign author-url = author.url %}
@@ -29,8 +41,9 @@ css_package: blog
29
41
  {% else %}
30
42
  {% assign author_image = site.avatar_placeholder %}
31
43
  {% endif %}
32
- <div class="d-block d-md-inline-block mx-auto my-2 m-md-2 text-md-left text-center">
33
- <a href="{{author-url}}" itemprop="url" rel="author">
44
+ <div class="d-block d-md-inline-block mx-auto my-2 m-md-2 text-md-left text-center" itemprop="author" itemscope="" itemtype="http://schema.org/Person">
45
+ <meta itemprop="name" content="{{author_name}}" />
46
+ <a href="{{author-url}}" itemprop="url" content="{{author-url | absolute_url}}">
34
47
  {% picture author_thumbnail {{author_image}} --alt {{author_image_alt}} %}
35
48
  </a>
36
49
  </div>
@@ -39,12 +52,12 @@ css_package: blog
39
52
  <div class="row">
40
53
  <div class="col col-12">
41
54
  <div class="blockquote d-block d-md-inline-block mx-2 text-md-left text-center">
42
- <strong itemprop="name" rel="author">{{author_name}}</strong>
55
+ <strong>{{author_name}}</strong>
43
56
  </div>
44
57
  <span class="divider d-none d-md-inline-block">|</span>
45
58
  <div class="post_info text-center text-md-left d-block d-md-inline-block">
46
- <div class="author_name d-inline-block mx-2">
47
- <time datetime="{{page.date}}" itemprop="datePublished">{{page.date | date: "%A, %B %-d, %Y"}}</time>
59
+ <div class="d-inline-block mx-2">
60
+ <time datetime="{{page.date}}" itemprop="datePublished dateModified" rel="BlogPosting">{{page.date | date: "%A, %B %-d, %Y"}}</time>
48
61
  </div>
49
62
  <span class="divider">|</span>
50
63
  <div class="read_time d-inline-block mx-2">
@@ -52,16 +65,18 @@ css_package: blog
52
65
  </div>
53
66
  </div>
54
67
  </div>
68
+ {% if page.tags_enabled %}
55
69
  <div class="col col-12">
56
70
  <div class="post_tags text-center text-md-left my-2 my-sm-1">
57
- {% assign post_tags = page.tags | split: " " %}
58
- {% for tag in page.tags %}
59
- <a class="btn bg-light text-dark btn-sm my-1" href="/{{page.category}}/tags/?tag={{tag}}" data-toggle="tooltip" data-placement="top" title="View {{page.category}} post tagged {{tag}}">
71
+ {% assign post_tags = page.tags | sort %}
72
+ {% for tag in post_tags %}
73
+ <a class="btn bg-light text-dark btn-sm my-1" href="/{{page.category | downcase }}/tags/?tag={{tag}}">
60
74
  {{tag}}
61
75
  </a>
62
76
  {% endfor %}
63
77
  </div>
64
78
  </div>
79
+ {% endif %}
65
80
  </div>
66
81
  </div>
67
82
  </div>
@@ -35,7 +35,14 @@
35
35
  width: 200px;
36
36
  display: block;
37
37
  float: left;
38
- margin: 0px 20px;
38
+ margin: 10px 20px;
39
+ }
40
+ }
41
+ &.small-center {
42
+ @include media-breakpoint-up(md) {
43
+ width: 200px;
44
+ display: block;
45
+ margin: 20px auto;
39
46
  }
40
47
  }
41
48
  &.medium-inline {
@@ -43,7 +50,14 @@
43
50
  width: 300px;
44
51
  display: block;
45
52
  float: left;
46
- margin: 0px 20px;
53
+ margin: 10px 20px;
54
+ }
55
+ }
56
+ &.medium-center {
57
+ @include media-breakpoint-up(md) {
58
+ width: 300px;
59
+ display: block;
60
+ margin: 20px auto;
47
61
  }
48
62
  }
49
63
  &.large-inline {
@@ -51,7 +65,14 @@
51
65
  width: 400px;
52
66
  display: block;
53
67
  float: left;
54
- margin: 0px 20px;
68
+ margin: 10px 20px;
69
+ }
70
+ }
71
+ &.large-center {
72
+ @include media-breakpoint-up(md) {
73
+ width: 400px;
74
+ display: block;
75
+ margin: 20px auto;
55
76
  }
56
77
  }
57
78
  &.right {
@@ -1,94 +1,114 @@
1
1
  #flow_wrapper {
2
- font-size: 1.2rem !important;
3
- @include media-breakpoint-only(xs){
4
- font-size: 1.1rem !important;
5
- }
6
- background-color: white;
7
- #collapseSection {
8
- .btn.btn-link {
9
- &:after {
10
- color: #666;
11
- top: 10px;
12
- right: 0px;
13
- position: absolute;
14
- margin-right: 30px;
15
- font-family: "fontello";
16
- font-size: 22px;
17
- content: "\e80f";
18
- }
19
- &.collapsed {
20
- &:after {
21
- content: "\e80e";
22
- }
23
- }
2
+ font-size: 1.2rem !important;
3
+ @include media-breakpoint-only(xs) {
4
+ font-size: 1.1rem !important;
5
+ }
6
+ background-color: white;
7
+ #collapseSection {
8
+ .btn.btn-link {
9
+ &:after {
10
+ color: #666;
11
+ top: 10px;
12
+ right: 0px;
13
+ position: absolute;
14
+ margin-right: 30px;
15
+ font-family: "fontello";
16
+ font-size: 22px;
17
+ content: "\e80f";
18
+ }
19
+ &.collapsed {
20
+ &:after {
21
+ content: "\e80e";
24
22
  }
23
+ }
24
+ }
25
+ }
26
+ .row {
27
+ padding: $flow_row_padding 0;
28
+ &.background_image_row {
29
+ overflow: hidden;
30
+ position: relative;
31
+ .header_background_image {
32
+ position: absolute;
33
+ object-fit: cover;
34
+ height: 100%;
35
+ width: 100%;
36
+ filter: brightness(0.4);
37
+ z-index: 0;
38
+ top: 0px;
39
+ }
40
+ }
41
+ & > .container > .col.col-12 {
42
+ padding: $flow_component_padding 0px;
43
+ }
44
+ .tabbed_content {
45
+ .tab-content {
46
+ margin-top: 15px;
47
+ }
25
48
  }
26
- .row {
27
- padding: $flow_row_padding 0;
28
- &.background_image_row {
29
- overflow: hidden;
30
- position: relative;
31
- .header_background_image {
32
- position: absolute;
33
- object-fit: cover;
34
- height: 100%;
35
- width: 100%;
36
- filter: brightness(0.4);
37
- z-index:0;
38
- top:0px;
39
- }
40
- }
41
- & > .container > .col.col-12 {
42
- padding: $flow_component_padding 0px;
43
- }
44
- .tabbed_content {
45
- .tab-content {
46
- margin-top: 15px;
47
- }
48
- }
49
49
 
50
- .slider_block {
51
- .item {
52
- height: 400px;
53
- overflow: hidden;
54
- img {
55
- height: 100%;
56
- width: auto;
57
- object-fit: cover;
58
- }
59
- }
50
+ .slider_block {
51
+ .item {
52
+ height: 400px;
53
+ overflow: hidden;
54
+ img {
55
+ height: 100%;
56
+ width: auto;
57
+ object-fit: cover;
60
58
  }
61
- .slider_row {
62
- .item {
63
- height: 200px;
64
- overflow: hidden;
65
- img {
66
- height: 100%;
67
- width: auto;
68
- object-fit: cover;
69
- @include media-breakpoint-down(sm){
70
- margin: auto;
71
- }
72
- }
73
- }
59
+ }
60
+ }
61
+ .slider_row {
62
+ .item {
63
+ height: 200px;
64
+ overflow: hidden;
65
+ img {
66
+ height: 100%;
67
+ width: auto;
68
+ object-fit: cover;
69
+ @include media-breakpoint-down(sm) {
70
+ margin: auto;
71
+ }
74
72
  }
73
+ }
74
+ }
75
+ }
76
+ .members_section {
77
+ img.members_image {
78
+ height: 100px;
79
+ object-fit: contain;
80
+ width: 100%;
81
+ padding: 15px;
75
82
  }
76
- .blocks {
77
- .block_column {
78
- margin-top: 15px;
83
+ }
84
+ .blocks {
85
+ .block_column {
86
+ margin-top: 15px;
87
+ }
88
+ .card {
89
+ overflow: hidden;
90
+ &.background_image {
91
+ picture {
92
+ height: 100%;
93
+ }
94
+ img {
95
+ filter: brightness(0.5);
96
+ height: 100%;
97
+ position: absolute;
98
+ left: 0;
99
+ right: 0;
100
+ top: 0;
101
+ z-index: 0;
79
102
  }
80
- .card {
81
- &.background_image {
82
- img {
83
- filter: brightness(0.5);
84
- height: 100%;
85
- }
86
- }
87
- .card-img-top {
88
- height: 150px;
89
- width: 100%;
90
- object-fit: cover;
91
- }
103
+ .card-body {
104
+ z-index: 1;
92
105
  }
106
+ }
107
+ .card-img-top {
108
+ height: 150px;
109
+ width: 100%;
110
+ object-fit: cover;
111
+ }
93
112
  }
113
+ }
94
114
  }
@@ -1,3 +1,22 @@
1
+ function slugify(string) {
2
+ const a =
3
+ "àáâäæãåāăąçćčđďèéêëēėęěğǵḧîïíīįìłḿñńǹňôöòóœøōõőṕŕřßśšşșťțûüùúūǘůűųẃẍÿýžźż·/_,:;";
4
+ const b =
5
+ "aaaaaaaaaacccddeeeeeeeegghiiiiiilmnnnnoooooooooprrsssssttuuuuuuuuuwxyyzzz------";
6
+ const p = new RegExp(a.split("").join("|"), "g");
7
+
8
+ return string
9
+ .toString()
10
+ .toLowerCase()
11
+ .replace(/\s+/g, "-") // Replace spaces with -
12
+ .replace(p, (c) => b.charAt(a.indexOf(c))) // Replace special characters
13
+ .replace(/&/g, "-and-") // Replace & with 'and'
14
+ .replace(/[^\w\-]+/g, "") // Remove all non-word characters
15
+ .replace(/\-\-+/g, "-") // Replace multiple - with single -
16
+ .replace(/^-+/, "") // Trim - from start of text
17
+ .replace(/-+$/, ""); // Trim - from end of text
18
+ }
19
+
1
20
  $(document).ready(function () {
2
21
  // Clipboard JS
3
22
  if ($("div.highlight").length > 0) {
@@ -27,27 +46,36 @@ $(document).ready(function () {
27
46
  });
28
47
  }
29
48
  // Tagged Posts
30
- if($("#tagged_posts").length > 0){
31
- var getUrlParameter = (sParam) => {
49
+ if ($("#tagged_posts").length > 0) {
50
+ var getUrlParameter = (sParam) => {
32
51
  var sPageURL = window.location.search.substring(1),
33
- sURLVariables = sPageURL.split('&'),
34
- sParameterName,
35
- i;
36
-
52
+ sURLVariables = sPageURL.split("&"),
53
+ sParameterName,
54
+ i;
55
+
37
56
  for (i = 0; i < sURLVariables.length; i++) {
38
- sParameterName = sURLVariables[i].split('=');
39
-
40
- if (sParameterName[0] === sParam) {
41
- return sParameterName[1] === undefined ? true : decodeURIComponent(sParameterName[1]);
42
- }
57
+ sParameterName = sURLVariables[i].split("=");
58
+
59
+ if (sParameterName[0] === sParam) {
60
+ return sParameterName[1] === undefined
61
+ ? true
62
+ : decodeURIComponent(sParameterName[1]);
63
+ }
43
64
  }
44
65
  };
45
- var tag = getUrlParameter('tag');
46
- if(tag !== undefined){
66
+ var tag = getUrlParameter("tag");
67
+ if (tag !== undefined) {
47
68
  console.log(tag);
48
69
  $(".tag_list").addClass("d-none");
49
- $(`.tag_list.${tag}`).addClass("d-block");
50
- $(this).html(tag)
70
+ $(`.tag_list.${slugify(tag)}`).addClass("d-block");
71
+ $(`#tag_cloud`).addClass("d-none");
72
+ $(`#view_all_tags_btn`).addClass("d-inline-block");
73
+ $(this).html(tag);
74
+ $("#view_all_tags_btn").on("click", function () {
75
+ window.location.replace(window.location.pathname);
76
+ });
77
+ } else {
78
+ $(`#tag_cloud`).removeClass("d-none");
51
79
  }
52
80
  }
53
81
  if ($("#jumbotron-slider").length > 0) {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: linaro-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.0
4
+ version: 4.1.5
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-10-30 00:00:00.000000000 Z
11
+ date: 2020-11-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -205,7 +205,7 @@ files:
205
205
  - _includes/flow/flow_inner.html
206
206
  - _includes/flow/full_width_row.html
207
207
  - _includes/flow/image.html
208
- - _includes/flow/members-section.html
208
+ - _includes/flow/members.html
209
209
  - _includes/flow/slider.html
210
210
  - _includes/flow/slider_row.html
211
211
  - _includes/flow/tabbed_content.html
@@ -1,24 +0,0 @@
1
- {% if include.object.members_content.members_content.source %}
2
- {% assign members = site.data[include.object.members_content.source] %}
3
- {% else %}
4
- {% assign members = include.object.members_content.items %}
5
- {% endif %}
6
- <div class="members_section {% if include.object.style %}{{include.object.style}}{% endif %}">
7
- {% for member in members %}
8
- {% if member.url %}<a href="{{member.url}}">{% endif %}
9
- {% if member.image.path contains "http" %}
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
- data-src="{{member.image.path}}"/>
14
- </div>
15
- {% else %}
16
- {% assign image_path = member.image.path %}
17
- {% assign full_path = member.image.path %}
18
- <div class="col-xs-6 col-sm-{{include.object.members_content.item_width}}">
19
- <!--TODO picture-->
20
- </div>
21
- {% endif %}
22
- {% if member.url %}</a>{% endif %}
23
- {% endfor %}
24
- </div>