linaro-jekyll-theme 5.0.0 → 5.0.1
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 -2
- data/_data/ja/translations.yml +37 -0
- data/_data/translations.yml +38 -0
- data/_includes/blog/authors_posts.html +1 -1
- data/_includes/blog/display_latest_posts.html +1 -1
- data/_includes/blog/pagination.html +4 -4
- data/_includes/blog/post_search.html +2 -2
- data/_includes/blog/post_search_fess.html +2 -2
- data/_includes/blog/post_sidebar.html +3 -3
- data/_includes/blog/read_time.html +1 -1
- data/_includes/blog/tags.html +2 -2
- data/_includes/components/breadcrumb.html +1 -1
- data/_includes/components/cookie_manager.html +11 -11
- data/_includes/components/github_edit.html +4 -4
- data/_includes/components/head.html +2 -2
- data/_includes/flow/blocks.html +2 -2
- data/_includes/footer/footer.html +1 -1
- data/_includes/nav/nav.html +3 -3
- data/_includes/nav/universal_nav.html +3 -3
- data/_layouts/author.html +1 -1
- metadata +3 -15
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2c1bdd8de5ea876f98e9a2f4e44c45bfc80876a7f5ee1323d492efdf06ecc0bf
|
4
|
+
data.tar.gz: 1164f51ed8abb2df3523181e46dab78a1f6f902978d13dddc92053e7fb1f5e06
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e21f998d31280cd195aa71cce2f969b3bd46afe69ada174a7dc162fb536ca612869050dbc4fe554670e94a5ed7943a6d7f62646a3bb2bfe555a10ddae88cd7d2
|
7
|
+
data.tar.gz: f02a9000883c1576320cb6c6e7c61b93675819d836ca3f094910726c1f3b71c3af8dbb3bf78b3b382c758b4195c678a28ec109267cee5aa85229d7ab7f2eb8cc
|
data/_config.yml
CHANGED
@@ -207,7 +207,7 @@ readme_index:
|
|
207
207
|
picture:
|
208
208
|
nomarkdown: false
|
209
209
|
source: ""
|
210
|
-
output: ""
|
210
|
+
output: "../generated"
|
211
211
|
relative_url: true
|
212
212
|
# -------- japr --------
|
213
213
|
asset_pipeline:
|
@@ -230,5 +230,5 @@ i18n_enabled: true
|
|
230
230
|
languages: ["en", "ja"]
|
231
231
|
default_lang: "en"
|
232
232
|
exclude_from_localization:
|
233
|
-
["javascript", "images", "css", "public", "assets", "
|
233
|
+
["javascript", "images", "css", "public", "assets", "generated"]
|
234
234
|
parallel_localization: false
|
@@ -0,0 +1,37 @@
|
|
1
|
+
reportAnIssue: 問題を報告する
|
2
|
+
editOnGithub: GitHubで編集
|
3
|
+
about: 約
|
4
|
+
read: 読む
|
5
|
+
new: 新しい
|
6
|
+
next: 次
|
7
|
+
prev: 前へ
|
8
|
+
posts: 投稿
|
9
|
+
recentPosts: 最近の投稿
|
10
|
+
otherPosts: その他の投稿
|
11
|
+
postedBy: 投稿者
|
12
|
+
home: 家
|
13
|
+
viewAllTags: すべてのタグを表示
|
14
|
+
necessaryCookies: 必要なクッキー
|
15
|
+
necessaryCookiesText: >
|
16
|
+
必要なCookieは、必須ではないCookieの設定を記憶するために必要であるため、無効にすることはできません。
|
17
|
+
necessaryCookiesTextList: "必要なCookieのリスト:"
|
18
|
+
cookieName: クッキー名
|
19
|
+
usage: 使用法
|
20
|
+
postAddedInLastWeek: 先週追加された投稿。
|
21
|
+
analyticsCookies: アナリティクスCookie
|
22
|
+
analyticsCookiesTextList: "アナリティクスCookieのリスト:"
|
23
|
+
cookiesDisabledText: このスイッチを切り替えると、サイトの改善に役立つ匿名の分析データの収集が可能になります。
|
24
|
+
cookiesEnabledText: このスイッチを切り替えると、サイトの改善に役立つ匿名の分析データの収集が無効になります。
|
25
|
+
estimatedReadTime: 推定読み取り時間
|
26
|
+
info:
|
27
|
+
title: linaro-jekyll-theme(高度なエンタープライズ対応のJekyllテーマ)
|
28
|
+
description: |-
|
29
|
+
linaro-jekyll-themeは、Linaro静的Webサイト全体で使用される高度なエンタープライズ対応のJekyllテーマです。
|
30
|
+
search:
|
31
|
+
search: 検索
|
32
|
+
searchPosts: 投稿を検索
|
33
|
+
clearSearch: クリア検索
|
34
|
+
close: 選ぶ
|
35
|
+
moreInfo: より詳しい情報
|
36
|
+
copyright: 著作権
|
37
|
+
toggleNavigation: ナビゲーションの切り替え
|
@@ -0,0 +1,38 @@
|
|
1
|
+
reportAnIssue: Report an Issue
|
2
|
+
editOnGithub: Edit on GitHub
|
3
|
+
about: About
|
4
|
+
read: Read
|
5
|
+
new: New
|
6
|
+
next: Next
|
7
|
+
prev: Prev
|
8
|
+
posts: Posts
|
9
|
+
recentPosts: Recent Posts
|
10
|
+
otherPosts: Other Posts
|
11
|
+
postedBy: Posted by
|
12
|
+
home: Home
|
13
|
+
viewAllTags: View all tags
|
14
|
+
necessaryCookies: Necessary Cookies
|
15
|
+
necessaryCookiesText: >
|
16
|
+
We cannot disable neccessary cookies as these are required to remember your preferences
|
17
|
+
for non-essential cookies.
|
18
|
+
necessaryCookiesTextList: "List of Necessary Cookies:"
|
19
|
+
cookieName: Cookie Name
|
20
|
+
usage: Usage
|
21
|
+
postAddedInLastWeek: Post added in the last week.
|
22
|
+
analyticsCookies: Analytics Cookies
|
23
|
+
analyticsCookiesTextList: "List of Analytics Cookies:"
|
24
|
+
cookiesDisabledText: Toggle this switch to enable the collection of anonymous analytics data that helps us improve our site.
|
25
|
+
cookiesEnabledText: Toggle this switch to disable the collection of anonymous analytics data that helps us improve our site.
|
26
|
+
estimatedReadTime: Estimated read time
|
27
|
+
info:
|
28
|
+
title: linaro-jekyll-theme (the advanced enterprise ready Jekyll theme)
|
29
|
+
description: |-
|
30
|
+
The linaro-jekyll-theme is an advanced enterprise ready Jekyll theme used across the Linaro static websites.
|
31
|
+
search:
|
32
|
+
search: Search
|
33
|
+
searchPosts: Search posts
|
34
|
+
clearSearch: Clear Search
|
35
|
+
close: Close
|
36
|
+
moreInfo: More info
|
37
|
+
copyright: Copyright
|
38
|
+
toggleNavigation: Toggle Navigation
|
@@ -26,7 +26,7 @@
|
|
26
26
|
{% endif %}
|
27
27
|
</p>
|
28
28
|
{% if post_in_seconds > recent_posts %}
|
29
|
-
<span class="new-post" title="{{site
|
29
|
+
<span class="new-post" title="{{site.data.translations.postAddedInLastWeek}}">{{site.data.translations.new}}</span>
|
30
30
|
{% endif %}
|
31
31
|
</a>
|
32
32
|
</div>
|
@@ -4,9 +4,9 @@
|
|
4
4
|
<nav aria-label="Page navigation example">
|
5
5
|
<ul class="pagination justify-content-center my-4 my-sm-4">
|
6
6
|
{% if paginator.previous_page %}
|
7
|
-
<li class="page-item"><a class="page-link" href="{{ paginator.previous_page_path | prepend: site.baseurl | replace: '//', '/' }}">« {{site
|
7
|
+
<li class="page-item"><a class="page-link" href="{{ paginator.previous_page_path | prepend: site.baseurl | replace: '//', '/' }}">« {{site.data.translations.prev}}</a></li>
|
8
8
|
{% else %}
|
9
|
-
<li class="page-item disabled"><a class="page-link" href="#">« {{site
|
9
|
+
<li class="page-item disabled"><a class="page-link" href="#">« {{site.data.translations.prev}}</a></li>
|
10
10
|
{% endif %}
|
11
11
|
{% if paginator.page_trail %}
|
12
12
|
{% for trail in paginator.page_trail %}
|
@@ -28,9 +28,9 @@
|
|
28
28
|
{% endfor %}
|
29
29
|
{% endif %}
|
30
30
|
{% if paginator.next_page %}
|
31
|
-
<li class="page-item"><a class="page-link" href="{{ paginator.next_page_path | prepend: site.baseurl | replace: '//', '/' }}">{{site
|
31
|
+
<li class="page-item"><a class="page-link" href="{{ paginator.next_page_path | prepend: site.baseurl | replace: '//', '/' }}">{{site.data.translations.next}} </a></li>
|
32
32
|
{% else %}
|
33
|
-
<li class="page-item disabled"><a class="page-link" href="#">{{site
|
33
|
+
<li class="page-item disabled"><a class="page-link" href="#">{{site.data.translations.next}} »</a></li>
|
34
34
|
{% endif %}
|
35
35
|
</ul>
|
36
36
|
</nav>
|
@@ -2,9 +2,9 @@
|
|
2
2
|
<div class="col col-12 ">
|
3
3
|
<div id="post_search" data-file-path="{{url.data}}">
|
4
4
|
<input class="form-control form-control-lg" id="search-input" type="text"
|
5
|
-
placeholder="{{site
|
5
|
+
placeholder="{{site.data.translations.search.search}} {{site.categories[url.category].size}} {{site.data.translations.posts | downcase }}..." />
|
6
6
|
<a class="close_search" href="#">
|
7
|
-
X <span class="sr-only">{{site
|
7
|
+
X <span class="sr-only">{{site.data.translations.search.clearSearch}}</span>
|
8
8
|
</a>
|
9
9
|
<ul class="list-unstyled p-3" id="results-container"></ul>
|
10
10
|
</div>
|
@@ -2,9 +2,9 @@
|
|
2
2
|
<div class="col col-12 ">
|
3
3
|
<div id="post_search" data-search-label="{{data.search_label}}">
|
4
4
|
<input class="form-control form-control-lg" id="search-input" type="text"
|
5
|
-
placeholder="{{site
|
5
|
+
placeholder="{{site.data.translations.search.search}} {{site.categories[data.category].size}} {{site.data.translations.posts | downcase }}..." />
|
6
6
|
<a class="close_search" href="#">
|
7
|
-
X <span class="sr-only">{{site
|
7
|
+
X <span class="sr-only">{{site.data.translations.search.clearSearch}}</span>
|
8
8
|
</a>
|
9
9
|
<ul class="list-unstyled p-3" id="results-container"></ul>
|
10
10
|
</div>
|
@@ -2,7 +2,7 @@
|
|
2
2
|
Recent Posts Displayed here.
|
3
3
|
{% endcomment %}
|
4
4
|
<div class="col col-12 my-5 suggested_posts">
|
5
|
-
<h3>{{site
|
5
|
+
<h3>{{site.data.translations.recentPosts}}</h3>
|
6
6
|
<ul class="list-unstyled">
|
7
7
|
{% for post in site.posts limit: 3 %}
|
8
8
|
{% assign timeframe = 604800 %}
|
@@ -30,7 +30,7 @@
|
|
30
30
|
{% endif %}
|
31
31
|
</p>
|
32
32
|
{% if post_in_seconds > recent_posts %}
|
33
|
-
<span class="new-post" title="Post added in the last week.">{{site
|
33
|
+
<span class="new-post" title="Post added in the last week.">{{site.data.translations.new}}</span>
|
34
34
|
{% endif %}
|
35
35
|
</a>
|
36
36
|
</div>
|
@@ -42,7 +42,7 @@
|
|
42
42
|
Other Posts
|
43
43
|
{% endcomment %}
|
44
44
|
<div class="col col-12 my-5 suggested_posts">
|
45
|
-
<h3>{{site
|
45
|
+
<h3>{{site.data.translations.otherPosts}}</h3>
|
46
46
|
<ul class="list-unstyled">
|
47
47
|
{% assign posts = site.posts | sample:5 %}
|
48
48
|
{% for post in posts %}
|
@@ -4,4 +4,4 @@
|
|
4
4
|
{% else %}
|
5
5
|
{% assign words = content | number_of_words %}
|
6
6
|
{% endif %}
|
7
|
-
<span class="align-self-start my-1 reading-time bg-light text-dark badge" title="{{site
|
7
|
+
<span class="align-self-start my-1 reading-time bg-light text-dark badge" title="{{site.data.translations.estimatedReadTime}}">{% if words < 360 %}1 min read{% else %}{{ words | divided_by:180 }} mins read{% endif %} <i class="fa fa-clock-o" aria-hidden="true"></i></span>
|
data/_includes/blog/tags.html
CHANGED
@@ -19,7 +19,7 @@
|
|
19
19
|
{% endfor %}
|
20
20
|
{% endfor %}
|
21
21
|
</div>
|
22
|
-
<a type="button" class="btn btn-secondary d-none" id="view_all_tags_btn">{{site
|
22
|
+
<a type="button" class="btn btn-secondary d-none" id="view_all_tags_btn">{{site.data.translations.viewAllTags}}</a>
|
23
23
|
</div>
|
24
24
|
<div class="col col-12 tagged_posts" id="tagged_posts">
|
25
25
|
{% for tag in site.tags %}
|
@@ -49,7 +49,7 @@
|
|
49
49
|
<a href="{{ post.url }}">
|
50
50
|
<h5 class="mt-0 mb-1">{{post.title}}</h5>
|
51
51
|
<div class="post_meta" >
|
52
|
-
{{site
|
52
|
+
{{site.data.translations.postedBy}} <strong itemprop="name" rel="author">{{author_name}}</strong> on
|
53
53
|
<time datetime="{{post.date}}" >{{post.date | date: "%A, %B %-d, %Y"}}</time>
|
54
54
|
</div>
|
55
55
|
{% if post.description %}
|
@@ -11,7 +11,7 @@
|
|
11
11
|
<li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"
|
12
12
|
class="breadcrumb-item">
|
13
13
|
<a itemprop="item" href="/">
|
14
|
-
<span itemprop="name">{{site
|
14
|
+
<span itemprop="name">{{site.data.translations.home}}</span>
|
15
15
|
<meta itemprop="position" content="1" />
|
16
16
|
</a>
|
17
17
|
</li>
|
@@ -1,17 +1,17 @@
|
|
1
1
|
<div class="col col-12 cookie_manager">
|
2
2
|
<div class="row justify-content-lg-center">
|
3
3
|
<div class="col col-12 col-sm-9">
|
4
|
-
<h3>{{site
|
4
|
+
<h3>{{site.data.translations.necessaryCookies}}</h3>
|
5
5
|
<p class="lead">
|
6
|
-
{{site
|
6
|
+
{{site.data.translations.necessaryCookiesText}}
|
7
7
|
</p>
|
8
8
|
<p>
|
9
|
-
{{site
|
9
|
+
{{site.data.translations.necessaryCookiesTextList}}
|
10
10
|
</p>
|
11
11
|
<table class="table">
|
12
12
|
<thead>
|
13
|
-
<th>{{site
|
14
|
-
<th>{{site
|
13
|
+
<th>{{site.data.translations.cookieName}}</th>
|
14
|
+
<th>{{site.data.translations.usage}}</th>
|
15
15
|
</thead>
|
16
16
|
<tbody>
|
17
17
|
{% for cookie in site.google_analytics.cookies.necessary %}
|
@@ -35,18 +35,18 @@
|
|
35
35
|
</div>
|
36
36
|
<div class="row justify-content-lg-center">
|
37
37
|
<div class="col col-12 col-sm-9" order-sm-1">
|
38
|
-
<h3>{{site
|
38
|
+
<h3>{{site.data.translations.analyticsCookies}}</h3>
|
39
39
|
<p class="lead" id="analytics_cookies_desc">
|
40
|
-
<span class="disabled">{{site
|
41
|
-
<span class="enabled">{{site
|
40
|
+
<span class="disabled">{{site.data.translations.cookiesDisabledText}}</span>
|
41
|
+
<span class="enabled">{{site.data.translations.cookiesEnabledText}}</span>
|
42
42
|
</p>
|
43
43
|
<p>
|
44
|
-
{{site
|
44
|
+
{{site.data.translations.analyticsCookiesTextList}}
|
45
45
|
</p>
|
46
46
|
<table class="table">
|
47
47
|
<thead>
|
48
|
-
<th>{{site
|
49
|
-
<th>{{site
|
48
|
+
<th>{{site.data.translations.cookieName}}</th>
|
49
|
+
<th>{{site.data.translations.usage}}</th>
|
50
50
|
</thead>
|
51
51
|
<tbody>
|
52
52
|
{% for cookie in site.google_analytics.cookies.marketing %}
|
@@ -11,8 +11,8 @@
|
|
11
11
|
{% capture edit-me-link %}{{github-docs}}{{page-path}}{% endcapture %}
|
12
12
|
<div class="btn-group my-2 mt-1" role="group" aria-label="Basic example" id="github_controls">
|
13
13
|
<a aria-label="GitHub Home" title="GitHub Home" class="btn btn-secondary" href="{{github-home}}" id="github_home"><span class="sr-only">Go to GitHub Repo home</span><i class="icon-github-circled center-block"></i></a>
|
14
|
-
<a aria-label="Report an issue on GitHub for this page" title="Report an issue on GitHub for this page" class="btn btn-secondary" href="{{report-issue-link}}" id="submit_issue">{{site
|
15
|
-
<a aria-label="Edit this page on GitHub" title="Edit this page on GitHub" href="{{edit-me-link | replace: " ", "" }}" class="btn btn-secondary" id="edit_on_github">{{site
|
14
|
+
<a aria-label="Report an issue on GitHub for this page" title="Report an issue on GitHub for this page" class="btn btn-secondary" href="{{report-issue-link}}" id="submit_issue">{{site.data.translations.reportAnIssue}}</a>
|
15
|
+
<a aria-label="Edit this page on GitHub" title="Edit this page on GitHub" href="{{edit-me-link | replace: " ", "" }}" class="btn btn-secondary" id="edit_on_github">{{site.data.translations.editOnGithub}}</a>
|
16
16
|
</div>
|
17
17
|
{% else %}
|
18
18
|
{% capture github-home %}{{site.edit-on-github.repo}}{% endcapture %}
|
@@ -24,9 +24,9 @@
|
|
24
24
|
<div class="btn-group my-2 mt-1" role="group" aria-label="Basic example" id="github_controls">
|
25
25
|
<a aria-label="GitHub Home" title="GitHub Home" class="btn btn-secondary" href="{{github-home}}" id="github_home"> <span class="sr-only">Go to GitHub Repo home</span> <i
|
26
26
|
class="icon-github-circled center-block"></i></a>
|
27
|
-
<a aria-label="Report an issue on GitHub for this page" title="Report an issue on GitHub for this page" class="btn btn-secondary" href="{{report-issue-link}}" id="submit_issue">{{site
|
27
|
+
<a aria-label="Report an issue on GitHub for this page" title="Report an issue on GitHub for this page" class="btn btn-secondary" href="{{report-issue-link}}" id="submit_issue">{{site.data.translations.reportAnIssue}}</a>
|
28
28
|
<a aria-label="Edit this page on GitHub" title="Edit this page on GitHub" href="{{edit-me-link | replace: " ", "" }}" type="button" class="btn btn-secondary"
|
29
|
-
id="edit_on_github">{{site
|
29
|
+
id="edit_on_github">{{site.data.translations.editOnGithub}}</a>
|
30
30
|
</div>
|
31
31
|
{% endif %}
|
32
32
|
{% endif %}
|
@@ -16,13 +16,13 @@
|
|
16
16
|
{% if page.description %}
|
17
17
|
{% assign description = page.description %}
|
18
18
|
{% else %}
|
19
|
-
{% capture description %}{{site
|
19
|
+
{% capture description %}{{site.data.translations.info.description}}{% endcapture %}
|
20
20
|
{% endif %}
|
21
21
|
|
22
22
|
{% if page.title %}
|
23
23
|
{% assign title = page.title %}
|
24
24
|
{% else %}
|
25
|
-
{% capture title %}{{site
|
25
|
+
{% capture title %}{{site.data.translations.info.title}}{% endcapture %}
|
26
26
|
{% endif %}
|
27
27
|
|
28
28
|
{% if page.image %}
|
data/_includes/flow/blocks.html
CHANGED
@@ -22,7 +22,7 @@
|
|
22
22
|
{{block.modal_content | markdownify}}
|
23
23
|
</div>
|
24
24
|
<div class="modal-footer">
|
25
|
-
<button type="button" class="btn btn-secondary" data-dismiss="modal">{{site
|
25
|
+
<button type="button" class="btn btn-secondary" data-dismiss="modal">{{site.data.translations.close}}</button>
|
26
26
|
</div>
|
27
27
|
</div>
|
28
28
|
</div>
|
@@ -50,7 +50,7 @@
|
|
50
50
|
{% if block.modal_content %}
|
51
51
|
<!-- Button trigger modal -->
|
52
52
|
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#blockModal-{{forloop.index}}-{{block.title | slugify}}">
|
53
|
-
{{site
|
53
|
+
{{site.data.translations.moreInfo}}
|
54
54
|
</button>
|
55
55
|
{% else %}
|
56
56
|
{% if block.buttons %}
|
@@ -7,7 +7,7 @@
|
|
7
7
|
{% include components/github_edit.html pagePath=page.path pagePermalink=page.permalink %}
|
8
8
|
</div>
|
9
9
|
<div class="col col-12 text-white text-center">
|
10
|
-
<span class="copyright">{{site
|
10
|
+
<span class="copyright">{{site.data.translations.copyright}} © {{ 'now' | date: "%Y" }} {{site.data.footer.copyright_text}}</span>
|
11
11
|
{% for link in site.data.footer.company_links %}
|
12
12
|
<span class="coloured-bp">•</span>
|
13
13
|
<a href="{{link.url}}">{{link.name}}</a>
|
data/_includes/nav/nav.html
CHANGED
@@ -21,7 +21,7 @@
|
|
21
21
|
<span class="icon-bar"></span>
|
22
22
|
<span class="icon-bar"></span>
|
23
23
|
<span class="icon-bar"></span>
|
24
|
-
<span class="sr-only">{{site
|
24
|
+
<span class="sr-only">{{site.data.translations.toggleNavigation}}</span>
|
25
25
|
</button>
|
26
26
|
<div class="collapse navbar-collapse" id="navbar-collapse">
|
27
27
|
<ul class="navbar-nav ml-auto">
|
@@ -129,8 +129,8 @@
|
|
129
129
|
</a>
|
130
130
|
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
|
131
131
|
<form class="form-inline flex-nowrap" action="/search/" method="GET" target="_self" id="search_form">
|
132
|
-
<input class="form-control border-0 flex-grow-1" name="q" type="search" placeholder="{{site
|
133
|
-
<button class="btn btn-outline-primary border-0" type="submit">{{site
|
132
|
+
<input class="form-control border-0 flex-grow-1" name="q" type="search" placeholder="{{site.data.translations.search.search}}..." aria-label="{{site.data.translations.search.search}}">
|
133
|
+
<button class="btn btn-outline-primary border-0" type="submit">{{site.data.translations.search.search}}</button>
|
134
134
|
<input type="hidden" name="fields.label" value="{{ site.search_label }}">
|
135
135
|
</form>
|
136
136
|
</div>
|
@@ -3,12 +3,12 @@
|
|
3
3
|
<nav class="navbar navbar-expand-{{nav_expand_point}} navbar-dark" id="universal_nav">
|
4
4
|
<div class="container">
|
5
5
|
<button class="navbar-toggler collapsed ml-auto" type="button" data-toggle="collapse" data-target="#navbarSupportedContent"
|
6
|
-
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="{{site
|
6
|
+
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="{{site.data.translations.toggleNavigation}}">
|
7
7
|
<!-- <span class="navbar-toggler-icon"></span> -->
|
8
8
|
<span class="icon-bar"></span>
|
9
9
|
<span class="icon-bar"></span>
|
10
10
|
<span class="icon-bar"></span>
|
11
|
-
<span class="sr-only">{{site
|
11
|
+
<span class="sr-only">{{site.data.translations.toggleNavigation}}</span>
|
12
12
|
</button>
|
13
13
|
<div class="collapse navbar-collapse" id="navbarSupportedContent">
|
14
14
|
<ul class="navbar-nav ml-auto">
|
@@ -21,7 +21,7 @@
|
|
21
21
|
<span class="icon-bar"></span>
|
22
22
|
<span class="icon-bar"></span>
|
23
23
|
<span class="icon-bar"></span>
|
24
|
-
<span class="sr-only d-none">{{site
|
24
|
+
<span class="sr-only d-none">{{site.data.translations.toggleNavigation}}</span>
|
25
25
|
</button>
|
26
26
|
<a class="nav-link dropdown-toggle d-block d-{{nav_expand_point}}-none" target="_self" href="#" id="universalNavbarDropdown" aria-label="Toggle unviersal navigation" role="button" data-toggle="dropdown"
|
27
27
|
aria-haspopup="true" aria-expanded="false">
|
data/_layouts/author.html
CHANGED
@@ -49,7 +49,7 @@ css_package: blog
|
|
49
49
|
<div class="col col-12 col-lg-10 py-4 blog-content">
|
50
50
|
{% assign content_length = author.content | size %}
|
51
51
|
{% if content_length > 1 %}
|
52
|
-
<h3>{{site
|
52
|
+
<h3>{{site.data.translations.about}}</h3>
|
53
53
|
{{author.content | markdownify }}
|
54
54
|
<hr/>
|
55
55
|
{% endif %}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: linaro-jekyll-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.0.
|
4
|
+
version: 5.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kyle Kirkby
|
@@ -52,20 +52,6 @@ dependencies:
|
|
52
52
|
- - '='
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: 1.9.0
|
55
|
-
- !ruby/object:Gem::Dependency
|
56
|
-
name: jekyll-sitemap
|
57
|
-
requirement: !ruby/object:Gem::Requirement
|
58
|
-
requirements:
|
59
|
-
- - '='
|
60
|
-
- !ruby/object:Gem::Version
|
61
|
-
version: 1.4.0
|
62
|
-
type: :runtime
|
63
|
-
prerelease: false
|
64
|
-
version_requirements: !ruby/object:Gem::Requirement
|
65
|
-
requirements:
|
66
|
-
- - '='
|
67
|
-
- !ruby/object:Gem::Version
|
68
|
-
version: 1.4.0
|
69
55
|
- !ruby/object:Gem::Dependency
|
70
56
|
name: jekyll-tidy
|
71
57
|
requirement: !ruby/object:Gem::Requirement
|
@@ -184,10 +170,12 @@ files:
|
|
184
170
|
- _data/ja/footer.yml
|
185
171
|
- _data/ja/nav.yml
|
186
172
|
- _data/ja/sticky_tab_bar.yml
|
173
|
+
- _data/ja/translations.yml
|
187
174
|
- _data/ja/universal_nav.yml
|
188
175
|
- _data/nav.yml
|
189
176
|
- _data/picture.yml
|
190
177
|
- _data/sticky_tab_bar.yml
|
178
|
+
- _data/translations.yml
|
191
179
|
- _data/universal_nav.yml
|
192
180
|
- _includes/blog/authors_posts.html
|
193
181
|
- _includes/blog/blog_filler_element.html
|