jumbo-jekyll-theme 1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (243) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +19 -0
  4. data/_data/authors.yml +7 -0
  5. data/_data/footer.yml +51 -0
  6. data/_data/nav.yml +78 -0
  7. data/_data/news.yaml +230 -0
  8. data/_data/settings.yml +113 -0
  9. data/_data/sidebar-nav.yml +23 -0
  10. data/_data/sticky-nav.yml +21 -0
  11. data/_includes/breadcrumb.html +101 -0
  12. data/_includes/css.html +9 -0
  13. data/_includes/custom.html +1 -0
  14. data/_includes/display-blog-posts.html +16 -0
  15. data/_includes/disqus-comments.html +14 -0
  16. data/_includes/footer.html +51 -0
  17. data/_includes/google-analytics-script.html +9 -0
  18. data/_includes/gtm-noscript.html +5 -0
  19. data/_includes/gtm-script.html +9 -0
  20. data/_includes/head.html +41 -0
  21. data/_includes/image.html +6 -0
  22. data/_includes/javascript.html +11 -0
  23. data/_includes/jumbotron.html +54 -0
  24. data/_includes/linaro-svg.html +1 -0
  25. data/_includes/media.html +11 -0
  26. data/_includes/members.html +63 -0
  27. data/_includes/nav.html +133 -0
  28. data/_includes/newsletter.html +35 -0
  29. data/_includes/owl-carousel-homepage.html +103 -0
  30. data/_includes/pagination.html +39 -0
  31. data/_includes/post-comments.html +9 -0
  32. data/_includes/post-sidebar.html +59 -0
  33. data/_includes/post-tags.html +13 -0
  34. data/_includes/shape-divider.html +14 -0
  35. data/_includes/shape.html +52 -0
  36. data/_includes/sidebar.html +47 -0
  37. data/_includes/sticky-tab-bar.html +51 -0
  38. data/_includes/youtube.html +7 -0
  39. data/_layouts/container-breadcrumb-left-sidebar.html +10 -0
  40. data/_layouts/container-breadcrumb-right-sidebar.html +9 -0
  41. data/_layouts/container-breadcrumb.html +6 -0
  42. data/_layouts/container-left-sidebar.html +9 -0
  43. data/_layouts/container-right-sidebar.html +9 -0
  44. data/_layouts/container.html +8 -0
  45. data/_layouts/default.html +27 -0
  46. data/_layouts/full-width-breadcrumb.html +10 -0
  47. data/_layouts/full-width.html +9 -0
  48. data/_layouts/home.html +17 -0
  49. data/_layouts/post-featured-image-no-sidebar.html +0 -0
  50. data/_layouts/post-featured-image.html +129 -0
  51. data/_layouts/post-index.html +15 -0
  52. data/_layouts/post-no-sidebar.html +0 -0
  53. data/_layouts/post.html +71 -0
  54. data/_plugins/jekyll_get.rb +40 -0
  55. data/_sass/_bootstrap-compass.scss +9 -0
  56. data/_sass/_bootstrap-mincer.scss +19 -0
  57. data/_sass/_bootstrap-sprockets.scss +9 -0
  58. data/_sass/_bootstrap.scss +56 -0
  59. data/_sass/blog.scss +8 -0
  60. data/_sass/bootstrap/_alerts.scss +73 -0
  61. data/_sass/bootstrap/_badges.scss +68 -0
  62. data/_sass/bootstrap/_breadcrumbs.scss +28 -0
  63. data/_sass/bootstrap/_button-groups.scss +244 -0
  64. data/_sass/bootstrap/_buttons.scss +168 -0
  65. data/_sass/bootstrap/_carousel.scss +270 -0
  66. data/_sass/bootstrap/_close.scss +36 -0
  67. data/_sass/bootstrap/_code.scss +69 -0
  68. data/_sass/bootstrap/_component-animations.scss +37 -0
  69. data/_sass/bootstrap/_dropdowns.scss +216 -0
  70. data/_sass/bootstrap/_forms.scss +617 -0
  71. data/_sass/bootstrap/_glyphicons.scss +307 -0
  72. data/_sass/bootstrap/_grid.scss +84 -0
  73. data/_sass/bootstrap/_input-groups.scss +171 -0
  74. data/_sass/bootstrap/_jumbotron.scss +54 -0
  75. data/_sass/bootstrap/_labels.scss +66 -0
  76. data/_sass/bootstrap/_list-group.scss +130 -0
  77. data/_sass/bootstrap/_media.scss +66 -0
  78. data/_sass/bootstrap/_mixins.scss +40 -0
  79. data/_sass/bootstrap/_modals.scss +150 -0
  80. data/_sass/bootstrap/_navbar.scss +662 -0
  81. data/_sass/bootstrap/_navs.scss +242 -0
  82. data/_sass/bootstrap/_normalize.scss +424 -0
  83. data/_sass/bootstrap/_pager.scss +54 -0
  84. data/_sass/bootstrap/_pagination.scss +89 -0
  85. data/_sass/bootstrap/_panels.scss +271 -0
  86. data/_sass/bootstrap/_popovers.scss +131 -0
  87. data/_sass/bootstrap/_print.scss +101 -0
  88. data/_sass/bootstrap/_progress-bars.scss +87 -0
  89. data/_sass/bootstrap/_responsive-embed.scss +35 -0
  90. data/_sass/bootstrap/_responsive-utilities.scss +179 -0
  91. data/_sass/bootstrap/_scaffolding.scss +161 -0
  92. data/_sass/bootstrap/_tables.scss +234 -0
  93. data/_sass/bootstrap/_theme.scss +291 -0
  94. data/_sass/bootstrap/_thumbnails.scss +38 -0
  95. data/_sass/bootstrap/_tooltip.scss +101 -0
  96. data/_sass/bootstrap/_type.scss +298 -0
  97. data/_sass/bootstrap/_utilities.scss +55 -0
  98. data/_sass/bootstrap/_variables.scss +898 -0
  99. data/_sass/bootstrap/_wells.scss +29 -0
  100. data/_sass/bootstrap/mixins/_alerts.scss +14 -0
  101. data/_sass/bootstrap/mixins/_background-variant.scss +12 -0
  102. data/_sass/bootstrap/mixins/_border-radius.scss +18 -0
  103. data/_sass/bootstrap/mixins/_buttons.scss +65 -0
  104. data/_sass/bootstrap/mixins/_center-block.scss +7 -0
  105. data/_sass/bootstrap/mixins/_clearfix.scss +22 -0
  106. data/_sass/bootstrap/mixins/_forms.scss +88 -0
  107. data/_sass/bootstrap/mixins/_gradients.scss +58 -0
  108. data/_sass/bootstrap/mixins/_grid-framework.scss +81 -0
  109. data/_sass/bootstrap/mixins/_grid.scss +122 -0
  110. data/_sass/bootstrap/mixins/_hide-text.scss +21 -0
  111. data/_sass/bootstrap/mixins/_image.scss +33 -0
  112. data/_sass/bootstrap/mixins/_labels.scss +12 -0
  113. data/_sass/bootstrap/mixins/_list-group.scss +32 -0
  114. data/_sass/bootstrap/mixins/_nav-divider.scss +10 -0
  115. data/_sass/bootstrap/mixins/_nav-vertical-align.scss +9 -0
  116. data/_sass/bootstrap/mixins/_opacity.scss +8 -0
  117. data/_sass/bootstrap/mixins/_pagination.scss +24 -0
  118. data/_sass/bootstrap/mixins/_panels.scss +24 -0
  119. data/_sass/bootstrap/mixins/_progress-bar.scss +10 -0
  120. data/_sass/bootstrap/mixins/_reset-filter.scss +8 -0
  121. data/_sass/bootstrap/mixins/_reset-text.scss +18 -0
  122. data/_sass/bootstrap/mixins/_resize.scss +6 -0
  123. data/_sass/bootstrap/mixins/_responsive-visibility.scss +21 -0
  124. data/_sass/bootstrap/mixins/_size.scss +10 -0
  125. data/_sass/bootstrap/mixins/_tab-focus.scss +9 -0
  126. data/_sass/bootstrap/mixins/_table-row.scss +28 -0
  127. data/_sass/bootstrap/mixins/_text-emphasis.scss +12 -0
  128. data/_sass/bootstrap/mixins/_text-overflow.scss +8 -0
  129. data/_sass/bootstrap/mixins/_vendor-prefixes.scss +222 -0
  130. data/_sass/core.scss +9 -0
  131. data/_sass/core/404.scss +189 -0
  132. data/_sass/core/animations.scss +125 -0
  133. data/_sass/core/blog.scss +348 -0
  134. data/_sass/core/breadcrumb.scss +90 -0
  135. data/_sass/core/carousel-styles.scss +3 -0
  136. data/_sass/core/carousel.scss +175 -0
  137. data/_sass/core/cookieconsent.scss +42 -0
  138. data/_sass/core/critical.scss +0 -0
  139. data/_sass/core/custom.scss +3 -0
  140. data/_sass/core/fa.scss +2336 -0
  141. data/_sass/core/flipclock.scss +435 -0
  142. data/_sass/core/font-awesome.min.scss +4 -0
  143. data/_sass/core/fonts.scss +0 -0
  144. data/_sass/core/footer.scss +140 -0
  145. data/_sass/core/forms.scss +3 -0
  146. data/_sass/core/homepage.scss +79 -0
  147. data/_sass/core/lightbox.scss +213 -0
  148. data/_sass/core/nav.scss +770 -0
  149. data/_sass/core/owl.carousel.min.scss +6 -0
  150. data/_sass/core/owl.theme.default.min.scss +6 -0
  151. data/_sass/core/social-media-icons.scss +71 -0
  152. data/_sass/core/syntax.scss +65 -0
  153. data/_sass/core/tables.scss +125 -0
  154. data/_sass/core/theme.scss +418 -0
  155. data/_sass/custom.scss +0 -0
  156. data/assets/css/app/about.scss +47 -0
  157. data/assets/css/app/blog.scss +48 -0
  158. data/assets/css/app/custom.scss +670 -0
  159. data/assets/css/app/overrides.scss +20 -0
  160. data/assets/css/app/planet.scss +10 -0
  161. data/assets/css/app/press.scss +24 -0
  162. data/assets/css/app/social.scss +29 -0
  163. data/assets/css/app/twitter-feed.scss +414 -0
  164. data/assets/css/app/work.scss +151 -0
  165. data/assets/css/app/youtube.scss +65 -0
  166. data/assets/css/main-404.scss +17 -0
  167. data/assets/css/main-blog.scss +18 -0
  168. data/assets/css/main-home.scss +28 -0
  169. data/assets/css/main-lightbox.scss +28 -0
  170. data/assets/css/main.scss +27 -0
  171. data/assets/fonts/fontawesome-webfont.eot +0 -0
  172. data/assets/fonts/fontawesome-webfont.svg +2671 -0
  173. data/assets/fonts/fontawesome-webfont.ttf +0 -0
  174. data/assets/fonts/fontawesome-webfont.woff +0 -0
  175. data/assets/fonts/fontawesome-webfont.woff2 +0 -0
  176. data/assets/fonts/fontello.eot +0 -0
  177. data/assets/fonts/fontello.svg +44 -0
  178. data/assets/fonts/glyphicons-halflings-regular.ttf +0 -0
  179. data/assets/fonts/glyphicons-halflings-regular.woff +0 -0
  180. data/assets/fonts/glyphicons-halflings-regular.woff2 +0 -0
  181. data/assets/images/96boards-Logo.svg +1 -0
  182. data/assets/images/Linaro-Logo.svg +1 -0
  183. data/assets/images/Linaro-Logo_light.png +0 -0
  184. data/assets/images/Linaro-Logo_standard.svg +1 -0
  185. data/assets/images/Linaro-Sprinkle.svg +13 -0
  186. data/assets/images/avatar-placeholder.png +0 -0
  187. data/assets/images/background-image.jpg +0 -0
  188. data/assets/images/banner.jpg +0 -0
  189. data/assets/images/close.png +0 -0
  190. data/assets/images/css3.png +0 -0
  191. data/assets/images/favicon.ico +0 -0
  192. data/assets/images/favicon.png +0 -0
  193. data/assets/images/html5.png +0 -0
  194. data/assets/images/jekyll.svg +1 -0
  195. data/assets/images/js.jpeg +0 -0
  196. data/assets/images/loading.gif +0 -0
  197. data/assets/images/next.png +0 -0
  198. data/assets/images/owl.video.play.png +0 -0
  199. data/assets/images/placeholder.png +0 -0
  200. data/assets/images/prev.png +0 -0
  201. data/assets/images/social-media-image.png +0 -0
  202. data/assets/js/app/developer-services.js +26 -0
  203. data/assets/js/app/facebook.js +8 -0
  204. data/assets/js/app/home.js +46 -0
  205. data/assets/js/app/main.js +145 -0
  206. data/assets/js/app/mixitup.js +23 -0
  207. data/assets/js/app/openhours-timer.js +23 -0
  208. data/assets/js/app/rss.js +96 -0
  209. data/assets/js/app/search-page.js +40 -0
  210. data/assets/js/app/sticky-navbar.js +65 -0
  211. data/assets/js/app/tables.js +35 -0
  212. data/assets/js/package-blog.js +10 -0
  213. data/assets/js/package-developer-services.js +10 -0
  214. data/assets/js/package-extended.js +12 -0
  215. data/assets/js/package-home.js +10 -0
  216. data/assets/js/package-main.js +8 -0
  217. data/assets/js/package-openhours.js +10 -0
  218. data/assets/js/package-rss.js +11 -0
  219. data/assets/js/package-search.js +9 -0
  220. data/assets/js/package-services.js +6 -0
  221. data/assets/js/package-sticky.js +9 -0
  222. data/assets/js/package-work.js +12 -0
  223. data/assets/js/vendor/bootstrap.min.js +7 -0
  224. data/assets/js/vendor/cognito.js +11 -0
  225. data/assets/js/vendor/cookieconsent.min.js +8 -0
  226. data/assets/js/vendor/filtrify.js +11 -0
  227. data/assets/js/vendor/flipclock.min.js +2 -0
  228. data/assets/js/vendor/jquery.min.js +4 -0
  229. data/assets/js/vendor/jquery.rss.min.js +333 -0
  230. data/assets/js/vendor/jquery.validate.min.js +4 -0
  231. data/assets/js/vendor/lazysizes.min.js +2 -0
  232. data/assets/js/vendor/lightbox.js +519 -0
  233. data/assets/js/vendor/loadCSS.js +35 -0
  234. data/assets/js/vendor/loadCSS.min.js +2 -0
  235. data/assets/js/vendor/ls.unveilhooks.js +145 -0
  236. data/assets/js/vendor/mc-validate.js +14 -0
  237. data/assets/js/vendor/moment.min.js +1 -0
  238. data/assets/js/vendor/owl.carousel.min.js +103 -0
  239. data/assets/js/vendor/picturefill.min.js +5 -0
  240. data/assets/js/vendor/shuffle.js +2004 -0
  241. data/assets/js/vendor/twitter.js +129 -0
  242. data/robots.txt +9 -0
  243. metadata +509 -0
@@ -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
@@ -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.
@@ -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.
@@ -0,0 +1,7 @@
1
+ entries:
2
+ - shortname: kylekirkby
3
+ avatar: https://en.gravatar.com/userimage/54786027/fc975171b4e83cd1c19b20697a1d4329.jpeg
4
+ first_name: Kyle
5
+ second_name: Kirkby
6
+ website: https://kylekirkby.co.uk
7
+ github: https://github.com/kylekirkby
@@ -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/
@@ -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/
@@ -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
@@ -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