jumbo-jekyll-theme 1.4.3.53 → 1.4.3.54

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
  SHA1:
3
- metadata.gz: 10c06a21b8be98a76b1fc5f3dd33996b75120685
4
- data.tar.gz: 34673fddcea98bf77f427d4682001381a9b232a7
3
+ metadata.gz: a458737d92caaaa057857f93668a4550b1c1f5cc
4
+ data.tar.gz: cd6c27fb26a7cbc41ce4bc4853cd5d08fd2d8a36
5
5
  SHA512:
6
- metadata.gz: b0ec68f38b8a8d54c827977a5083f8d0fb83ead931b3e21d763ef6134b1bab451d6cf72c42d2f6cde5c4bb462ae682ccb13285190f7f5575d397b2e7e7043936
7
- data.tar.gz: e15b6ce5897530563fb398d302900adadeeae3e10c3246a6faf734300af05d4855d124034dc8d64288408bdbb901550a90b2d387530137709bf07aea32f24958
6
+ metadata.gz: 3933ceb43cf3f267a6985b2b843d052543511f25045cd19d74581b5ffdbd7e864d562a96bde99a945e295c999a14611207796c482ec0a883569eb3c2b65d6698
7
+ data.tar.gz: bb969c0bd0b6e581cb9073961cd5f4bed01a34875add442ba909565f13a7b2f359f6055c9d491e8fb1d556c505184f6985ac32818b43d59fdddda70608c013a1
@@ -7,68 +7,24 @@
7
7
  {
8
8
  "@context" : "http://schema.org",
9
9
  "@type" : "Organization",
10
- "name" : "{{site.schema.organisation.name}}",
11
- "url" : "{{site.schema.organisation.url}}",
10
+ "name" : "{{site.data.settings.schema.organisation.name}}",
11
+ "url" : "{{site.data.settings.schema.organisation.url}}",
12
12
  "sameAs" : [
13
- "https://twitter.com/linaroorg",
14
- "https://www.facebook.com/LinaroOrg",
15
- "https://www.linkedin.com/company/1026961/",
16
- "https://plus.google.com/+LinaroOnAir",
17
- "https://github.com/Linaro",
18
- "https://www.slideshare.net/linaroorg"
13
+ {% if site.data.settings.twitter_username %}"https://twitter.com/{{site.data.settings.twitter_username}}",{% endif %}
14
+ {% if site.data.settings.facebook_username %}"https://www.facebook.com/{{site.data.settings.facebook_username}}",{% endif %}
15
+ {% if site.data.settings.linkedin_username %}"https://www.linkedin.com/company/{{site.data.settings.linkedin_username}}",{% endif %}
16
+ {% if site.data.settings.google_plus_username %}"https://plus.google.com/{{site.data.settings.google_plus_username}}",{% endif %}
17
+ {% if site.data.settings.github_username %}"https://github.com/{{site.data.settings.github_username}}",{% endif %}
18
+ {% if site.data.settings.slideshare_username %}"https://www.slideshare.net/{{site.data.settings.slideshare_username}}"{% endif %}
19
19
  ],
20
20
  "address": {
21
21
  "@type": "PostalAddress",
22
- "streetAddress": "{{site.schema.organisation.address.street}}",
23
- "addressLocality": "{{site.schema.organisation.address.town}}",
24
- "addressRegion": "{{site.schema.organisation.address.county}}",
25
- "postalCode": "{{site.schema.organisation.address.post_code}}",
26
- "addressCountry": "{{site.schema.organisation.address.country_code}}"
22
+ "streetAddress": "{{site.data.settings.schema.organisation.address.street}}",
23
+ "addressLocality": "{{site.data.settings.schema.organisation.address.town}}",
24
+ "addressRegion": "{{site.data.settings.schema.organisation.address.county}}",
25
+ "postalCode": "{{site.data.settings.schema.organisation.address.post_code}}",
26
+ "addressCountry": "{{site.data.settings.schema.organisation.address.country_code}}"
27
27
  }
28
- "subOrganization": [{
29
- "@context" : "http://schema.org",
30
- "@type" : "Organization",
31
- "name" : "96boards",
32
- "url" : "https://www.96boards.org",
33
- "sameAs" : [
34
- "https://twitter.com/96Boards",
35
- "https://www.facebook.com/96Boards",
36
- "https://www.linkedin.com/company/6637095",
37
- "https://plus.google.com/106009833460292139774/posts",
38
- "https://github.com/96boards",
39
- "http://slideshare.com/96boards"
40
- ]
41
- },
42
- {
43
- "@context" : "http://schema.org",
44
- "@type" : "Organization",
45
- "name" : "DeviceTree",
46
- "url" : "https://www.devicetree.org"
47
- },
48
- {
49
- "@context" : "http://schema.org",
50
- "@type" : "Organization",
51
- "name" : "Linaro Connect",
52
- "url" : "http://connect.linaro.org"
53
- },
54
- {
55
- "@context" : "http://schema.org",
56
- "@type" : "Organization",
57
- "name" : "OpenDataPlane",
58
- "url" : "https://www.opendataplane.org"
59
- },
60
- {
61
- "@context" : "http://schema.org",
62
- "@type" : "Organization",
63
- "name" : "96boards AI",
64
- "url" : "https://www.96boards.ai"
65
- },
66
- {
67
- "@context" : "http://schema.org",
68
- "@type" : "Organization",
69
- "name" : "OP TEE",
70
- "url" : "https://www.op-tee.org"
71
- }]
72
28
  }
73
29
  {% endunless %}
74
30
 
@@ -90,24 +46,5 @@
90
46
  }
91
47
  }
92
48
  {% endif %}
93
- {% if page.is_a_product %}
94
- {% assign product = site.data.product_db.products | where: "product_permalink", page.permalink | first %}
95
- ,{
96
- "@context": "http://www.schema.org",
97
- "@type": "product",
98
- "brand": "Acme",
99
- "logo": "http://www.example.com/logo.png",
100
- "name": "WidgetPress",
101
- "category": "Widgets",
102
- "image": "http://www.example.com/image.jpg",
103
- "description": "This is an excellent widget with 21 features and 4 colors.",
104
- "aggregateRating": {
105
- "@type": "aggregateRating",
106
- "ratingValue": "5",
107
- "reviewCount": "21"
108
- }
109
- }
110
- {% endif %}
111
- ]
112
- }
49
+ ]}
113
50
  </script>
@@ -13,6 +13,12 @@
13
13
  color: $brand-primary;
14
14
  }
15
15
 
16
+ nav#main-navigation {
17
+ height: $navbar-height;
18
+ }
19
+
20
+
21
+
16
22
  .mobile-link-inactive{
17
23
  pointer-events: none;
18
24
  cursor: default;
@@ -119,7 +125,7 @@ div#tabbed-nav-bar.non-sticky-nav > .container {
119
125
 
120
126
  // Nav Bar Toggle
121
127
  .navbar-toggle {
122
- margin-top: 12px !important;
128
+ margin-top: ($navbar-height - 18px) / 2;
123
129
  position: static !important;
124
130
  }
125
131
 
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: 1.4.3.53
4
+ version: 1.4.3.54
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-08 00:00:00.000000000 Z
11
+ date: 2018-03-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll