jumbo-jekyll-theme 1.4.12 → 1.4.13
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 +19 -19
- data/_includes/footer.html +15 -5
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1e4bbb96e75ec2650b1cf865e372ed6c2e1d5c73
|
4
|
+
data.tar.gz: '08faa80b8bff0016b10aba88270feb40650cbcec'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7248979a657491ddeee861651f5087a650081205ab8512e06412349d0d73f393866af274f3a1d8cfb62b5dea0b233d91a9318cfd96758dc22e3c1302c6270017
|
7
|
+
data.tar.gz: 1574bbd17f145952f84bf5ce75e7b6fba6184481680ac0fb3951452efcbf9bab38862ce1ae30ba9900701707a0debac0370417bf528a26ce7a737daf5f8e44a5
|
data/_data/settings.yml
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
# Custom Favicon
|
2
2
|
favicon: favicon.png
|
3
3
|
|
4
|
-
# Mailchimp settings
|
5
|
-
mailchimp:
|
6
|
-
|
7
|
-
|
8
|
-
|
4
|
+
# # Mailchimp settings
|
5
|
+
# mailchimp:
|
6
|
+
# enabled: true
|
7
|
+
# id: af6cf590b0
|
8
|
+
#
|
9
9
|
# Footer Newsletter toggle.
|
10
10
|
newsletter:
|
11
11
|
enabled: true
|
@@ -23,9 +23,9 @@ linaro-footer-image: Linaro-Sprinkle.png
|
|
23
23
|
#Content Repo for static site.
|
24
24
|
# Used for the edit on github include
|
25
25
|
|
26
|
-
edit-on-github:
|
27
|
-
|
28
|
-
|
26
|
+
# edit-on-github:
|
27
|
+
# enabled: true
|
28
|
+
# repo: https://www.github.com/Linaro/website
|
29
29
|
# docs: https://www.github.com/Linaro/website
|
30
30
|
|
31
31
|
# Settings for the home page
|
@@ -80,13 +80,13 @@ home:
|
|
80
80
|
# image: devicetree-icon-white.png
|
81
81
|
|
82
82
|
# Jekyll social media site settings. Github, LinkedIn, Google+, Facebook and Youtube
|
83
|
-
github_username: Linaro
|
84
|
-
linkedin_username: 1026961
|
85
|
-
google_plus_username: +LinaroOnAir
|
86
|
-
facebook_username: LinaroOrg
|
87
|
-
youtube_username: linaroorg
|
88
|
-
twitter_username: linaroorg
|
89
|
-
slideshare_username: linaroorg
|
83
|
+
# github_username: Linaro
|
84
|
+
# linkedin_username: 1026961
|
85
|
+
# google_plus_username: +LinaroOnAir
|
86
|
+
# facebook_username: LinaroOrg
|
87
|
+
# youtube_username: linaroorg
|
88
|
+
# twitter_username: linaroorg
|
89
|
+
# slideshare_username: linaroorg
|
90
90
|
|
91
91
|
# Blog setup
|
92
92
|
blog:
|
@@ -146,10 +146,10 @@ blog:
|
|
146
146
|
# post_code: CB22 7GG
|
147
147
|
# country_code: UK
|
148
148
|
|
149
|
-
# Disqus Comments
|
150
|
-
disqus:
|
151
|
-
|
152
|
-
|
149
|
+
# # Disqus Comments
|
150
|
+
# disqus:
|
151
|
+
# enabled: false
|
152
|
+
# shortname: Linaro
|
153
153
|
|
154
154
|
# Placeholder for Missing Images
|
155
155
|
placeholder: placeholder.jpg
|
data/_includes/footer.html
CHANGED
@@ -33,11 +33,21 @@
|
|
33
33
|
</div>
|
34
34
|
<div class="col-md-6 social-footer-bottom text-right no-padding">
|
35
35
|
{% if site.data.settings.facebook_username %}
|
36
|
-
<a href="http://facebook.com/{{site.data.settings.facebook_username}}" class="btn btn-social-icon"><i class="icon-facebook"></i></a>
|
37
|
-
|
38
|
-
|
39
|
-
<a href="https://
|
40
|
-
|
36
|
+
<a href="http://facebook.com/{{site.data.settings.facebook_username}}" class="btn btn-social-icon"><i class="icon-facebook"></i></a>
|
37
|
+
{% endif %}
|
38
|
+
{% if site.data.settings.github_username %}
|
39
|
+
<a href="https://github.com/{{site.data.settings.github_username}}" class="btn btn-social-icon"><i class="icon-github-circled"></i></a>
|
40
|
+
{% endif %}
|
41
|
+
{% if site.data.settings.google_plus_username %}
|
42
|
+
<a href="https://plus.google.com/{{site.data.settings.google_plus_username}}/posts" class="btn btn-social-icon"><i class="icon-gplus"></i></a>
|
43
|
+
{% endif %}
|
44
|
+
{% if site.data.settings.linkedin_username %}
|
45
|
+
<a href="https://www.linkedin.com/company/{{site.data.settings.linkedin_username}}" class="btn btn-social-icon"><i class="icon-linkedin"></i></a>
|
46
|
+
{% endif %}
|
47
|
+
{% if site.data.settings.twitter_username %}
|
48
|
+
<a href="https://twitter.com/{{site.data.settings.twitter_username}}" class="btn btn-social-icon"><i class="icon-twitter"></i></a>
|
49
|
+
{% endif %}
|
50
|
+
{% if site.data.settings.youtube_username %}
|
41
51
|
<a href="https://www.youtube.com/channel/{{site.data.settings.youtube_username}}" class="btn btn-social-icon"><i class="icon-youtube"></i></a>
|
42
52
|
{% endif %}
|
43
53
|
</div>
|