linaro-jekyll-theme 0.9.9 → 0.10.0
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/README.md +9 -0
- data/_includes/_theme-includes/_navigation/stacked-nav.html +0 -7
- data/assets/images/social-media-image.png +0 -0
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bc56bac82e0891984195f62c68a03caa19462f7d
|
|
4
|
+
data.tar.gz: 2d50467550ab7193b4186ef93ea8c48cbf9101e2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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">
|
|
Binary file
|
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.
|
|
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-
|
|
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
|