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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9be203af420dfdb3662093aa3d3167923053da63
4
- data.tar.gz: f7dc5f8ab493e25334d4958dcb3eb195e8e9dcd7
3
+ metadata.gz: 1e4bbb96e75ec2650b1cf865e372ed6c2e1d5c73
4
+ data.tar.gz: '08faa80b8bff0016b10aba88270feb40650cbcec'
5
5
  SHA512:
6
- metadata.gz: 8a4d587708ec33de0d65911f1bb8e859c3c525685a2fdd22faa56d8a26379a5e6f10eec7d7b7155003443d0882eb5564cefb0c75f5e91f9d025e35818f3ad788
7
- data.tar.gz: 6290a34467b1b893edb236d85da82c6ded0e7d8cdfd7a4523d90cf29bc791b01b8d4239553a4780c7280748e4edc233c04d8e4de544a19dd105bc1e8c1fee10a
6
+ metadata.gz: 7248979a657491ddeee861651f5087a650081205ab8512e06412349d0d73f393866af274f3a1d8cfb62b5dea0b233d91a9318cfd96758dc22e3c1302c6270017
7
+ data.tar.gz: 1574bbd17f145952f84bf5ce75e7b6fba6184481680ac0fb3951452efcbf9bab38862ce1ae30ba9900701707a0debac0370417bf528a26ce7a737daf5f8e44a5
@@ -1,11 +1,11 @@
1
1
  # Custom Favicon
2
2
  favicon: favicon.png
3
3
 
4
- # Mailchimp settings
5
- mailchimp:
6
- enabled: true
7
- id: af6cf590b0
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
- enabled: true
28
- repo: https://www.github.com/Linaro/website
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
- enabled: false
152
- shortname: Linaro
149
+ # # Disqus Comments
150
+ # disqus:
151
+ # enabled: false
152
+ # shortname: Linaro
153
153
 
154
154
  # Placeholder for Missing Images
155
155
  placeholder: placeholder.jpg
@@ -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> {% endif %} {% if site.data.settings.github_username %}
37
- <a href="https://github.com/{{site.data.settings.github_username}}" class="btn btn-social-icon"><i class="icon-github-circled"></i></a> {% endif %} {% if site.data.settings.google_plus_username %}
38
- <a href="https://plus.google.com/{{site.data.settings.google_plus_username}}/posts" class="btn btn-social-icon"><i class="icon-gplus"></i></a> {% endif %} {% if site.data.settings.linkedin_username %}
39
- <a href="https://www.linkedin.com/company/{{site.data.settings.linkedin_username}}" class="btn btn-social-icon"><i class="icon-linkedin"></i></a> {% endif %} {% if site.data.settings.twitter_username %}
40
- <a href="https://twitter.com/{{site.data.settings.twitter_username}}" class="btn btn-social-icon"><i class="icon-twitter"></i></a> {% endif %} {% if site.data.settings.youtube_username %}
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>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jumbo-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.12
4
+ version: 1.4.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby