linaro-jekyll-theme 0.9.9 → 0.10.0

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: 957035ba8ca8c39d7fac8af6c62c5f511b5459b9
4
- data.tar.gz: bf21d9a5a5643e164fcb686dbc57b3397f092bd3
3
+ metadata.gz: bc56bac82e0891984195f62c68a03caa19462f7d
4
+ data.tar.gz: 2d50467550ab7193b4186ef93ea8c48cbf9101e2
5
5
  SHA512:
6
- metadata.gz: 4c0384af2a6f40fa497b315fb94f35a8a2d1dcf1dd5be3b59ce1cf6fdaf828145f29bc6a941dc70936a2f360b192f4bbade6ef098d27c85a3c486e22ac43d9db
7
- data.tar.gz: fff395ec54fb19d45372aa7a964a6b6c0f8c9cebe35df01567b186cef654df9cc375d0571dc52e86ea2bc74825ebcf018568d8ca3c659dac1c715ce26c626cef
6
+ metadata.gz: fa4ccee411548b2ff02907e88d727b9f9396ed4e8bcb14522d493ef74416b424a71edcad117ec84dad762a062dc4b7f30874654fc5bc0343e569ed418ba4cb51
7
+ data.tar.gz: 35360c428ed1886b7ee890efd918f37e54e53cc977e1bf0437a07b49c7bc039cf8e2297cddf29d6b26e50ca31dd9d01f2695d8578c67a6773636af71cdca2600
data/README.md CHANGED
@@ -72,3 +72,12 @@ The Linaro Jekyll Theme comes with a many features/layouts that you can use in y
72
72
 
73
73
  # Images
74
74
  If you are using custom images in your static site then put them in /assets/images. Your images will be included with any that are needed included with the Theme.
75
+
76
+
77
+ # Social Media Share Image
78
+
79
+ To add a social media share image create the following file in your site folder to replace the default share image that is used by open graph and twitter cards in the jekyll-seo-tag plugin.
80
+
81
+ ```
82
+ /assets/images/social-media-image.png
83
+ ```
@@ -15,13 +15,6 @@
15
15
  <a href="{{tab.url}}" role="link">{{ tab.title}} {% if tab.external %}<i class="glyphicon glyphicon-new-window"></i>{% endif %}</a>
16
16
  </li>
17
17
  {% endfor %}
18
- <li class="active">
19
- <a href="#">Home</a>
20
- </li>
21
- <li><a href="#">Tutorials</a></li>
22
- <li><a href="#">Practice Editor </a></li>
23
- <li><a href="#">Gallery</a></li>
24
- <li><a href="#">Contact</a></li>
25
18
  </ul>
26
19
  <div class="tabbed-area" id="tabbed-nav-bar"><!-- Nav tabs -->
27
20
  <nav class="navbar-default" role="navigation">
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: linaro-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.9
4
+ version: 0.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-17 00:00:00.000000000 Z
11
+ date: 2017-08-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -382,6 +382,7 @@ files:
382
382
  - assets/images/next.png
383
383
  - assets/images/placeholder.png
384
384
  - assets/images/prev.png
385
+ - assets/images/social-media-image.png
385
386
  - assets/js/app/main.js
386
387
  - assets/js/app/search.js
387
388
  - assets/js/app/sticky.js