jumbo-jekyll-theme 1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/LICENSE.txt +21 -0
- data/README.md +19 -0
- data/_data/authors.yml +7 -0
- data/_data/footer.yml +51 -0
- data/_data/nav.yml +78 -0
- data/_data/news.yaml +230 -0
- data/_data/settings.yml +113 -0
- data/_data/sidebar-nav.yml +23 -0
- data/_data/sticky-nav.yml +21 -0
- data/_includes/breadcrumb.html +101 -0
- data/_includes/css.html +9 -0
- data/_includes/custom.html +1 -0
- data/_includes/display-blog-posts.html +16 -0
- data/_includes/disqus-comments.html +14 -0
- data/_includes/footer.html +51 -0
- data/_includes/google-analytics-script.html +9 -0
- data/_includes/gtm-noscript.html +5 -0
- data/_includes/gtm-script.html +9 -0
- data/_includes/head.html +41 -0
- data/_includes/image.html +6 -0
- data/_includes/javascript.html +11 -0
- data/_includes/jumbotron.html +54 -0
- data/_includes/linaro-svg.html +1 -0
- data/_includes/media.html +11 -0
- data/_includes/members.html +63 -0
- data/_includes/nav.html +133 -0
- data/_includes/newsletter.html +35 -0
- data/_includes/owl-carousel-homepage.html +103 -0
- data/_includes/pagination.html +39 -0
- data/_includes/post-comments.html +9 -0
- data/_includes/post-sidebar.html +59 -0
- data/_includes/post-tags.html +13 -0
- data/_includes/shape-divider.html +14 -0
- data/_includes/shape.html +52 -0
- data/_includes/sidebar.html +47 -0
- data/_includes/sticky-tab-bar.html +51 -0
- data/_includes/youtube.html +7 -0
- data/_layouts/container-breadcrumb-left-sidebar.html +10 -0
- data/_layouts/container-breadcrumb-right-sidebar.html +9 -0
- data/_layouts/container-breadcrumb.html +6 -0
- data/_layouts/container-left-sidebar.html +9 -0
- data/_layouts/container-right-sidebar.html +9 -0
- data/_layouts/container.html +8 -0
- data/_layouts/default.html +27 -0
- data/_layouts/full-width-breadcrumb.html +10 -0
- data/_layouts/full-width.html +9 -0
- data/_layouts/home.html +17 -0
- data/_layouts/post-featured-image-no-sidebar.html +0 -0
- data/_layouts/post-featured-image.html +129 -0
- data/_layouts/post-index.html +15 -0
- data/_layouts/post-no-sidebar.html +0 -0
- data/_layouts/post.html +71 -0
- data/_plugins/jekyll_get.rb +40 -0
- data/_sass/_bootstrap-compass.scss +9 -0
- data/_sass/_bootstrap-mincer.scss +19 -0
- data/_sass/_bootstrap-sprockets.scss +9 -0
- data/_sass/_bootstrap.scss +56 -0
- data/_sass/blog.scss +8 -0
- data/_sass/bootstrap/_alerts.scss +73 -0
- data/_sass/bootstrap/_badges.scss +68 -0
- data/_sass/bootstrap/_breadcrumbs.scss +28 -0
- data/_sass/bootstrap/_button-groups.scss +244 -0
- data/_sass/bootstrap/_buttons.scss +168 -0
- data/_sass/bootstrap/_carousel.scss +270 -0
- data/_sass/bootstrap/_close.scss +36 -0
- data/_sass/bootstrap/_code.scss +69 -0
- data/_sass/bootstrap/_component-animations.scss +37 -0
- data/_sass/bootstrap/_dropdowns.scss +216 -0
- data/_sass/bootstrap/_forms.scss +617 -0
- data/_sass/bootstrap/_glyphicons.scss +307 -0
- data/_sass/bootstrap/_grid.scss +84 -0
- data/_sass/bootstrap/_input-groups.scss +171 -0
- data/_sass/bootstrap/_jumbotron.scss +54 -0
- data/_sass/bootstrap/_labels.scss +66 -0
- data/_sass/bootstrap/_list-group.scss +130 -0
- data/_sass/bootstrap/_media.scss +66 -0
- data/_sass/bootstrap/_mixins.scss +40 -0
- data/_sass/bootstrap/_modals.scss +150 -0
- data/_sass/bootstrap/_navbar.scss +662 -0
- data/_sass/bootstrap/_navs.scss +242 -0
- data/_sass/bootstrap/_normalize.scss +424 -0
- data/_sass/bootstrap/_pager.scss +54 -0
- data/_sass/bootstrap/_pagination.scss +89 -0
- data/_sass/bootstrap/_panels.scss +271 -0
- data/_sass/bootstrap/_popovers.scss +131 -0
- data/_sass/bootstrap/_print.scss +101 -0
- data/_sass/bootstrap/_progress-bars.scss +87 -0
- data/_sass/bootstrap/_responsive-embed.scss +35 -0
- data/_sass/bootstrap/_responsive-utilities.scss +179 -0
- data/_sass/bootstrap/_scaffolding.scss +161 -0
- data/_sass/bootstrap/_tables.scss +234 -0
- data/_sass/bootstrap/_theme.scss +291 -0
- data/_sass/bootstrap/_thumbnails.scss +38 -0
- data/_sass/bootstrap/_tooltip.scss +101 -0
- data/_sass/bootstrap/_type.scss +298 -0
- data/_sass/bootstrap/_utilities.scss +55 -0
- data/_sass/bootstrap/_variables.scss +898 -0
- data/_sass/bootstrap/_wells.scss +29 -0
- data/_sass/bootstrap/mixins/_alerts.scss +14 -0
- data/_sass/bootstrap/mixins/_background-variant.scss +12 -0
- data/_sass/bootstrap/mixins/_border-radius.scss +18 -0
- data/_sass/bootstrap/mixins/_buttons.scss +65 -0
- data/_sass/bootstrap/mixins/_center-block.scss +7 -0
- data/_sass/bootstrap/mixins/_clearfix.scss +22 -0
- data/_sass/bootstrap/mixins/_forms.scss +88 -0
- data/_sass/bootstrap/mixins/_gradients.scss +58 -0
- data/_sass/bootstrap/mixins/_grid-framework.scss +81 -0
- data/_sass/bootstrap/mixins/_grid.scss +122 -0
- data/_sass/bootstrap/mixins/_hide-text.scss +21 -0
- data/_sass/bootstrap/mixins/_image.scss +33 -0
- data/_sass/bootstrap/mixins/_labels.scss +12 -0
- data/_sass/bootstrap/mixins/_list-group.scss +32 -0
- data/_sass/bootstrap/mixins/_nav-divider.scss +10 -0
- data/_sass/bootstrap/mixins/_nav-vertical-align.scss +9 -0
- data/_sass/bootstrap/mixins/_opacity.scss +8 -0
- data/_sass/bootstrap/mixins/_pagination.scss +24 -0
- data/_sass/bootstrap/mixins/_panels.scss +24 -0
- data/_sass/bootstrap/mixins/_progress-bar.scss +10 -0
- data/_sass/bootstrap/mixins/_reset-filter.scss +8 -0
- data/_sass/bootstrap/mixins/_reset-text.scss +18 -0
- data/_sass/bootstrap/mixins/_resize.scss +6 -0
- data/_sass/bootstrap/mixins/_responsive-visibility.scss +21 -0
- data/_sass/bootstrap/mixins/_size.scss +10 -0
- data/_sass/bootstrap/mixins/_tab-focus.scss +9 -0
- data/_sass/bootstrap/mixins/_table-row.scss +28 -0
- data/_sass/bootstrap/mixins/_text-emphasis.scss +12 -0
- data/_sass/bootstrap/mixins/_text-overflow.scss +8 -0
- data/_sass/bootstrap/mixins/_vendor-prefixes.scss +222 -0
- data/_sass/core.scss +9 -0
- data/_sass/core/404.scss +189 -0
- data/_sass/core/animations.scss +125 -0
- data/_sass/core/blog.scss +348 -0
- data/_sass/core/breadcrumb.scss +90 -0
- data/_sass/core/carousel-styles.scss +3 -0
- data/_sass/core/carousel.scss +175 -0
- data/_sass/core/cookieconsent.scss +42 -0
- data/_sass/core/critical.scss +0 -0
- data/_sass/core/custom.scss +3 -0
- data/_sass/core/fa.scss +2336 -0
- data/_sass/core/flipclock.scss +435 -0
- data/_sass/core/font-awesome.min.scss +4 -0
- data/_sass/core/fonts.scss +0 -0
- data/_sass/core/footer.scss +140 -0
- data/_sass/core/forms.scss +3 -0
- data/_sass/core/homepage.scss +79 -0
- data/_sass/core/lightbox.scss +213 -0
- data/_sass/core/nav.scss +770 -0
- data/_sass/core/owl.carousel.min.scss +6 -0
- data/_sass/core/owl.theme.default.min.scss +6 -0
- data/_sass/core/social-media-icons.scss +71 -0
- data/_sass/core/syntax.scss +65 -0
- data/_sass/core/tables.scss +125 -0
- data/_sass/core/theme.scss +418 -0
- data/_sass/custom.scss +0 -0
- data/assets/css/app/about.scss +47 -0
- data/assets/css/app/blog.scss +48 -0
- data/assets/css/app/custom.scss +670 -0
- data/assets/css/app/overrides.scss +20 -0
- data/assets/css/app/planet.scss +10 -0
- data/assets/css/app/press.scss +24 -0
- data/assets/css/app/social.scss +29 -0
- data/assets/css/app/twitter-feed.scss +414 -0
- data/assets/css/app/work.scss +151 -0
- data/assets/css/app/youtube.scss +65 -0
- data/assets/css/main-404.scss +17 -0
- data/assets/css/main-blog.scss +18 -0
- data/assets/css/main-home.scss +28 -0
- data/assets/css/main-lightbox.scss +28 -0
- data/assets/css/main.scss +27 -0
- data/assets/fonts/fontawesome-webfont.eot +0 -0
- data/assets/fonts/fontawesome-webfont.svg +2671 -0
- data/assets/fonts/fontawesome-webfont.ttf +0 -0
- data/assets/fonts/fontawesome-webfont.woff +0 -0
- data/assets/fonts/fontawesome-webfont.woff2 +0 -0
- data/assets/fonts/fontello.eot +0 -0
- data/assets/fonts/fontello.svg +44 -0
- data/assets/fonts/glyphicons-halflings-regular.ttf +0 -0
- data/assets/fonts/glyphicons-halflings-regular.woff +0 -0
- data/assets/fonts/glyphicons-halflings-regular.woff2 +0 -0
- data/assets/images/96boards-Logo.svg +1 -0
- data/assets/images/Linaro-Logo.svg +1 -0
- data/assets/images/Linaro-Logo_light.png +0 -0
- data/assets/images/Linaro-Logo_standard.svg +1 -0
- data/assets/images/Linaro-Sprinkle.svg +13 -0
- data/assets/images/avatar-placeholder.png +0 -0
- data/assets/images/background-image.jpg +0 -0
- data/assets/images/banner.jpg +0 -0
- data/assets/images/close.png +0 -0
- data/assets/images/css3.png +0 -0
- data/assets/images/favicon.ico +0 -0
- data/assets/images/favicon.png +0 -0
- data/assets/images/html5.png +0 -0
- data/assets/images/jekyll.svg +1 -0
- data/assets/images/js.jpeg +0 -0
- data/assets/images/loading.gif +0 -0
- data/assets/images/next.png +0 -0
- data/assets/images/owl.video.play.png +0 -0
- data/assets/images/placeholder.png +0 -0
- data/assets/images/prev.png +0 -0
- data/assets/images/social-media-image.png +0 -0
- data/assets/js/app/developer-services.js +26 -0
- data/assets/js/app/facebook.js +8 -0
- data/assets/js/app/home.js +46 -0
- data/assets/js/app/main.js +145 -0
- data/assets/js/app/mixitup.js +23 -0
- data/assets/js/app/openhours-timer.js +23 -0
- data/assets/js/app/rss.js +96 -0
- data/assets/js/app/search-page.js +40 -0
- data/assets/js/app/sticky-navbar.js +65 -0
- data/assets/js/app/tables.js +35 -0
- data/assets/js/package-blog.js +10 -0
- data/assets/js/package-developer-services.js +10 -0
- data/assets/js/package-extended.js +12 -0
- data/assets/js/package-home.js +10 -0
- data/assets/js/package-main.js +8 -0
- data/assets/js/package-openhours.js +10 -0
- data/assets/js/package-rss.js +11 -0
- data/assets/js/package-search.js +9 -0
- data/assets/js/package-services.js +6 -0
- data/assets/js/package-sticky.js +9 -0
- data/assets/js/package-work.js +12 -0
- data/assets/js/vendor/bootstrap.min.js +7 -0
- data/assets/js/vendor/cognito.js +11 -0
- data/assets/js/vendor/cookieconsent.min.js +8 -0
- data/assets/js/vendor/filtrify.js +11 -0
- data/assets/js/vendor/flipclock.min.js +2 -0
- data/assets/js/vendor/jquery.min.js +4 -0
- data/assets/js/vendor/jquery.rss.min.js +333 -0
- data/assets/js/vendor/jquery.validate.min.js +4 -0
- data/assets/js/vendor/lazysizes.min.js +2 -0
- data/assets/js/vendor/lightbox.js +519 -0
- data/assets/js/vendor/loadCSS.js +35 -0
- data/assets/js/vendor/loadCSS.min.js +2 -0
- data/assets/js/vendor/ls.unveilhooks.js +145 -0
- data/assets/js/vendor/mc-validate.js +14 -0
- data/assets/js/vendor/moment.min.js +1 -0
- data/assets/js/vendor/owl.carousel.min.js +103 -0
- data/assets/js/vendor/picturefill.min.js +5 -0
- data/assets/js/vendor/shuffle.js +2004 -0
- data/assets/js/vendor/twitter.js +129 -0
- data/robots.txt +9 -0
- metadata +509 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: f2e7a35c24000c12299d14b7e495e6db00e83bb9
|
4
|
+
data.tar.gz: b225aba85c8101ec1ed573305701704c90c18686
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: b8c2a8008de0627a19eb9fee534cb658bda7cecd55edac3f6a73c7a1afec1c2a6942006cafd1fd253959d70108d105b4971fe1f8d096f6ab89819ab88daf1933
|
7
|
+
data.tar.gz: 196bda9708be1b3665d6d7920f2f4e15da7fe7a7d5f0b619ae744e4316e70503cadfc28237ebc339218b2f7a5f1a16c79ebbcd1ff6e8769a378dabe0e874eaa8
|
data/LICENSE.txt
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright (c) 2018 Kyle Kirkby
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
13
|
+
all copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
21
|
+
THE SOFTWARE.
|
data/README.md
ADDED
@@ -0,0 +1,19 @@
|
|
1
|
+
# Jumbo Jekyll Theme
|
2
|
+
|
3
|
+
This is an open source Jekyll theme built for use on the Linaro Jekyll static websites. This project aims to unify the styles and components of Linaro static websites and make it easier to replicate and deploy a new static site.
|
4
|
+
|
5
|
+
## Examples of sites using the theme
|
6
|
+
|
7
|
+
* [Linaro.org](https://www.linaro.org)
|
8
|
+
* [96boards.org](https://www.96boards.org)
|
9
|
+
* [Op-tee.org](https://www.op-tee.org)
|
10
|
+
* [OpenDataPlane.org](https://www.opendataplane.org)
|
11
|
+
* [DeviceTree.org](https://www.devicetree.org)
|
12
|
+
|
13
|
+
## Features
|
14
|
+
|
15
|
+
Some of the features this theme offers:
|
16
|
+
|
17
|
+
* Lazy loading of content.
|
18
|
+
* Generated breadcrumb
|
19
|
+
* Easy navigation / footer management using YAML Data files.
|
data/_data/authors.yml
ADDED
data/_data/footer.yml
ADDED
@@ -0,0 +1,51 @@
|
|
1
|
+
# Image to be used in the footer. Default is the Linaro Sprinkle
|
2
|
+
# image: Linaro-Logo.svg
|
3
|
+
|
4
|
+
# Columns to be added to the footer
|
5
|
+
columns:
|
6
|
+
- title: CSS
|
7
|
+
url: /
|
8
|
+
items:
|
9
|
+
- text: Bootstrap
|
10
|
+
url : /docs/css/
|
11
|
+
- title: Jekyll
|
12
|
+
url: /
|
13
|
+
items:
|
14
|
+
- text: Plugins
|
15
|
+
url : /docs/jekyll/plugins/
|
16
|
+
- text: Includes
|
17
|
+
url : /docs/jekyll/includes/
|
18
|
+
- text: Layouts
|
19
|
+
url : /docs/jekyll/layouts/
|
20
|
+
- title: JS
|
21
|
+
url: /
|
22
|
+
items:
|
23
|
+
- text: JQuery
|
24
|
+
url: /docs/js/jquery/
|
25
|
+
- text: Bootstrap
|
26
|
+
url: /docs/js/bootstrap/
|
27
|
+
- title: Blog
|
28
|
+
url: /
|
29
|
+
items:
|
30
|
+
- text: Using the Jumbo Jekyll Theme
|
31
|
+
url : /blog/getting-started/
|
32
|
+
|
33
|
+
- title: Collaborate
|
34
|
+
url: /
|
35
|
+
items:
|
36
|
+
- text: Fork on GitHub
|
37
|
+
url : https://github.com/linaro-website/jumbo-jekyll-theme
|
38
|
+
|
39
|
+
- title: Column 6
|
40
|
+
url: /
|
41
|
+
items:
|
42
|
+
- text: DragonBoard™ 410c
|
43
|
+
url : /
|
44
|
+
|
45
|
+
company-links:
|
46
|
+
- name: Legal
|
47
|
+
url: /legal/
|
48
|
+
- name: Contact
|
49
|
+
url: /contact/
|
50
|
+
- name: Press
|
51
|
+
url: /press/
|
data/_data/nav.yml
ADDED
@@ -0,0 +1,78 @@
|
|
1
|
+
# Search Config
|
2
|
+
search:
|
3
|
+
enabled: true
|
4
|
+
label: Linaro
|
5
|
+
|
6
|
+
# Nav Brand Config
|
7
|
+
brand:
|
8
|
+
text: Jumbo Jekyll Theme
|
9
|
+
image:
|
10
|
+
enabled: false
|
11
|
+
name: Linaro-Logo.svg
|
12
|
+
url: /
|
13
|
+
|
14
|
+
# Navigation pages
|
15
|
+
pages:
|
16
|
+
|
17
|
+
- title: Jekyll
|
18
|
+
options:
|
19
|
+
- text: Plugins
|
20
|
+
url: /jekyll/plugins/
|
21
|
+
options:
|
22
|
+
- text: Jekyll Assets
|
23
|
+
url: /jekyll/plugins/assets/
|
24
|
+
- text: Jekyll Assets
|
25
|
+
url: /jekyll/plugins/assets/
|
26
|
+
- text: Jekyll Assets
|
27
|
+
url: /jekyll/plugins/assets/
|
28
|
+
- text: Includes
|
29
|
+
url: /jekyll/includes/
|
30
|
+
- text: Layouts
|
31
|
+
url: /jekyll/layouts/
|
32
|
+
options:
|
33
|
+
- text: Default
|
34
|
+
url: /jekyll/layouts/default/
|
35
|
+
- text: Container
|
36
|
+
url: /jekyll/layouts/container/
|
37
|
+
- text: Container Breadcrumb
|
38
|
+
url: /jekyll/layouts/container-breadcrumb/
|
39
|
+
- text: Container Breadcrumb Left Sidebar
|
40
|
+
url: /jekyll/layouts/container-breadcrumb-left-sidebar/
|
41
|
+
- text: Container Breadcrumb Right Sidebar
|
42
|
+
url: /jekyll/layouts/container-breadcrumb-right-sidebar/
|
43
|
+
- text: Container Left Sidebar
|
44
|
+
url: /jekyll/layouts/container-left-sidebar/
|
45
|
+
- text: Container Right Sidebar
|
46
|
+
url: /jekyll/layouts/container-right-sidebar/
|
47
|
+
- text: Post
|
48
|
+
url: /jekyll/layouts/post/
|
49
|
+
- text: Featured Image Post
|
50
|
+
url: /jekyll/layouts/featured-image-post/
|
51
|
+
- text: Featured Image Post - No Sidebar
|
52
|
+
url: /jekyll/layouts/featured-image-post-no-sidebar/
|
53
|
+
|
54
|
+
- title: About
|
55
|
+
options:
|
56
|
+
- text: Overview
|
57
|
+
url: /about/
|
58
|
+
- text: Collaborate
|
59
|
+
url: /collaborate/
|
60
|
+
- text: Jekyll
|
61
|
+
|
62
|
+
- title: CSS
|
63
|
+
options:
|
64
|
+
- text: Bootstrap
|
65
|
+
url: /css/bootstrap/
|
66
|
+
|
67
|
+
|
68
|
+
- title: JS
|
69
|
+
options:
|
70
|
+
- text: JQuery
|
71
|
+
url: /js/jquery/
|
72
|
+
- text: Bootstrap
|
73
|
+
url: /js/bootstrap/
|
74
|
+
|
75
|
+
- title: Blog
|
76
|
+
url: /blog/
|
77
|
+
- title: Download
|
78
|
+
url: /download/
|
data/_data/news.yaml
ADDED
@@ -0,0 +1,230 @@
|
|
1
|
+
entries:
|
2
|
+
- title: Linaro Announces First Development Board Compliant with 96Boards IoT Edition
|
3
|
+
Specification
|
4
|
+
link: http://www.linaro.org/news/linaro-announces-first-development-board-compliant-96boards-iot-edition-specification/
|
5
|
+
tag: news
|
6
|
+
|
7
|
+
- title: HopeRun joins Linaro 96Boards Steering Committee
|
8
|
+
link: http://www.linaro.org/news/hoperun-joins-linaro-96boards-steering-committee/
|
9
|
+
tag: news
|
10
|
+
|
11
|
+
- title: Linaro Announces First Development Board Compliant with 96Boards TV Platform
|
12
|
+
Specification
|
13
|
+
link: http://www.linaro.org/news/linaro-announces-first-development-board-compliant-96boards-tv-platform-specification/
|
14
|
+
tag: news
|
15
|
+
|
16
|
+
- title: ArcherMind Joins 96Boards and Launches Deca-Core ARMv8 Product
|
17
|
+
link: http://www.linaro.org/news/archermind-joins-96boards-launches-deci-core-armv8-product/
|
18
|
+
tag: news
|
19
|
+
|
20
|
+
- title: Thundersoft joins Linaro 96Boards as both Manufacturing Partner and Steering
|
21
|
+
Committee member
|
22
|
+
link: http://www.linaro.org/news/thundersoft-joins-linaro-96boards-manufacturing-partner-steering-committee-member/
|
23
|
+
tag: news
|
24
|
+
|
25
|
+
- title: Linaro announces LeMaker as a member of the Linaro Community Boards Group
|
26
|
+
link: https://www.linaro.org/news/linaro-announces-lemaker-as-a-member-of-the-linaro-community-boards-group/
|
27
|
+
tag: news
|
28
|
+
|
29
|
+
- title: DragonBoard 410c announced by Qualcomm
|
30
|
+
link: http://www.linaro.org/blog/dragonboard-410c/
|
31
|
+
tag: news
|
32
|
+
|
33
|
+
- title: Board based on HiSilicon Kirin 6220 processor
|
34
|
+
link: http://www.linaro.org/blog/dragonboard-410c/
|
35
|
+
tag: news
|
36
|
+
|
37
|
+
- title: Inside the 96Boards Specification
|
38
|
+
link: http://www.linaro.org/blog/inside-96boards-specification/
|
39
|
+
tag: news
|
40
|
+
|
41
|
+
- title: 96Boards and Open Source Hardware
|
42
|
+
link: http://www.linaro.org/blog/96boards-open-source-hardware/
|
43
|
+
tag: news
|
44
|
+
|
45
|
+
- title: Linaro announces 96Boards initiative to accelerate ARM software development
|
46
|
+
link: http://www.linaro.org/news/linaro-announces-96boards-initiative-accelerate-arm-software-development/
|
47
|
+
tag: news
|
48
|
+
|
49
|
+
- title: Linaro announces Actions Technology as a founding member of the Linaro
|
50
|
+
Community Boards Group
|
51
|
+
link: http://www.linaro.org/news/linaro-announces-actions-technology-founding-member-linaro-community-boards-group/
|
52
|
+
tag: news
|
53
|
+
|
54
|
+
- title: Linaro announces Marvell as a founding member of the Linaro Community Boards
|
55
|
+
Group
|
56
|
+
link: http://www.linaro.org/news/linaro-announces-marvell-founding-member-linaro-community-boards-group/
|
57
|
+
tag: news
|
58
|
+
|
59
|
+
- title: Here’s what your hardware needs for the AWS Greengrass IoT service
|
60
|
+
link: http://www.networkworld.com/article/3146248/cloud-computing/heres-what-your-hardware-needs-for-the-aws-greengrass-iot-service.html
|
61
|
+
date: 30 Nov 2016
|
62
|
+
tag: external-news
|
63
|
+
|
64
|
+
- title: AWS Greengrass brings Lambda to IoT devices
|
65
|
+
link: https://techcrunch.com/2016/11/30/aws-greengrass-brings-lambda-to-iot-devices/
|
66
|
+
date: 30 Nov 2016
|
67
|
+
tag: external-news
|
68
|
+
|
69
|
+
- title: Qualcomm Announces Intent to Support New Amazon Web Services Greengrass
|
70
|
+
Platform
|
71
|
+
link: https://www.qualcomm.com/news/releases/2016/11/30/qualcomm-announces-intent-support-new-amazon-web-services-greengrass
|
72
|
+
date: 30 Nov 2016
|
73
|
+
tag: external-news
|
74
|
+
|
75
|
+
- title: Qualcomm Snapdragon 600E and 410E Designed for Embedded Computing, Internet
|
76
|
+
of Things Applications Now Widely Available
|
77
|
+
link: https://www.qualcomm.com/news/releases/2016/09/28/qualcomm-snapdragon-600e-and-410e-designed-embedded-computing-internet
|
78
|
+
date: 29 Sep 2016
|
79
|
+
tag: external-news
|
80
|
+
|
81
|
+
- title: Make a Wi-Fi gadget with a $9.99 Orange Pi development board
|
82
|
+
link: http://www.computerworld.com/article/3124779/internet-of-things/make-a-wi-fi-gadget-with-a-999-orange-pi-development-board.html
|
83
|
+
date: 28 Sep 2016
|
84
|
+
tag: external-news
|
85
|
+
|
86
|
+
- title: 96Boards.org goes Cortex-M4 with IoT Edition and Carbon SBC
|
87
|
+
link: http://hackerboards.com/96boards-goes-cortex-m4-with-iot-edition-and-carbon-sbc/
|
88
|
+
date: 27 Sep 2016
|
89
|
+
tag: external-news
|
90
|
+
|
91
|
+
- title: MediaTek Launches Helio X20 Development Board For Advanced Product Creation
|
92
|
+
Across Markets
|
93
|
+
link: http://mediatek.com/en/news-events/mediatek-news/mediatek-launches-helio-x20-development-board-for-advanced-product-creation-across-markets/
|
94
|
+
date: 27 Jun 2016
|
95
|
+
tag: external-news
|
96
|
+
|
97
|
+
- title: And the Maker Month DragonBoard Contest Winner Is…
|
98
|
+
link: https://developer.qualcomm.com/blog/and-maker-month-dragonboard-contest-winner
|
99
|
+
date: 17 Jun 2016
|
100
|
+
tag: external-news
|
101
|
+
|
102
|
+
- title: Inspiring the Internet of Things Generation
|
103
|
+
link: http://www.huffingtonpost.com/raj-talluri/inspiring-the-internet-of_b_10331574.html
|
104
|
+
date: 8 Jun 2016
|
105
|
+
tag: external-news
|
106
|
+
|
107
|
+
- title: Linaro Releases the First (Alpha) Version of the 96Boards Reference Software
|
108
|
+
Platform
|
109
|
+
link: http://www.cnx-software.com/2015/11/09/linaro-releases-the-first-alpha-version-of-the-96boards-reference-software-platform/
|
110
|
+
date: 9 Nov 2015
|
111
|
+
tag: external-news
|
112
|
+
|
113
|
+
- title: Gumstix announces potential future support for 96Boards in Geppetto
|
114
|
+
link: http://www.marketwatch.com/story/geppettotm-offers-electronic-designers-rapid-path-to-commercial-production-2015-11-04
|
115
|
+
date: 4 Nov 2015
|
116
|
+
tag: external-news
|
117
|
+
|
118
|
+
- title: Arrow Electronics Demos AWS-Powered IoT Starter Kit at Annual Amazon Web
|
119
|
+
Services User Conference
|
120
|
+
link: http://www.marketwatch.com/story/arrow-electronics-demos-aws-powered-iot-starter-kit-at-annual-amazon-web-services-user-conference-2015-10-08
|
121
|
+
date: 8 Oct 2015
|
122
|
+
tag: external-news
|
123
|
+
|
124
|
+
- title: Arrow Electronics Introduces Open Source Board with New Freescale i.MX
|
125
|
+
7 Microprocessor
|
126
|
+
link: http://www.marketwatch.com/story/arrow-electronics-introduces-open-source-board-with-new-freescale-imx-7-microprocessor-2015-06-25
|
127
|
+
date: 25 June 2015
|
128
|
+
tag: external-news
|
129
|
+
|
130
|
+
- title: Qualcomm DragonBoard 410c 96Boards 64bit Quad-core ARM Cortex-A53 development
|
131
|
+
board [Video]
|
132
|
+
link: http://armdevices.net/2015/06/22/qualcomm-dragonboard-410c-96boards-64bit-quad-core-arm-cortex-a53-development-board/
|
133
|
+
date: 22 Jun 2015
|
134
|
+
tag: external-news
|
135
|
+
|
136
|
+
- title: DragonBoard 410c brings affordable prototyping to the Internet of Everything
|
137
|
+
link: https://www.qualcomm.com/news/snapdragon/2015/06/18/dragonboard-410c-brings-affordable-prototyping-internet-everything
|
138
|
+
date: 18 Jun 2015
|
139
|
+
tag: external-news
|
140
|
+
|
141
|
+
- title: Arrow Electronics Joins Linaro to Help Bring Innovative New Boards to Market
|
142
|
+
link: http://www.businesswire.com/news/home/20150428006206/en/Arrow-Electronics-Joins-Open-Source-Software-Pioneer-Linaro#.VXF1wVxVhBf
|
143
|
+
date: 28 April 2015
|
144
|
+
tag: external-news
|
145
|
+
|
146
|
+
- title: Avnet Electronics Marketing Now Accepting Pre-Orders for New HiKey Board
|
147
|
+
link: http://www.businesswire.com/news/home/20150402005102/en/Avnet-Electronics-Marketing-Accepting-Pre-Orders-HiKey-Board#.Vhd4oBNVhBd
|
148
|
+
date: 02 April 2015
|
149
|
+
tag: external-news
|
150
|
+
|
151
|
+
- title: "“Open” is as “Open” Does: Parsing an announcement"
|
152
|
+
link: http://www.linuxpromagazine.com/Online/Blogs/Paw-Prints-Writings-of-the-maddog/Open-is-as-Open-Does-Parsing-an-announcement
|
153
|
+
date: 23 Feb 2015
|
154
|
+
tag: external-news
|
155
|
+
|
156
|
+
- title: Linaro Launches 96Boards SBC Standard and First ARMv8 Board
|
157
|
+
link: http://www.linux.com/news/embedded-mobile/mobile-linux/810613-linaro-launches-96boards-sbc-standard-and-first-armv8-board
|
158
|
+
date: 19 Feb 2015
|
159
|
+
tag: external-news
|
160
|
+
|
161
|
+
- title: LAVA Lab to integrate HiKey from 96Boards.org
|
162
|
+
link: http://armdevices.net/2015/02/18/lava-lab-to-integrate-hikey-from-96boards-org/
|
163
|
+
date: 18 Feb 2015
|
164
|
+
tag: external-news
|
165
|
+
|
166
|
+
- title: Actions Technology invests in enabling Linaro’s open source development
|
167
|
+
community
|
168
|
+
link: http://www.actions-semi.com/en/newsview.aspx?cat=1&id=742
|
169
|
+
date: 17 Feb 2015
|
170
|
+
tag: external-news
|
171
|
+
|
172
|
+
- link: http://linuxgizmos.com/most-powerful-96boards-sbc-yet-offers-m2-expansion/
|
173
|
+
title: Eric Brown – LinuxGizmos
|
174
|
+
tag: hikey960
|
175
|
+
|
176
|
+
- link: http://www.techrepublic.com/article/raspberry-pi-challenger-huaweis-turbo-charged-board-runs-android-but-at-a-hefty-price/
|
177
|
+
title: Nick Heath – Tech Republic
|
178
|
+
tag: hikey960
|
179
|
+
|
180
|
+
- link: http://www.ubergizmo.com/2017/04/huawei-hikey-960-computer-board-for-android/
|
181
|
+
title: Adnan Farooqui – Ubergizmo
|
182
|
+
tag: hikey960
|
183
|
+
|
184
|
+
- link: https://www.phoronix.com/scan.php?page=news_item&px=96Boards-HiKey-960
|
185
|
+
title: Michael Larabel – Phoronix
|
186
|
+
tag: hikey960
|
187
|
+
|
188
|
+
- link: http://www.cnx-software.com/2017/04/26/96boards-compliant-hikey-960-arm-cortex-a73-development-board-is-now-available-for-239/
|
189
|
+
title: CNX
|
190
|
+
tag: hikey960
|
191
|
+
|
192
|
+
- link: https://www.ilsoftware.it/articoli.asp?tag=Huawei-e-Google-presentano-HiKey-960-molto-piu-performante-di-una-Raspberry_15417
|
193
|
+
title: Michele Nasi – ilSoftware.IT
|
194
|
+
tag: hikey960
|
195
|
+
|
196
|
+
- link: https://www.xataka.com/ordenadores/a-la-raspberry-pi-le-sale-un-competidor-potente-la-hikey-960-llega-con-un-kirin-960-y-3-gb-de-ram
|
197
|
+
title: Javier Pastor – Xataka
|
198
|
+
tag: hikey960
|
199
|
+
|
200
|
+
- link: https://www.adslzone.net/2017/04/26/huawei-hikey-960-un-potente-rival-para-raspberry-pi/
|
201
|
+
title: Claudio Valero – ADSLZone
|
202
|
+
tag: hikey960
|
203
|
+
|
204
|
+
- link: http://www.com-magazin.de/news/hardware/entwicklerboard-hikey-960-kommt-mate-9-chip-1218892.html
|
205
|
+
title: Stefan Bordel – Com! Professional
|
206
|
+
tag: hikey960
|
207
|
+
|
208
|
+
- link: https://liliputing.com/2017/04/hkey-960-240-android-dev-boardcomputer-kirin-960.html
|
209
|
+
title: Brad Linder – Liliputing
|
210
|
+
tag: hikey960
|
211
|
+
|
212
|
+
- link: http://newatlas.com/linaro-huawei-hikey-960-computer-board/49224/
|
213
|
+
title: Paul Ridden – New Atlas
|
214
|
+
tag: hikey960
|
215
|
+
|
216
|
+
- link: http://www.sciencetimes.com/articles/13576/20170426/android-7-1-new-superfast-computer-huawei-hikey-960-launching.htm
|
217
|
+
title: Soutrik Das – Science Times
|
218
|
+
tag: hikey960
|
219
|
+
|
220
|
+
- link: http://www.cnbeta.com/articles/tech/606691.htm
|
221
|
+
title: 威锋网 on – cnBeta.com
|
222
|
+
tag: hikey960
|
223
|
+
|
224
|
+
- link: http://www.it.com.cn/news/cyxw/yejie/2017042622/1362399.html
|
225
|
+
title: IT.com.cn
|
226
|
+
tag: hikey960
|
227
|
+
|
228
|
+
- link: http://www.webwire.com/ViewPressRel.asp?aId=208895
|
229
|
+
title: Webwire
|
230
|
+
tag: hikey960
|
data/_data/settings.yml
ADDED
@@ -0,0 +1,113 @@
|
|
1
|
+
# Mailchimp settings
|
2
|
+
mailchimp:
|
3
|
+
enabled: true
|
4
|
+
id: af6cf590b0
|
5
|
+
|
6
|
+
# Footer Newsletter toggle.
|
7
|
+
newsletter:
|
8
|
+
enabled: true
|
9
|
+
|
10
|
+
tags_enabled: true
|
11
|
+
|
12
|
+
# Footer Image default is linaro sprinkle
|
13
|
+
linaro-footer-image: Linaro-Sprinkle.svg
|
14
|
+
|
15
|
+
# Settings for the home page
|
16
|
+
home:
|
17
|
+
# If this is set then the navigation will be transparent.
|
18
|
+
transparent_nav: true
|
19
|
+
# If this is set to true then the shape divider will be displayed
|
20
|
+
shaped-divider: true
|
21
|
+
# Jumbotron settings for the home page
|
22
|
+
jumbotron:
|
23
|
+
# Title for the home page jumbotron
|
24
|
+
title:
|
25
|
+
first-line: Welcome to the
|
26
|
+
second-line: Jumbo Jekyll Theme
|
27
|
+
# Text to be displayed in the home page jumbotron
|
28
|
+
text:
|
29
|
+
first-line: A theme for Linaro Static Jekyll sites.
|
30
|
+
second-line: Customize this content in the _data/settings.yml
|
31
|
+
# Buttons to be displayed in the Jumbotron
|
32
|
+
buttons:
|
33
|
+
- text: Learn More
|
34
|
+
class: btn btn-primary btn-lg fade-in-three bottom-border-five
|
35
|
+
url: /about/
|
36
|
+
- text: Get Started
|
37
|
+
url:
|
38
|
+
class: btn btn-primary btn-lg fade-in-three bottom-border-five
|
39
|
+
# Background image for the home page located in assets/images
|
40
|
+
background-image: background-image.jpg
|
41
|
+
#image: Linaro-Logo.svg
|
42
|
+
|
43
|
+
|
44
|
+
# Jekyll social media site settings. Github, LinkedIn, Google+, Facebook and Youtube
|
45
|
+
github_username: Linaro
|
46
|
+
linkedin_username: 1026961
|
47
|
+
google_plus_username: +LinaroOnAir
|
48
|
+
facebook_username: LinaroOrg
|
49
|
+
youtube_username: linaroorg
|
50
|
+
twitter_username: linaroorg
|
51
|
+
slideshare_username: linaroorg
|
52
|
+
|
53
|
+
|
54
|
+
# Blog setup
|
55
|
+
blog:
|
56
|
+
# Toggle site wide comments display.
|
57
|
+
comments: true
|
58
|
+
# Post Side Bar Settings
|
59
|
+
sidebar:
|
60
|
+
# Toggle whether or not thumbnails in the sidebar are displayed.
|
61
|
+
thumbnails:
|
62
|
+
display: true
|
63
|
+
# Display other posts contained in _posts
|
64
|
+
other-posts:
|
65
|
+
display: true
|
66
|
+
count: 4
|
67
|
+
# Display Related posts based on tags / categories
|
68
|
+
related-posts:
|
69
|
+
display: true
|
70
|
+
count: 5
|
71
|
+
# Display the most recent posts
|
72
|
+
most-recent-posts:
|
73
|
+
display: true
|
74
|
+
count: 5
|
75
|
+
# Display custom collection e.g projects on 96boards
|
76
|
+
collection:
|
77
|
+
- name: projects
|
78
|
+
count: 5
|
79
|
+
# Fields to use for title and url.
|
80
|
+
display_fields:
|
81
|
+
title: title
|
82
|
+
url: url
|
83
|
+
|
84
|
+
# Google Anayltics Setup
|
85
|
+
google:
|
86
|
+
tag_manager: GTM-5DLPJQ
|
87
|
+
|
88
|
+
# Shema.org settings used in the schema.html include.
|
89
|
+
schema:
|
90
|
+
organisation:
|
91
|
+
name: Linaro
|
92
|
+
url: https://www.linaro.org
|
93
|
+
sameAs:
|
94
|
+
- https://twitter.com/linaroorg
|
95
|
+
- https://www.facebook.com/LinaroOrg
|
96
|
+
- https://www.linkedin.com/company/1026961/
|
97
|
+
- https://plus.google.com/+LinaroOnAir
|
98
|
+
- https://github.com/Linaro
|
99
|
+
- https://www.slideshare.net/linaroorg
|
100
|
+
address:
|
101
|
+
street: Harston Mill, Royston Rd
|
102
|
+
town: Harston
|
103
|
+
county: Cambridge
|
104
|
+
post_code: CB22 7GG
|
105
|
+
country_code: UK
|
106
|
+
|
107
|
+
# Disqus Comments
|
108
|
+
disqus:
|
109
|
+
enabled: false
|
110
|
+
shortname: Linaro
|
111
|
+
|
112
|
+
# Placeholder for Missing Images
|
113
|
+
placeholder: placeholder.jpg
|