linaro-jekyll-theme 0.1.2 → 0.1.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (266) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +52 -19
  3. data/_data/authors.yml +7 -0
  4. data/_data/company.yml +29 -0
  5. data/_data/footer.yml +111 -0
  6. data/_data/linaro.yml +4 -0
  7. data/_data/members_db.yaml +115 -0
  8. data/_data/nav.yml +62 -0
  9. data/_data/news.yaml +230 -0
  10. data/_data/sub-nav-stacked.yml +67 -0
  11. data/_data/sub-nav.yml +61 -0
  12. data/_includes/_theme-includes/_blog/pagination.html +1 -1
  13. data/_includes/_theme-includes/_footer/footer.html +54 -23
  14. data/_includes/_theme-includes/_head/head.html +15 -7
  15. data/_includes/_theme-includes/_navigation/nav.html +62 -14
  16. data/_includes/_theme-includes/_navigation/stacked-nav.html +20 -0
  17. data/_includes/_theme-includes/_navigation/tabbed-nav.html +35 -0
  18. data/_includes/_theme-includes/_page-structure/breadcrumb.html +77 -27
  19. data/_includes/_theme-includes/_page-structure/home-hero-shape.html +34 -0
  20. data/_includes/_theme-includes/_page-structure/home-hero.html +23 -0
  21. data/_includes/_theme-includes/_page-structure/shape-divider.html +12 -0
  22. data/_includes/_theme-includes/_script-includes/css.html +40 -1
  23. data/_includes/_theme-includes/_script-includes/google-analytics/script.html +10 -0
  24. data/_includes/_theme-includes/_script-includes/gtm/gtm-noscript.html +2 -1
  25. data/_includes/_theme-includes/_script-includes/gtm/gtm-script.html +9 -7
  26. data/_includes/_theme-includes/_script-includes/javascript.html +50 -2
  27. data/_includes/_theme-includes/_third-party/disqus.html +1 -1
  28. data/_includes/_theme-includes/_third-party/mailchimp-homepage.html +1 -6
  29. data/_includes/_theme-includes/members.html +3 -3
  30. data/_includes/image.html +6 -1
  31. data/_includes/media.html +9 -1
  32. data/_includes/youtube.html +7 -0
  33. data/{assets/vendor.js → _layouts/about.html} +0 -0
  34. data/_layouts/accessory-display-page.html +88 -0
  35. data/_layouts/blog-breadcrumbless.html +49 -0
  36. data/_layouts/blog.html +56 -0
  37. data/_layouts/contact.html +10 -0
  38. data/_layouts/default-empty.html +11 -0
  39. data/_layouts/default-no-sub-nav.html +15 -0
  40. data/_layouts/default-plain.html +16 -0
  41. data/_layouts/default-stacked-breadcrumb.html +23 -0
  42. data/_layouts/default-stacked.html +22 -0
  43. data/_layouts/default.html +20 -0
  44. data/_layouts/empty.html +10 -0
  45. data/_layouts/{plain-page.html → fluid-no-sub-nav.html} +2 -2
  46. data/_layouts/fluid.html +15 -0
  47. data/_layouts/home-shape.html +18 -0
  48. data/_layouts/home.html +18 -0
  49. data/_layouts/post.html +146 -0
  50. data/_layouts/product-display-page.html +262 -0
  51. data/_layouts/project-display-page.html +28 -0
  52. data/_sass/bootstrap/_variables.scss +28 -5
  53. data/{_assets/css → _sass}/core/animations.scss +0 -0
  54. data/{_assets/css → _sass}/core/blog.scss +36 -25
  55. data/{_assets/css → _sass}/core/breadcrumb.scss +20 -1
  56. data/_sass/core/carousel-styles.scss +3 -0
  57. data/{_assets/css → _sass}/core/carousel.scss +0 -0
  58. data/{_assets/css → _sass}/core/cookieconsent.scss +31 -2
  59. data/_sass/core/custom.scss +3 -0
  60. data/{_assets/css → _sass}/core/fa.scss +7 -2
  61. data/{_assets/css → _sass}/core/flipclock.scss +0 -0
  62. data/{_assets/css → _sass}/core/font-awesome.min.scss +0 -0
  63. data/{_assets/css → _sass}/core/fonts.scss +0 -0
  64. data/{_assets/css → _sass}/core/footer.scss +55 -13
  65. data/_sass/core/homepage.scss +40 -0
  66. data/{_assets/css → _sass}/core/lightbox.scss +0 -0
  67. data/{_assets/css → _sass}/core/nav.scss +136 -15
  68. data/{_assets/css → _sass}/core/openhours.scss +0 -0
  69. data/{_assets/css → _sass}/core/owl.carousel.min.scss +1 -1
  70. data/{_assets/css → _sass}/core/owl.theme.default.min.scss +0 -0
  71. data/{_assets/css → _sass}/core/products.scss +1 -1
  72. data/{_assets/css → _sass}/core/projects.scss +0 -0
  73. data/{_assets/css → _sass}/core/social-media-icons.scss +0 -0
  74. data/{_assets/css → _sass}/core/syntax.scss +0 -0
  75. data/{_assets/css → _sass}/core/tables.scss +38 -0
  76. data/_sass/core/theme.scss +538 -0
  77. data/_sass/custom.scss +0 -0
  78. data/assets/css/main-blog.scss +19 -0
  79. data/assets/css/main-home.scss +16 -0
  80. data/assets/css/main-lightbox.scss +22 -0
  81. data/assets/css/main-openhours.scss +19 -0
  82. data/assets/css/main-products.scss +20 -0
  83. data/assets/css/main-projects.scss +20 -0
  84. data/{_assets → assets}/css/main.scss +6 -0
  85. data/assets/fonts/fontawesome-webfont.eot +0 -0
  86. data/assets/fonts/fontawesome-webfont.svg +2671 -0
  87. data/assets/fonts/fontawesome-webfont.ttf +0 -0
  88. data/assets/fonts/fontawesome-webfont.woff +0 -0
  89. data/assets/fonts/fontawesome-webfont.woff2 +0 -0
  90. data/assets/fonts/fontello.eot +0 -0
  91. data/assets/fonts/fontello.svg +44 -0
  92. data/assets/fonts/glyphicons-halflings-regular.ttf +0 -0
  93. data/assets/fonts/glyphicons-halflings-regular.woff +0 -0
  94. data/assets/fonts/glyphicons-halflings-regular.woff2 +0 -0
  95. data/assets/fonts/lato-regular/LICENSE.txt +93 -0
  96. data/assets/fonts/lato-regular/Lato-regular.eot +0 -0
  97. data/assets/fonts/lato-regular/Lato-regular.svg +435 -0
  98. data/assets/fonts/lato-regular/Lato-regular.ttf +0 -0
  99. data/assets/fonts/lato-regular/Lato-regular.woff +0 -0
  100. data/assets/fonts/lato-regular/Lato-regular.woff2 +0 -0
  101. data/{_assets → assets}/images/96boards-Logo.svg +0 -0
  102. data/{_assets → assets}/images/Linaro-Logo_light.png +0 -0
  103. data/{_assets → assets}/images/Linaro-Logo_standard.svg +0 -0
  104. data/{_assets → assets}/images/Linaro-Sprinkle.svg +0 -0
  105. data/assets/images/avatar-placeholder.png +0 -0
  106. data/assets/images/background-image.jpg +0 -0
  107. data/assets/images/banner.jpg +0 -0
  108. data/assets/images/close.png +0 -0
  109. data/assets/images/css3.png +0 -0
  110. data/assets/images/favicon.ico +0 -0
  111. data/assets/images/favicon.png +0 -0
  112. data/assets/images/html5.png +0 -0
  113. data/assets/images/jekyll.svg +1 -0
  114. data/assets/images/js.jpeg +0 -0
  115. data/assets/images/loading.gif +0 -0
  116. data/assets/images/next.png +0 -0
  117. data/assets/images/owl.video.play.png +0 -0
  118. data/assets/images/placeholder.png +0 -0
  119. data/assets/images/prev.png +0 -0
  120. data/assets/images/social-media-image.png +0 -0
  121. data/assets/js/app/main.js +16 -23
  122. data/{_assets/js/app/search-page.js → assets/js/app/search.js} +1 -1
  123. data/{_assets/js/app/sticky-navbar.js → assets/js/app/sticky.js} +0 -0
  124. data/assets/js/app/tables.js +8 -0
  125. data/assets/js/vendor/cognito-forms.js +150 -0
  126. data/assets/js/vendor/cookieconsent.min.js +2 -9
  127. data/assets/js/vendor/flipclock.min.js +33 -0
  128. data/assets/js/vendor/lightbox.min.js +14 -0
  129. data/robots.txt +9 -0
  130. metadata +156 -226
  131. data/_assets/css/_bootstrap-compass.scss +0 -9
  132. data/_assets/css/_bootstrap-mincer.scss +0 -19
  133. data/_assets/css/_bootstrap-sprockets.scss +0 -9
  134. data/_assets/css/_bootstrap.scss +0 -56
  135. data/_assets/css/blog-pages.scss +0 -5
  136. data/_assets/css/bootstrap/_alerts.scss +0 -73
  137. data/_assets/css/bootstrap/_badges.scss +0 -68
  138. data/_assets/css/bootstrap/_breadcrumbs.scss +0 -28
  139. data/_assets/css/bootstrap/_button-groups.scss +0 -244
  140. data/_assets/css/bootstrap/_buttons.scss +0 -168
  141. data/_assets/css/bootstrap/_carousel.scss +0 -270
  142. data/_assets/css/bootstrap/_close.scss +0 -36
  143. data/_assets/css/bootstrap/_code.scss +0 -69
  144. data/_assets/css/bootstrap/_component-animations.scss +0 -37
  145. data/_assets/css/bootstrap/_dropdowns.scss +0 -216
  146. data/_assets/css/bootstrap/_forms.scss +0 -617
  147. data/_assets/css/bootstrap/_glyphicons.scss +0 -307
  148. data/_assets/css/bootstrap/_grid.scss +0 -84
  149. data/_assets/css/bootstrap/_input-groups.scss +0 -171
  150. data/_assets/css/bootstrap/_jumbotron.scss +0 -54
  151. data/_assets/css/bootstrap/_labels.scss +0 -66
  152. data/_assets/css/bootstrap/_list-group.scss +0 -130
  153. data/_assets/css/bootstrap/_media.scss +0 -66
  154. data/_assets/css/bootstrap/_mixins.scss +0 -40
  155. data/_assets/css/bootstrap/_modals.scss +0 -150
  156. data/_assets/css/bootstrap/_navbar.scss +0 -662
  157. data/_assets/css/bootstrap/_navs.scss +0 -242
  158. data/_assets/css/bootstrap/_normalize.scss +0 -424
  159. data/_assets/css/bootstrap/_pager.scss +0 -54
  160. data/_assets/css/bootstrap/_pagination.scss +0 -89
  161. data/_assets/css/bootstrap/_panels.scss +0 -271
  162. data/_assets/css/bootstrap/_popovers.scss +0 -131
  163. data/_assets/css/bootstrap/_print.scss +0 -101
  164. data/_assets/css/bootstrap/_progress-bars.scss +0 -87
  165. data/_assets/css/bootstrap/_responsive-embed.scss +0 -35
  166. data/_assets/css/bootstrap/_responsive-utilities.scss +0 -179
  167. data/_assets/css/bootstrap/_scaffolding.scss +0 -161
  168. data/_assets/css/bootstrap/_tables.scss +0 -234
  169. data/_assets/css/bootstrap/_theme.scss +0 -291
  170. data/_assets/css/bootstrap/_thumbnails.scss +0 -38
  171. data/_assets/css/bootstrap/_tooltip.scss +0 -101
  172. data/_assets/css/bootstrap/_type.scss +0 -298
  173. data/_assets/css/bootstrap/_utilities.scss +0 -55
  174. data/_assets/css/bootstrap/_variables.scss +0 -874
  175. data/_assets/css/bootstrap/_wells.scss +0 -29
  176. data/_assets/css/bootstrap/mixins/_alerts.scss +0 -14
  177. data/_assets/css/bootstrap/mixins/_background-variant.scss +0 -12
  178. data/_assets/css/bootstrap/mixins/_border-radius.scss +0 -18
  179. data/_assets/css/bootstrap/mixins/_buttons.scss +0 -65
  180. data/_assets/css/bootstrap/mixins/_center-block.scss +0 -7
  181. data/_assets/css/bootstrap/mixins/_clearfix.scss +0 -22
  182. data/_assets/css/bootstrap/mixins/_forms.scss +0 -88
  183. data/_assets/css/bootstrap/mixins/_gradients.scss +0 -58
  184. data/_assets/css/bootstrap/mixins/_grid-framework.scss +0 -81
  185. data/_assets/css/bootstrap/mixins/_grid.scss +0 -122
  186. data/_assets/css/bootstrap/mixins/_hide-text.scss +0 -21
  187. data/_assets/css/bootstrap/mixins/_image.scss +0 -33
  188. data/_assets/css/bootstrap/mixins/_labels.scss +0 -12
  189. data/_assets/css/bootstrap/mixins/_list-group.scss +0 -32
  190. data/_assets/css/bootstrap/mixins/_nav-divider.scss +0 -10
  191. data/_assets/css/bootstrap/mixins/_nav-vertical-align.scss +0 -9
  192. data/_assets/css/bootstrap/mixins/_opacity.scss +0 -8
  193. data/_assets/css/bootstrap/mixins/_pagination.scss +0 -24
  194. data/_assets/css/bootstrap/mixins/_panels.scss +0 -24
  195. data/_assets/css/bootstrap/mixins/_progress-bar.scss +0 -10
  196. data/_assets/css/bootstrap/mixins/_reset-filter.scss +0 -8
  197. data/_assets/css/bootstrap/mixins/_reset-text.scss +0 -18
  198. data/_assets/css/bootstrap/mixins/_resize.scss +0 -6
  199. data/_assets/css/bootstrap/mixins/_responsive-visibility.scss +0 -21
  200. data/_assets/css/bootstrap/mixins/_size.scss +0 -10
  201. data/_assets/css/bootstrap/mixins/_tab-focus.scss +0 -9
  202. data/_assets/css/bootstrap/mixins/_table-row.scss +0 -28
  203. data/_assets/css/bootstrap/mixins/_text-emphasis.scss +0 -12
  204. data/_assets/css/bootstrap/mixins/_text-overflow.scss +0 -8
  205. data/_assets/css/bootstrap/mixins/_vendor-prefixes.scss +0 -222
  206. data/_assets/css/core/critical.scss +0 -991
  207. data/_assets/css/core/homepage.scss +0 -16
  208. data/_assets/css/core/members-sprite.scss +0 -425
  209. data/_assets/css/core/theme.scss +0 -244
  210. data/_assets/css/documentation-pages.scss +0 -3
  211. data/_assets/css/home-page.scss +0 -3
  212. data/_assets/css/openhours-page.scss +0 -4
  213. data/_assets/css/products-pages.scss +0 -5
  214. data/_assets/css/projects-pages.scss +0 -5
  215. data/_assets/js/app/96boards.js +0 -133
  216. data/_assets/js/app/mixitup.js +0 -23
  217. data/_assets/js/app.js +0 -5
  218. data/_assets/js/vendor/bootstrap.min.js +0 -7
  219. data/_assets/js/vendor/cookieconsent.min.js +0 -15
  220. data/_assets/js/vendor/filtrify.js +0 -11
  221. data/_assets/js/vendor/flipclock.min.js +0 -2
  222. data/_assets/js/vendor/jquery.min.js +0 -4
  223. data/_assets/js/vendor/lazysizes.min.js +0 -2
  224. data/_assets/js/vendor/lightbox.js +0 -519
  225. data/_assets/js/vendor/loadCSS.js +0 -35
  226. data/_assets/js/vendor/loadCSS.min.js +0 -2
  227. data/_assets/js/vendor/mc-validate.js +0 -14
  228. data/_assets/js/vendor/owl.carousel.min.js +0 -27
  229. data/_assets/js/vendor/picturefill.min.js +0 -5
  230. data/_assets/js/vendor/shuffle.js +0 -2004
  231. data/_assets/js/vendor.js +0 -6
  232. data/_includes/_theme-includes/_footer/backup.html +0 -71
  233. data/_includes/_theme-includes/_head/ascii-art.html +0 -11
  234. data/_includes/_theme-includes/_navigation/_sub-navigation/tabbed-nav.html +0 -150
  235. data/_includes/_theme-includes/_page-structure/old-breadcrumb.html +0 -139
  236. data/_includes/_theme-includes/_third-party/mailchimp-sub-footer.html +0 -40
  237. data/_layouts/empty-container-page.html +0 -13
  238. data/_sass/animations.scss +0 -125
  239. data/_sass/blog.scss +0 -188
  240. data/_sass/breadcrumb.scss +0 -48
  241. data/_sass/carousel.scss +0 -122
  242. data/_sass/cookieconsent.scss +0 -13
  243. data/_sass/critical.scss +0 -991
  244. data/_sass/fa.scss +0 -2331
  245. data/_sass/flipclock.scss +0 -435
  246. data/_sass/font-awesome.min.scss +0 -4
  247. data/_sass/fonts.scss +0 -7
  248. data/_sass/footer.scss +0 -76
  249. data/_sass/lightbox.scss +0 -213
  250. data/_sass/members-sprite.scss +0 -425
  251. data/_sass/nav.scss +0 -533
  252. data/_sass/openhours.scss +0 -51
  253. data/_sass/owl.carousel.min.scss +0 -6
  254. data/_sass/owl.theme.default.min.scss +0 -6
  255. data/_sass/products.scss +0 -214
  256. data/_sass/projects.scss +0 -34
  257. data/_sass/social-media-icons.scss +0 -71
  258. data/_sass/syntax.scss +0 -65
  259. data/_sass/tables.scss +0 -87
  260. data/_sass/theme.scss +0 -208
  261. data/assets/js/app/mixitup.js +0 -23
  262. data/assets/js/app/search-page.js +0 -41
  263. data/assets/js/app/sticky-navbar.js +0 -65
  264. data/assets/js/vendor/lightbox.js +0 -519
  265. data/assets/js/vendor/picturefill.min.js +0 -5
  266. data/assets/js/vendor/shuffle.js +0 -2004
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ee9acce60bc5c21511de04cc1db6206acc71f77d
4
- data.tar.gz: 5e905ca7977c83ea0b0742f019f9b17766a85b3e
3
+ metadata.gz: 0c02aecce506d7a302995c9f6ce0ec12fd5d32fa
4
+ data.tar.gz: 8e25f2cc5f480e5842dc96f568e71ec5e57f4a7f
5
5
  SHA512:
6
- metadata.gz: 503435ef1fee0ae751e2910d85937c1acd619b9233275ca40c8d03ef318d6da56b63c1f2c3810916c399bdc35d7e9314abb5880bb380e77d6a675009987a6820
7
- data.tar.gz: b1c08cb8621f08acdbab26de434b382d41f59a8c92726ef07591a7976d976f7ab0e917e8b2ecf205ea22bd341a7f864e2af55840e0c0fda899cc63af82030929
6
+ metadata.gz: 00e2f4d17a445b0a8db18f0fed4d5d9caeb16e575c4b98e4fe0ecb5b11eb74c52b8d727aa695fd75b220d86887d3fc2ec9bb1d612baee946270cabeee95f128f
7
+ data.tar.gz: 4e05878992157767b78206d6b269175b2fde7c2c1def3a27e84dfd6feeeeb898e52a36ee322e89e3dcbc055780ad5d0b8193fa11a9d21d871ba04e9f0230f2ba
data/README.md CHANGED
@@ -4,18 +4,48 @@ Welcome to your new Jekyll theme! In this directory, you'll find the files you n
4
4
 
5
5
  TODO: Delete this and the text above, and describe your gem
6
6
 
7
+ ## Contributing
8
+
9
+ Bug reports and pull requests are welcome on GitHub at https://github.com/kylekirkby/LinaroJekyllTheme. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
10
+
11
+ ## Development
12
+
13
+ To set up your environment to develop this theme, run `bundle install`.
14
+
15
+ Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
16
+
17
+ When your theme is released, only the files in `_layouts`, `_includes`, and `_sass` tracked with Git will be released.
18
+
19
+ ## License
20
+
21
+ The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
22
+ =======
23
+ # LinaroJekyllTheme
24
+
25
+ A Jekyll theme for Linaro Static Websites.
26
+
7
27
  ## Installation
8
28
 
9
- Add this line to your Jekyll site's `Gemfile`:
29
+ In order to setup up a new jekyll site with the Linaro Jekyll Theme you must do the following:
10
30
 
11
- ```ruby
12
- gem "LinaroHyperBlipTheme"
13
31
  ```
32
+ jekyll new NameOfYourSite
33
+ ```
34
+ Look for for the default Jekyll Minima Theme include in your `_config.yml` file. Changed this:
14
35
 
15
- And add this line to your Jekyll site's `_config.yml`:
36
+ ```yaml
37
+ theme: minima
38
+ ```
39
+ to this:
16
40
 
17
41
  ```yaml
18
- theme: LinaroHyperBlipTheme
42
+ theme: linaro-jekyll-theme
43
+ ```
44
+
45
+ Add this line to your Jekyll site's `Gemfile`:
46
+
47
+ ```ruby
48
+ gem "linaro-jekyll-theme"
19
49
  ```
20
50
 
21
51
  And then execute:
@@ -24,27 +54,30 @@ And then execute:
24
54
 
25
55
  Or install it yourself as:
26
56
 
27
- $ gem install LinaroHyperBlipTheme
57
+ $ gem install linaro-jekyll-theme
28
58
 
29
- ## Usage
30
59
 
31
- TODO: Write usage instructions here. Describe your available layouts, includes, and/or sass.
60
+ Once you have done this make sure the theme has installed correctly by running the following command:
32
61
 
33
- ## Contributing
62
+ ```
63
+ jekyll serve
64
+ ```
34
65
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hello. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
66
+ ## Theme Usage
36
67
 
37
- ## Development
68
+ The Linaro Jekyll Theme comes with a many features/layouts that you can use in your theme implementation to make your theme look the best it possibly can.
38
69
 
39
- To set up your environment to develop this theme, run `bundle install`.
70
+ 1. Generated breadcrumb
71
+ 2. Responsive image and media includes.
40
72
 
41
- Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
73
+ # Images
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.
42
75
 
43
- When your theme is released, only the files in `_layouts`, `_includes`, and `_sass` tracked with Git will be released.
44
76
 
45
- ## License
77
+ # Social Media Share Image
46
78
 
47
- The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
48
- =======
49
- # LinaroJekyllTheme
50
- A Jekyll theme for Linaro Static Websites.
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
+ ```
data/_data/authors.yml ADDED
@@ -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
data/_data/company.yml ADDED
@@ -0,0 +1,29 @@
1
+ # favicon: /assets/images/favicon.png?v=2
2
+ name: 96boards
3
+ search-label: 96Boards
4
+ slogan: A theme for Linaro Static Sites
5
+ # github_username: kylekirkby
6
+ # facebook_username: kylekirkby
7
+ # members:
8
+ # excludes:
9
+ # - /search/
10
+
11
+ # newsletter:
12
+ # enabled: true
13
+ # mailchimp:
14
+ # enabled: false
15
+ # id: e3d2abc041
16
+ # Jekyll social media site settings. Github, LinkedIn, Google+, Facebook and Youtube
17
+ # disqus:
18
+ # enabled: true
19
+ # shortname: op-tee
20
+ #
21
+ # google:
22
+ # analytics: UA-16756069-20
23
+ # tag_manager: GTM-TDJ7LGH
24
+
25
+ # homepage_image: /assets/images/background-image.jpg
26
+ # breadcrumb-colour: "#000"
27
+ tags_enabled: False
28
+ # breadcrumb-image: /assets/images/background-image.jpg
29
+ placeholder: /assets/images/placeholder.png
data/_data/footer.yml ADDED
@@ -0,0 +1,111 @@
1
+
2
+ columns:
3
+ - title: Column 1
4
+ url: /
5
+ items:
6
+ - text: DragonBoard™ 410c
7
+ url : /
8
+ - text: DragonBoard™ 410c
9
+ url : /
10
+ - text: DragonBoard™ 410c
11
+ url : /
12
+ - text: DragonBoard™ 410c
13
+ url : /
14
+ - text: DragonBoard™ 410c
15
+ url : /
16
+ - text: DragonBoard™ 410c
17
+ url : /
18
+ - text: DragonBoard™ 410c
19
+ url : /
20
+ - title: Column 2
21
+ url: /
22
+ items:
23
+ - text: DragonBoard™ 410c
24
+ url : /
25
+ - text: DragonBoard™ 410c
26
+ url : /
27
+ - text: DragonBoard™ 410c
28
+ url : /
29
+ - text: DragonBoard™ 410c
30
+ url : /
31
+ - text: DragonBoard™ 410c
32
+ url : /
33
+ - text: DragonBoard™ 410c
34
+ url : /
35
+ - text: DragonBoard™ 410c
36
+ url : /
37
+ - title: Column 3
38
+ url: /
39
+ items:
40
+ - text: DragonBoard™ 410c
41
+ url : /
42
+ - text: DragonBoard™ 410c
43
+ url : /
44
+ - text: DragonBoard™ 410c
45
+ url : /
46
+ - text: DragonBoard™ 410c
47
+ url : /
48
+ - text: DragonBoard™ 410c
49
+ url : /
50
+ - text: DragonBoard™ 410c
51
+ url : /
52
+ - text: DragonBoard™ 410c
53
+ url : /
54
+ - title: Column 4
55
+ url: /
56
+ items:
57
+ - text: DragonBoard™ 410c
58
+ url : /
59
+ - text: DragonBoard™ 410c
60
+ url : /
61
+ - text: DragonBoard™ 410c
62
+ url : /
63
+ - text: DragonBoard™ 410c
64
+ url : /
65
+ - text: DragonBoard™ 410c
66
+ url : /
67
+ - text: DragonBoard™ 410c
68
+ url : /
69
+ - text: DragonBoard™ 410c
70
+ url : /
71
+ - title: Column 5
72
+ url: /
73
+ items:
74
+ - text: DragonBoard™ 410c
75
+ url : /
76
+ - text: DragonBoard™ 410c
77
+ url : /
78
+ - text: DragonBoard™ 410c
79
+ url : /
80
+ - text: DragonBoard™ 410c
81
+ url : /
82
+ - text: DragonBoard™ 410c
83
+ url : /
84
+ - text: DragonBoard™ 410c
85
+ url : /
86
+ - text: DragonBoard™ 410c
87
+ url : /
88
+ - title: Column 6
89
+ url: /
90
+ items:
91
+ - text: DragonBoard™ 410c
92
+ url : /
93
+ - text: DragonBoard™ 410c
94
+ url : /
95
+ - text: DragonBoard™ 410c
96
+ url : /
97
+ - text: DragonBoard™ 410c
98
+ url : /
99
+ - text: DragonBoard™ 410c
100
+ url : /
101
+ - text: DragonBoard™ 410c
102
+ url : /
103
+ - text: DragonBoard™ 410c
104
+ url : /
105
+ companylinks:
106
+ - name: Legal
107
+ url: /legal/
108
+ - name: Contact
109
+ url: /contact/
110
+ - name: Press
111
+ url: /press/
data/_data/linaro.yml ADDED
@@ -0,0 +1,4 @@
1
+ name: Linaro
2
+ logo: /assets/images/Linaro-Logo_light.png
3
+ footer-logo: /assets/images/Linaro-Sprinkle.svg
4
+ url: https://www.linaro.org
@@ -0,0 +1,115 @@
1
+ members:
2
+ steering_committee:
3
+ - name: Actions
4
+ image: actions.jpg
5
+ url: https://www.linaro.org/company/actions/
6
+ - name: Archer Mind
7
+ image: archermind.jpg
8
+ url: https://www.linaro.org/company/archermind/
9
+ - name: Arrow Electronics
10
+ image: arrow.jpg
11
+ url: https://www.linaro.org/company/arrow/
12
+ - name: Canonical
13
+ image: canonical.jpg
14
+ url: https://www.linaro.org/company/
15
+ - name: Hisilicon
16
+ image: hisilicon.jpg
17
+ url: https://www.linaro.org/company/hisilicon/
18
+ - name: HopeRun
19
+ image: hoperun.jpg
20
+ url: https://www.linaro.org/company/hoperun/
21
+ - name: LeMaker
22
+ image: lemaker.jpg
23
+ url: https://www.linaro.org/company/lemaker/
24
+ - name: MediaTek
25
+ image: mediatek.jpg
26
+ url: https://www.linaro.org/company/mediatek/
27
+ - name: Mstar
28
+ image: mstar.png
29
+ url: https://www.linaro.org/company/mstar/
30
+ - name: NXP
31
+ image: nxp.jpg
32
+ url: https://www.linaro.org/company/nxp/
33
+ - name: QuIC
34
+ image: qulc.png
35
+ url: https://www.linaro.org/company/quic/
36
+ - name: Redhat
37
+ image: redhat.jpg
38
+ url: https://www.linaro.org/company/red-hat/
39
+ - name: Socionext
40
+ image: socionext.png
41
+ url: https://www.linaro.org/company/socionext/
42
+ - name: SpreadTrum
43
+ image: spreadtrum.png
44
+ url: https://www.linaro.org/company/spreadtrum/
45
+ - name: ST
46
+ image: st.png
47
+ url: https://www.linaro.org/company/st/
48
+ - name: Texas Instruments
49
+ image: texas-instruments.png
50
+ url: https://www.linaro.org/company/texas-instruments/
51
+ - name: ThunderSoft
52
+ image: thunder-soft.png
53
+ url: https://www.linaro.org/company/thundersoft/
54
+ manufacturing_partners:
55
+ - name: Archer Mind
56
+ image: archermind.jpg
57
+ url: https://www.linaro.org/company/archermind/
58
+ - name: Arrow Electronics
59
+ image: arrow.jpg
60
+ url: https://www.linaro.org/company/arrow/
61
+ - name: Black Whale Technology
62
+ image: Blackwhale.png
63
+ url: https://www.linaro.org/company/blackwhale/
64
+ - name: BPI
65
+ image: bpi.jpg
66
+ url: https://www.linaro.org/company/bipai/
67
+ - name: Element 14
68
+ image: element14.png
69
+ url: https://www.linaro.org/company/element14/
70
+ - name: Fujitsu Electronics
71
+ image: fujitsu.jpg
72
+ url: https://www.linaro.org/company/fujitsu-electronics/
73
+ - name: Global Scale
74
+ image: globalscale.jpg
75
+ url: https://www.linaro.org/company/globalscale/
76
+ - name: Gumstix
77
+ image: gumstix.jpg
78
+ url: https://www.linaro.org/company/gumstix/
79
+ - name: Hoperun
80
+ image: hoperun.jpg
81
+ url: https://www.linaro.org/company/hoperun/
82
+ - name: Huaqin
83
+ image: huaqin.jpg
84
+ url: https://www.linaro.org/company/huaqin/
85
+ - name: Lemaker
86
+ image: lemaker.jpg
87
+ url: https://www.linaro.org/company/lemaker/
88
+ - name: Seeed
89
+ image: seeed.png
90
+ url: https://www.linaro.org/company/seeed/
91
+ - name: Shapedmedia
92
+ image: shapedmedia.png
93
+ url: https://www.linaro.org/company/shapedmedia/
94
+ - name: Thundersoft
95
+ image: thunder-soft.png
96
+ url: https://www.linaro.org/company/thundersoft/
97
+ - name: ToCoding
98
+ image: tocoding.png
99
+ url: https://www.linaro.org/company/tocoding/
100
+ - name: UcRobotics
101
+ image: uc-robotics.png
102
+ url: https://www.linaro.org/company/ucrobotics/
103
+ - name: WrtNode
104
+ image: wrtnode.png
105
+ url: https://www.linaro.org/company/wrtnode/
106
+ - name: Xunlong
107
+ image: xunlong.png
108
+ url: https://www.linaro.org/company/xunlong/
109
+ mezzanine_partners:
110
+ - name: Qwerty
111
+ image: qwerty.png
112
+ url: https://www.linaro.org/company/qwerty/
113
+ - name: Rohm
114
+ image: rohm.png
115
+ url: https://www.linaro.org/company/rohm/
data/_data/nav.yml ADDED
@@ -0,0 +1,62 @@
1
+ search: true
2
+ brand:
3
+ text: OpenDataPlane
4
+ image: linaro-logo.png
5
+ url: /
6
+ pages:
7
+ - title: Home
8
+ url: /
9
+ - title: About
10
+ options:
11
+ - text: Linaro Overview
12
+ url: /about/
13
+ - text: Organisation
14
+ options:
15
+ - text: Board of Directors
16
+ url: /about/board/
17
+ - text: Executive Team
18
+ url: /about/executive/
19
+ - text: Technical Steering Committee
20
+ url: /about/tsc/
21
+ - text: Office of the CTO
22
+ url: /about/octo/
23
+ url: /work/
24
+ - text: Members
25
+ url: /members/
26
+ - text: Careers
27
+ url: /careers/
28
+ - title: Work
29
+ options:
30
+ - text: Core Engineering
31
+ url: /core/
32
+ - text: Segment Groups
33
+ url: /groups/
34
+ - text: Lead Projects
35
+ url: /projects/
36
+ - text: Initiatives
37
+ url: /initiatives/
38
+ - text: Professional Services
39
+ url: /professional-services/
40
+ - title: Downloads
41
+ options:
42
+ - text: Software Downloads
43
+ url: /downloads/
44
+ - text: Developers
45
+ url: /developers/
46
+ - title: "News & Events"
47
+ options:
48
+ - text: "News & Events"
49
+ url: /hub/
50
+ - text: News
51
+ url: /news/
52
+ - text: Linaro Blog
53
+ url: /blog/
54
+ - text: Planet Linaro
55
+ url: /planet/
56
+ - text: Linaro Connect
57
+ url: https://connect.linaro.org
58
+ external: true
59
+ - text: Social Media Hub
60
+ url: /social/
61
+ - title: Contact
62
+ url: /contact/
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