linaro-jekyll-theme 0.1.2.75 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +19 -52
- data/_includes/_theme-includes/_blog/pagination.html +1 -1
- data/_includes/_theme-includes/_footer/backup.html +71 -0
- data/_includes/_theme-includes/_footer/footer.html +23 -54
- data/_includes/_theme-includes/_head/ascii-art.html +11 -0
- data/_includes/_theme-includes/_head/head.html +7 -18
- data/_includes/_theme-includes/_navigation/_sub-navigation/tabbed-nav.html +150 -0
- data/_includes/_theme-includes/_navigation/nav.html +46 -119
- data/_includes/_theme-includes/_page-structure/breadcrumb.html +27 -77
- data/_includes/_theme-includes/_page-structure/old-breadcrumb.html +139 -0
- data/_includes/_theme-includes/_script-includes/css.html +1 -40
- data/_includes/_theme-includes/_script-includes/gtm/gtm-noscript.html +1 -2
- data/_includes/_theme-includes/_script-includes/gtm/gtm-script.html +7 -9
- data/_includes/_theme-includes/_script-includes/javascript.html +2 -50
- data/_includes/_theme-includes/_third-party/disqus.html +1 -1
- data/_includes/_theme-includes/_third-party/mailchimp-homepage.html +6 -1
- data/_includes/_theme-includes/_third-party/mailchimp-sub-footer.html +40 -0
- data/_includes/_theme-includes/members.html +3 -3
- data/_includes/image.html +1 -6
- data/_includes/media.html +1 -9
- data/_layouts/empty-container-page.html +13 -0
- data/_layouts/{fluid-no-sub-nav.html → plain-page.html} +2 -2
- data/_sass/{core/animations.scss → animations.scss} +0 -0
- data/_sass/blog.scss +188 -0
- data/_sass/bootstrap/_variables.scss +7 -30
- data/_sass/breadcrumb.scss +48 -0
- data/_sass/carousel.scss +122 -0
- data/_sass/{core/cookieconsent.scss → cookieconsent.scss} +2 -31
- data/_sass/critical.scss +991 -0
- data/_sass/{core/fa.scss → fa.scss} +2 -7
- data/_sass/flipclock.scss +435 -0
- data/_sass/{core/font-awesome.min.scss → font-awesome.min.scss} +0 -0
- data/_sass/{core/fonts.scss → fonts.scss} +0 -0
- data/_sass/footer.scss +76 -0
- data/_sass/{core/lightbox.scss → lightbox.scss} +0 -0
- data/_sass/members-sprite.scss +425 -0
- data/_sass/nav.scss +533 -0
- data/_sass/openhours.scss +51 -0
- data/_sass/{core/owl.carousel.min.scss → owl.carousel.min.scss} +1 -1
- data/_sass/{core/owl.theme.default.min.scss → owl.theme.default.min.scss} +0 -0
- data/_sass/products.scss +214 -0
- data/_sass/projects.scss +34 -0
- data/_sass/{core/social-media-icons.scss → social-media-icons.scss} +0 -0
- data/_sass/{core/syntax.scss → syntax.scss} +0 -0
- data/_sass/tables.scss +87 -0
- data/_sass/theme.scss +208 -0
- data/assets/css/_bootstrap-compass.scss +9 -0
- data/assets/css/_bootstrap-mincer.scss +19 -0
- data/assets/css/_bootstrap-sprockets.scss +9 -0
- data/assets/css/_bootstrap.scss +56 -0
- data/assets/css/blog-pages.scss +5 -0
- data/assets/css/bootstrap/_alerts.scss +73 -0
- data/assets/css/bootstrap/_badges.scss +68 -0
- data/assets/css/bootstrap/_breadcrumbs.scss +28 -0
- data/assets/css/bootstrap/_button-groups.scss +244 -0
- data/assets/css/bootstrap/_buttons.scss +168 -0
- data/assets/css/bootstrap/_carousel.scss +270 -0
- data/assets/css/bootstrap/_close.scss +36 -0
- data/assets/css/bootstrap/_code.scss +69 -0
- data/assets/css/bootstrap/_component-animations.scss +37 -0
- data/assets/css/bootstrap/_dropdowns.scss +216 -0
- data/assets/css/bootstrap/_forms.scss +617 -0
- data/assets/css/bootstrap/_glyphicons.scss +307 -0
- data/assets/css/bootstrap/_grid.scss +84 -0
- data/assets/css/bootstrap/_input-groups.scss +171 -0
- data/assets/css/bootstrap/_jumbotron.scss +54 -0
- data/assets/css/bootstrap/_labels.scss +66 -0
- data/assets/css/bootstrap/_list-group.scss +130 -0
- data/assets/css/bootstrap/_media.scss +66 -0
- data/assets/css/bootstrap/_mixins.scss +40 -0
- data/assets/css/bootstrap/_modals.scss +150 -0
- data/assets/css/bootstrap/_navbar.scss +662 -0
- data/assets/css/bootstrap/_navs.scss +242 -0
- data/assets/css/bootstrap/_normalize.scss +424 -0
- data/assets/css/bootstrap/_pager.scss +54 -0
- data/assets/css/bootstrap/_pagination.scss +89 -0
- data/assets/css/bootstrap/_panels.scss +271 -0
- data/assets/css/bootstrap/_popovers.scss +131 -0
- data/assets/css/bootstrap/_print.scss +101 -0
- data/assets/css/bootstrap/_progress-bars.scss +87 -0
- data/assets/css/bootstrap/_responsive-embed.scss +35 -0
- data/assets/css/bootstrap/_responsive-utilities.scss +179 -0
- data/assets/css/bootstrap/_scaffolding.scss +161 -0
- data/assets/css/bootstrap/_tables.scss +234 -0
- data/assets/css/bootstrap/_theme.scss +291 -0
- data/assets/css/bootstrap/_thumbnails.scss +38 -0
- data/assets/css/bootstrap/_tooltip.scss +101 -0
- data/assets/css/bootstrap/_type.scss +298 -0
- data/assets/css/bootstrap/_utilities.scss +55 -0
- data/assets/css/bootstrap/_variables.scss +874 -0
- data/assets/css/bootstrap/_wells.scss +29 -0
- data/assets/css/bootstrap/mixins/_alerts.scss +14 -0
- data/assets/css/bootstrap/mixins/_background-variant.scss +12 -0
- data/assets/css/bootstrap/mixins/_border-radius.scss +18 -0
- data/assets/css/bootstrap/mixins/_buttons.scss +65 -0
- data/assets/css/bootstrap/mixins/_center-block.scss +7 -0
- data/assets/css/bootstrap/mixins/_clearfix.scss +22 -0
- data/assets/css/bootstrap/mixins/_forms.scss +88 -0
- data/assets/css/bootstrap/mixins/_gradients.scss +58 -0
- data/assets/css/bootstrap/mixins/_grid-framework.scss +81 -0
- data/assets/css/bootstrap/mixins/_grid.scss +122 -0
- data/assets/css/bootstrap/mixins/_hide-text.scss +21 -0
- data/assets/css/bootstrap/mixins/_image.scss +33 -0
- data/assets/css/bootstrap/mixins/_labels.scss +12 -0
- data/assets/css/bootstrap/mixins/_list-group.scss +32 -0
- data/assets/css/bootstrap/mixins/_nav-divider.scss +10 -0
- data/assets/css/bootstrap/mixins/_nav-vertical-align.scss +9 -0
- data/assets/css/bootstrap/mixins/_opacity.scss +8 -0
- data/assets/css/bootstrap/mixins/_pagination.scss +24 -0
- data/assets/css/bootstrap/mixins/_panels.scss +24 -0
- data/assets/css/bootstrap/mixins/_progress-bar.scss +10 -0
- data/assets/css/bootstrap/mixins/_reset-filter.scss +8 -0
- data/assets/css/bootstrap/mixins/_reset-text.scss +18 -0
- data/assets/css/bootstrap/mixins/_resize.scss +6 -0
- data/assets/css/bootstrap/mixins/_responsive-visibility.scss +21 -0
- data/assets/css/bootstrap/mixins/_size.scss +10 -0
- data/assets/css/bootstrap/mixins/_tab-focus.scss +9 -0
- data/assets/css/bootstrap/mixins/_table-row.scss +28 -0
- data/assets/css/bootstrap/mixins/_text-emphasis.scss +12 -0
- data/assets/css/bootstrap/mixins/_text-overflow.scss +8 -0
- data/assets/css/bootstrap/mixins/_vendor-prefixes.scss +222 -0
- data/assets/css/core/animations.scss +125 -0
- data/{_sass → assets/css}/core/blog.scss +26 -136
- data/assets/css/core/breadcrumb.scss +48 -0
- data/{_sass → assets/css}/core/carousel.scss +0 -15
- data/assets/css/core/cookieconsent.scss +13 -0
- data/assets/css/core/critical.scss +991 -0
- data/assets/css/core/fa.scss +2331 -0
- data/{_sass → assets/css}/core/flipclock.scss +0 -0
- data/assets/css/core/font-awesome.min.scss +4 -0
- data/assets/css/core/fonts.scss +7 -0
- data/assets/css/core/footer.scss +79 -0
- data/assets/css/core/homepage.scss +16 -0
- data/assets/css/core/lightbox.scss +213 -0
- data/assets/css/core/members-sprite.scss +425 -0
- data/assets/css/core/nav.scss +536 -0
- data/{_sass → assets/css}/core/openhours.scss +0 -0
- data/assets/css/core/owl.carousel.min.scss +6 -0
- data/assets/css/core/owl.theme.default.min.scss +6 -0
- data/{_sass → assets/css}/core/products.scss +1 -1
- data/{_sass → assets/css}/core/projects.scss +0 -0
- data/assets/css/core/social-media-icons.scss +71 -0
- data/assets/css/core/syntax.scss +65 -0
- data/{_sass → assets/css}/core/tables.scss +0 -38
- data/assets/css/core/theme.scss +244 -0
- data/assets/css/documentation-pages.scss +3 -0
- data/assets/css/home-page.scss +3 -0
- data/assets/css/main.scss +0 -6
- data/assets/css/openhours-page.scss +4 -0
- data/assets/css/products-pages.scss +5 -0
- data/assets/css/projects-pages.scss +5 -0
- data/assets/js/app.js +5 -0
- data/assets/js/app/{main.js → 96boards.js} +29 -5
- data/assets/js/app/mixitup.js +23 -0
- data/assets/js/app/{search.js → search-page.js} +1 -1
- data/assets/js/app/{sticky.js → sticky-navbar.js} +0 -0
- data/assets/js/vendor.js +6 -0
- data/assets/js/vendor/cookieconsent.min.js +9 -2
- data/assets/js/vendor/filtrify.js +11 -0
- data/assets/js/vendor/flipclock.min.js +0 -33
- data/assets/js/vendor/lightbox.js +519 -0
- data/assets/js/vendor/loadCSS.js +34 -78
- data/assets/js/vendor/loadCSS.min.js +2 -0
- data/assets/js/vendor/picturefill.min.js +5 -0
- data/assets/js/vendor/shuffle.js +2004 -0
- data/{_layouts/about.html → assets/vendor.js} +0 -0
- metadata +207 -150
- data/_data/authors.yml +0 -7
- data/_data/company.yml +0 -29
- data/_data/footer.yml +0 -111
- data/_data/linaro.yml +0 -4
- data/_data/members_db.yaml +0 -115
- data/_data/nav.yml +0 -62
- data/_data/news.yaml +0 -230
- data/_data/sub-nav-stacked.yml +0 -67
- data/_data/sub-nav.yml +0 -61
- data/_includes/_theme-includes/_navigation/stacked-nav.html +0 -20
- data/_includes/_theme-includes/_navigation/tabbed-nav.html +0 -35
- data/_includes/_theme-includes/_page-structure/home-hero-shape.html +0 -34
- data/_includes/_theme-includes/_page-structure/home-hero.html +0 -23
- data/_includes/_theme-includes/_page-structure/shape-divider.html +0 -12
- data/_includes/_theme-includes/_script-includes/google-analytics/script.html +0 -10
- data/_includes/youtube.html +0 -7
- data/_layouts/accessory-display-page.html +0 -88
- data/_layouts/blog-breadcrumbless.html +0 -49
- data/_layouts/blog.html +0 -56
- data/_layouts/contact.html +0 -10
- data/_layouts/default-empty.html +0 -11
- data/_layouts/default-no-sub-nav.html +0 -15
- data/_layouts/default-plain.html +0 -16
- data/_layouts/default-stacked-breadcrumb.html +0 -23
- data/_layouts/default-stacked.html +0 -22
- data/_layouts/default.html +0 -20
- data/_layouts/empty.html +0 -10
- data/_layouts/fluid.html +0 -15
- data/_layouts/home-shape.html +0 -18
- data/_layouts/home.html +0 -18
- data/_layouts/post.html +0 -146
- data/_layouts/product-display-page.html +0 -262
- data/_layouts/project-display-page.html +0 -28
- data/_layouts/redirect.html +0 -11
- data/_sass/core/breadcrumb.scss +0 -90
- data/_sass/core/carousel-styles.scss +0 -3
- data/_sass/core/custom.scss +0 -3
- data/_sass/core/footer.scss +0 -133
- data/_sass/core/forms.scss +0 -0
- data/_sass/core/homepage.scss +0 -45
- data/_sass/core/nav.scss +0 -723
- data/_sass/core/old-search.scss +0 -239
- data/_sass/core/theme.scss +0 -444
- data/_sass/core/youtube.scss +0 -65
- data/_sass/custom.scss +0 -0
- data/assets/fonts/fontawesome-webfont.eot +0 -0
- data/assets/fonts/fontawesome-webfont.svg +0 -2671
- 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 +0 -44
- 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/fonts/lato-regular/LICENSE.txt +0 -93
- data/assets/fonts/lato-regular/Lato-regular.eot +0 -0
- data/assets/fonts/lato-regular/Lato-regular.svg +0 -435
- data/assets/fonts/lato-regular/Lato-regular.ttf +0 -0
- data/assets/fonts/lato-regular/Lato-regular.woff +0 -0
- data/assets/fonts/lato-regular/Lato-regular.woff2 +0 -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 +0 -1
- 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/tables.js +0 -8
- data/assets/js/vendor/cognito-forms.js +0 -150
- data/assets/js/vendor/lightbox.min.js +0 -14
- data/robots.txt +0 -9
data/_data/authors.yml
DELETED
data/_data/company.yml
DELETED
@@ -1,29 +0,0 @@
|
|
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
DELETED
@@ -1,111 +0,0 @@
|
|
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
DELETED
data/_data/members_db.yaml
DELETED
@@ -1,115 +0,0 @@
|
|
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
DELETED
@@ -1,62 +0,0 @@
|
|
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
DELETED
@@ -1,230 +0,0 @@
|
|
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
|