jumbo-jekyll-theme 4.6.0 → 4.6.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/_data/settings.yml +3 -3
- data/_includes/social-media-icons.html +12 -12
- data/_sass/core/footer.scss +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eea5da6b5b4934a14ca077ff8b92f5ba5db1eaefb52505875fce42020f02084e
|
|
4
|
+
data.tar.gz: 8f087514621e20262ef2e520d249e71f7ac09e9d58afc8c3fa2f09fdfafe8246
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 657cadf28e884d7b7828d0f5af4b648cde14ccd30c792fd4f9d47b5f5dddec7b324a3940011416335ea15111d6eba2e285d98a0e756078c93bc269c49fadb4a5
|
|
7
|
+
data.tar.gz: e32e274ade2a3c4f6d5cf8e5bc54843192633688d572054f56f756cdf299918b897286f151a186f17f8ceb27d3e314a908855f4d71b2131d25836f7fa417e28e
|
data/_data/settings.yml
CHANGED
|
@@ -101,9 +101,9 @@ mailchimp:
|
|
|
101
101
|
# repo: https://www.github.com/Linaro/website
|
|
102
102
|
# docs: https://www.github.com/Linaro/website
|
|
103
103
|
# Jekyll social media site settings. Github, LinkedIn, Google+, Facebook and Youtube
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
google_plus_username: +LinaroOnAir
|
|
104
|
+
github_username: Linaro
|
|
105
|
+
linkedin_username: 1026961
|
|
106
|
+
# google_plus_username: +LinaroOnAir
|
|
107
107
|
facebook_username: LinaroOrg
|
|
108
108
|
youtube_username: linaroorg
|
|
109
109
|
twitter_username: linaroorg
|
|
@@ -1,7 +1,19 @@
|
|
|
1
|
+
{% if site.data.settings.twitter_username %}
|
|
2
|
+
<a href="https://twitter.com/{{site.data.settings.twitter_username}}" class="btn btn-social-icon"><i
|
|
3
|
+
class="icon-twitter"></i></a>
|
|
4
|
+
{% endif %}
|
|
1
5
|
{% if site.data.settings.facebook_username %}
|
|
2
6
|
<a href="http://facebook.com/{{site.data.settings.facebook_username}}" class="btn btn-social-icon"><i
|
|
3
7
|
class="icon-facebook"></i></a>
|
|
4
8
|
{% endif %}
|
|
9
|
+
{% if site.data.settings.linkedin_username %}
|
|
10
|
+
<a href="https://www.linkedin.com/company/{{site.data.settings.linkedin_username}}" class="btn btn-social-icon"><i
|
|
11
|
+
class="icon-linkedin"></i></a>
|
|
12
|
+
{% endif %}
|
|
13
|
+
{% if site.data.settings.youtube_username %}
|
|
14
|
+
<a href="https://www.youtube.com/{{site.data.settings.youtube_username}}" class="btn btn-social-icon"><i
|
|
15
|
+
class="icon-youtube"></i></a>
|
|
16
|
+
{% endif %}
|
|
5
17
|
{% if site.data.settings.github_username %}
|
|
6
18
|
<a href="https://github.com/{{site.data.settings.github_username}}" class="btn btn-social-icon"><i
|
|
7
19
|
class="icon-github-circled"></i></a>
|
|
@@ -9,16 +21,4 @@
|
|
|
9
21
|
{% if site.data.settings.google_plus_username %}
|
|
10
22
|
<a href="https://plus.google.com/{{site.data.settings.google_plus_username}}/posts" class="btn btn-social-icon"><i
|
|
11
23
|
class="icon-gplus"></i></a>
|
|
12
|
-
{% endif %}
|
|
13
|
-
{% if site.data.settings.linkedin_username %}
|
|
14
|
-
<a href="https://www.linkedin.com/company/{{site.data.settings.linkedin_username}}" class="btn btn-social-icon"><i
|
|
15
|
-
class="icon-linkedin"></i></a>
|
|
16
|
-
{% endif %}
|
|
17
|
-
{% if site.data.settings.twitter_username %}
|
|
18
|
-
<a href="https://twitter.com/{{site.data.settings.twitter_username}}" class="btn btn-social-icon"><i
|
|
19
|
-
class="icon-twitter"></i></a>
|
|
20
|
-
{% endif %}
|
|
21
|
-
{% if site.data.settings.youtube_username %}
|
|
22
|
-
<a href="https://www.youtube.com/{{site.data.settings.youtube_username}}" class="btn btn-social-icon"><i
|
|
23
|
-
class="icon-youtube"></i></a>
|
|
24
24
|
{% endif %}
|
data/_sass/core/footer.scss
CHANGED
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: 4.6.
|
|
4
|
+
version: 4.6.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: 2019-05-
|
|
11
|
+
date: 2019-05-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|