jumbo-jekyll-theme 3.9.4 → 3.9.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 93f73baae4ed676b8a37877e0eb08d916779680f5552ef0b16b2daab937f1a50
4
- data.tar.gz: 34a1d58d00cb7f608525cf48924f888048bb9fd026f59c1328d60e4d9a7a5a96
3
+ metadata.gz: d1cb4648d97fc9449f7adc6b58471625ec3dcb2a40fa0df2fbdf6561a64417f9
4
+ data.tar.gz: ace516cd56a9d26000df6eb78356b4b9ee497bd61d3ffaaa8186c8344f250e36
5
5
  SHA512:
6
- metadata.gz: 675af511af8e48c32a680f7b29ba0a4afc9a52e60982f0d25d18212a06f2f47830a818da163eadcf6f96eb312b62d8ee5d4c0135f20f38c7ebd99486e5ded205
7
- data.tar.gz: 355a12ce69f89daafedbb08e23fbc94327d0d4408efd7aee1bf8fc28b857f3ab8c52f7ebd48fa8ab00f16c0d9f8aa845d81942c46efde19384b3c9a81b6976e8
6
+ metadata.gz: 4debc6efc79c36d8f7f1236274b294b3caa53a15fae43a789187f0f9128742445015d8dcef8f4f2acf64b21a4ae7dcefa4dc913847d379de51e8a6a746c7b679
7
+ data.tar.gz: a0402b008c4d1a663abde4dc8380d9459f95b908734df2dc39d24be3a4cf348739e5e23c07b86c2c4014b2238151443dbb78c413420a45beb48ee798114b3a1e
data/README.md CHANGED
@@ -2,20 +2,33 @@
2
2
 
3
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
4
 
5
+ ## Contents
6
+ - [Contributions](#contributions)
7
+ - [Theme Overview & Features](#overview)
8
+ - [Adding Content](#adding-content)
9
+ - [Adding Pages](#adding-pages)
10
+ - [Adding Posts](#adding-posts)
11
+ - [Adding Redirects](#adding-redirects)
12
+ - [Building the static site locally](#building-your-static-site)
13
+
5
14
  ## Contributions
6
15
  We happy to consider any contributions that you may have whether bugfixes/features. Please submit a pull request with your changes and we will take a look.
7
16
 
8
- ## Examples of sites using the theme
17
+ ## Examples of websites using the theme
9
18
 
10
19
  * [96Boards.org](https://www.96boards.org)
11
20
  * [Linaro.org](https://www.linaro.org)
12
21
  * [OP-TEE.org](https://www.op-tee.org)
13
22
  * [DeviceTree.org](https://www.devicetree.org)
14
- * [MLPlatform.org](https://mlplatform.org)
15
23
  * [TrustedFirmware.org](https://www.trustedfirmware.org/)
16
24
  * [Connect.linaro.org](https://connect.linaro.org)
17
25
 
18
- ## Features
26
+ # Overview
27
+
28
+ The jumbo-jekyll-theme is the open source Jekyll theme that was developed to transform WordPress sites into ultra-fast static Jekyll websites statically hosted with AWS.
29
+ There are many features within this theme that you may be able to learn from/utilise.
30
+
31
+ ### Features
19
32
 
20
33
  A few of the main features that this theme offers:
21
34
 
@@ -30,21 +43,66 @@ A few of the main features that this theme offers:
30
43
  * Jekyll-responsive-image plugin for generating resized images upon site build.
31
44
  * Jekyll-data to override the settings added in this theme.
32
45
 
33
- ## Available Layouts
46
+ ### Available Layouts
34
47
 
35
48
  Below are a table showing the available layouts for you to use:
49
+
36
50
  | Layout | Description |
37
51
  | ------ | ----------- |
52
+ | base | This is the base layout that contains the main HTML to for pages. Other layouts are children of this layout. |
38
53
  | jumbotron | This layout adds either a carousel header, background-image header or a breadcrumb header. Content using this layout should be added to Boostrap 3 rows. This
39
54
  layout is useful when addng custom pages. |
40
55
  | jumbotron-container (Most Common) | This is the exact same as the above but instead provides a Bootstrap 3 content container than can be used to add content to. |
56
+ | default | This is the default layout to use which is the jumbotron-container layout |
41
57
 
58
+ ### Available Includes
59
+
60
+ Below are a table showing the available includes for you to use:
61
+
62
+ | Layout | Description |
63
+ | ------ | ----------- |
64
+ | ascii-art | This is an optional include that includes the Linaro Sprinkle as Ascii art |
65
+ | author-posts | The author-posts include outputs an author's posts based on page.username included in the _authors/username.md collection objects. |
66
+ | breadcrumb | Includes a breadcrumb that's generated from the page path. |
67
+ | carousel-header | Includes a carousel background image header. |
68
+ | css | The css include adds the links to css packages which are currently compiled from the sass partials using the jekyll-assets plugin. |
69
+ | display-blog-posts | The display-blog-posts include outputs blog posts from the paginator object (jekyll-paginate-v2) |
70
+ | disqus-comments | This include adds disqus comments to a page. site.data.settings.disqus.shortname should be customized to include the correct shortname for disqus. |
71
+ | footer | Includes the bootstrap footer which uses the footer.yml jekyll data file for adding content. |
72
+ | github-edit | Adds GitHub Edit buttons to a page based on data.settings.edit-on-github in jekyll settings.yml data file. |
73
+ | google-analytics-script | Adds the Google Analytics javascript to the head of the web pages. To modify change the site.data.settings.google.analytics or site.data.settings.google.tag_manager value to the your analytics code e.g. |
74
+ | google-analytics-script | Adds the Google Analytics javascript to the head of the web pages. To modify change the site.data.settings.google.analytics value to the your analytics code e.g. |
75
+ | gtm-script | Adds the Google Tag Manager javascript to the head of the web pages. To modify change the site.data.settings.google.tag_manager value to the your analytics code e.g. |
76
+ | gtm-no-script | Used in the base.html layout to add the noscript iframe for the Google Tag Manager |
77
+ | head | Includes the <head> code for the website. |
78
+ | http2 | Adds http2 preload/prefetch links to resources based on page specific resources/resources set in the site.data.settings.http2 value. |
79
+ | image | Used to include lazy loaded images in the markdown of your blog posts/pages. Currently used jekyll-assets to find the path of an image based on an image name. Will be moving to use the full image path soon. |
80
+ | javascript | Includes the compressed/uglified js packages which are compliled using jekyll-assets |
81
+ | jumbotron | Adds the bootstrap jumbotron html to a page. Options for a carousel image header/video background header/breadcrumb/background image are available when using this include.|
82
+ | linaro-404 | Adds the Linaro 404 SVG |
83
+ | linaro-svg | Linaro logo as an SVG |
84
+ | media | Includes a responsive media embed. Useful for including YouTube videos in posts/pages |
85
+ | nav | Adds the Bootstrap navbar to a page. This include uses the nav.yml data file to add specified pages to the nav items. The universal nav is also include inside this jekyll include. |
86
+ | pagination | Adds the pagination html for paginated jekyll collections/pages. Takes a path as a parameter e.g /news/:num/ where num is the paginated page number. |
87
+ | post-series | Adds the post-series html to a blog post for linking to posts in the same series. Simply tag all posts in the same series with a series: value. |
88
+ | post-sidebar | The sidebar which is included to the right of post. Gets the most recent/ random other blog posts. |
89
+ | post-tags | Includes the post's tags in the sidebar. |
90
+ | read_time | Calculates a posts read time based on the length of the content. |
91
+ | responsive-image | Adds a responsive picture element utilising the jekyll-responsive-image plugin to regenerate images on site build |
92
+ | schema | Adds schema json-ld to the head of the page. |
93
+ | sidebar | Adds a sidebar using the Bootstrap stacked nav. This include uses the sidebar-nav.yml data file to build out the stacked nav's |
94
+ | sticky-tab-bar | Adds an affixed Bootstrap tab bar to a page. This looks for settings in the page frontmatter or the sticky-tab-bar.yml Jekyll data file.|
95
+ | thumb | Adds a responsive thumbnail image using the jekyll-repsonsive-image plugin. |
96
+ | thumbnail_image | Adds a responsive thumbnail image using the jekyll-repsonsive-image plugin. |
97
+ | universal-nav | Adds a universal navbar. We used this feature to link between our main static sites. |
98
+ | youtube | Adds a lazy loaded youtube video. |
42
99
 
43
100
  ### Jumbotron Layout
44
101
 
45
102
  If you are using a layout that contains `jumbotron` then you can choose to display an image carousel header, standard background image header or a simple breadcrumb.
46
103
 
47
104
  **Jumbotron Settings**
105
+
48
106
  With the jumbotron layouts you can add a title, sub title and buttons to your header through changing your pages' front matter.
49
107
 
50
108
  The jumbotron `title` can be modified by changing the title value in the page front matter:
@@ -121,21 +179,209 @@ Here you can add image to be used an the background image of the jumbotron. Try
121
179
 
122
180
 
123
181
 
124
- # The Docs
125
- The documentation for this theme is currently available through the Collaborate space. I will be adding to readthedocs/github in due course.
126
182
 
127
- # Feature Requests / Bug Fixes
183
+ # Adding Content
184
+ ## Adding Pages
128
185
 
129
- If anyone that uses the theme has any useful bug fixes / feature requests that may be of interest then please feel free to fork/submit a PR with your fixes/features.
186
+ ### Step 1 - Setup your site if not already setup
130
187
 
188
+ __Note: If you're reading these docs for a site that's already using the theme then you can skip this part.__
131
189
 
190
+ The first step when using this theme is to create your own Jekyll site based off of this theme.
132
191
 
133
- # Blog Post Images
192
+ ### Step 2 - Create a new page file
134
193
 
135
- To add a featured image to your blog post set the `image:` key in your posts front matter:
194
+ Website pages are added as markdown files usually in a folder with a `README.md` file beneath to keep everything organised and to ensure content renders on GitHub too (e.g `/services/README.md` or `/services.md`). If your page mainly contains HTML then use the `.html` file extension.
136
195
 
137
- ```yaml
138
- image: /assets/images/social-media-image.png
196
+ ### Step 2 - Add Jekyll front matter to your new page
197
+
198
+ The url/permalink for your page should be added to the `front matter` of your posts/pages (the section at the top of the file between the set of 3 dashes `---`) as the `permalink` so that your page url is exactly as you intended it to be. See below for an example of the front matter to add to your page.
199
+
200
+ Each theme layout may have different front matter variables that are required so if in any doubt refer to the [layouts](#available-layouts) section of this documentation..
201
+
202
+ #### Available front matter options
203
+
204
+ Below is a table of the most common front matter variable to add to your page.
205
+
206
+ | Front Matter Option | Value | Description |
207
+ | ------ | ----------- | ----- |
208
+ | layout | post | Layout to be used for the page (use `default` if you're unsure) |
209
+ | keywords | hikey970, Arm, Linaro, Open Source | Used for the meta keywords tag by jekyll-seo-tag plugin |
210
+ | published | false | Set `published` to false if you want to add the page but not show it on the website. |
211
+ | title | My Awesome Post | The title of your page/post. Used in the `meta` tags and in layouts to display your page correctly. |
212
+ | description | This is an awesome post about your site... | The description of your page used as the `meta` description.|
213
+
214
+ #### Example front matter
215
+
216
+ ```YAML
217
+ ---
218
+ # Layout of your web page - see below for available layouts.
219
+ layout: jumbotron-container
220
+ # URL of your page
221
+ permalink: /about/
222
+ # Title of your page
223
+ title: About Us
224
+ # Description of your web page.
225
+ desc: |-
226
+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy
227
+ text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has
228
+ survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was
229
+ popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop
230
+ publishing software like Aldus PageMaker including versions of Lorem Ipsum.
231
+ # Keywords that describe your page used as meta keywords.
232
+ tags: lorem, ipsum, web, page
233
+ jumbotron:
234
+ carousel-images:
235
+ - /assets/images/content/background-image1.jpg
236
+ - /assets/images/content/background-image2.png
237
+ - /assets/images/content/background-image3.jpg
238
+ ---
239
+ Markdown content goes here.
240
+ ```
241
+
242
+ ### Step 2 - Add content to your page
243
+
244
+ Now you can add content to your page using `html` of `markdown`. You can find a markdown cheatsheet [here](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet).
245
+
246
+ ## Adding Posts
247
+
248
+ In order to add a blog post to your site copy an existing post from the _posts folder if one exists otherwise create a new _posts folder. Posts are best organised by year/month so add to the correct folder based on the month you are posting it in and if the folder doesn't exist create one.
249
+
250
+ #### Step 1 - Modify the post file name
251
+
252
+ The url for your title is based on the title provided in the filename e.g 2018-06-07-i2s-in-dragonboard410c.md will have a url of /blog/i2s-in-dragonboard410c/. Separate the words in your title by dashes and modify the date at the start of the filename as neccessary.
253
+
254
+ #### Step 2 - Modify the post front matter
255
+
256
+ Modify the post front matter based on your post. Values to modify are:
257
+ - author:
258
+ - date:
259
+ - image:
260
+ - tags:
261
+ - description:
262
+
263
+ ##### Author
264
+
265
+ Change the author to a unique author shortname. If this is your first time posting then add your author values to the _authors Jekyll collection (see this [collection](https://github.com/Linaro/website/tree/master/_authors) for an example). Make sure to add a profile image to the [/assets/images/authors folder](https://github.com/96boards/website/tree/master/assets/images/authors) and then refernce in authors page in the _authors collection. Verify that the author username is an exact match to that provided as the author: in your post.
266
+
267
+ ##### Date
268
+
269
+ Modify the date of your post to a valid time before you post the blog otherwise Jekyll will see it as a __future__ post and not render it until the time on the server exceeds/equals that provided as the date in the post front matter.
270
+
271
+ ##### Image
272
+
273
+ This value is used for the featured image displayed on your blog post and the image that is used when sharing the blog post on social media sites.
274
+
275
+ ```YAML
276
+ image:
277
+ featured: true
278
+ path: /assets/images/blog/DragonBoard-UpdatedImages-front.png
279
+ name: DragonBoard-UpdatedImages-front.png
280
+ ```
281
+ Thumbnails are generated on site build by the jekyll-responsive-image plugin (so make sure that the image you provide is of a relatively high resolution).
282
+
283
+ Make sure that the image you add in this section of front matter is placed in the [/assets/images/blog folder](https://github.com/96boards/website/tree/master/assets/images/blog).
284
+
285
+ __Note:__ There is currently a bug with the version of `jekyll-assets` we are using which means the only acceptable image extensions are `.jpg` and `.png`. If you use `.jpeg` you image may not display as expected.
286
+
287
+
288
+ ##### Tags
289
+ These should be modified based on the content of your post as they are used for Meta keywords so that people can find your post based on the [tags your provide](https://www.your site/blog/tag/).
290
+
291
+ ##### Description
292
+ Change this value to a short description of your blog post as this is used for the meta description of your blog post.
293
+
294
+ #### Step 3 - Add your post content.
295
+
296
+ Write your post content in Markdown format; specifically the [Kramdown](https://kramdown.gettalong.org/) Markdown flavour.
297
+
298
+ ##### Adding images
299
+ Please use the following code snipppet to add an image to your blog post. Make sure to add the images that you include to [/assets/images/blog folder](https://github.com/96boards/website/tree/master/assets/images/blog).
300
+
301
+ ```
302
+ {% include image.html name="name-of-your-image.png" alt="The Alt text for your image" %}
139
303
  ```
140
304
 
141
- Thumbnails are automatically generated from your high resolution image upon site build using the `jekyll-responsive-image` plugin.
305
+ You also align/scale your image using the following css classes.
306
+
307
+ |Class|Details|
308
+ |-----|-------|
309
+ |small-inline|Small image aligned to the left|
310
+ |small-inline right| Small image aligned to the right|
311
+ |medium-inline|Medium image aligned to the left|
312
+ |medium-inline right|Medium image aligned to the right|
313
+ |large-inline|Large image aligned to the left|
314
+ |large-inline right|Large image aligned to the right|
315
+
316
+ ```
317
+ {% include image.html name="name-of-your-image.png" class="medium-inline" alt="The Alt text for your image" %}
318
+ ```
319
+
320
+ Using this Jekyll include will allow your images to be lazy loaded and format the image HTML correctly.
321
+
322
+
323
+ ##### Adding code
324
+
325
+ We are using the rouge syntax highlighter to highlight your glorious code.
326
+
327
+ ```bash
328
+ $ bundle exec jekyll serve --port 1337
329
+ ```
330
+
331
+ See the full list of languages [here](https://github.com/jneen/rouge/wiki/List-of-supported-languages-and-lexers).
332
+
333
+
334
+ ##### Adding Media/YouTube videos
335
+
336
+ To add a media element / YouTube video use the following Jekyll include.
337
+
338
+ ```
339
+ {% include media.html media_url="https://youtu.be/GFzJd0hXI0c" %}
340
+ ```
341
+
342
+ # Adding Redirects
343
+
344
+ __Note__: This section is only applicable to static sites deployed within Linaro. You can however use the same approach for your site using the following method.
345
+
346
+ We are using [Edge-rewrite](https://github.com/marksteele/edge-rewrite) which is a rewrite engine running in Lambda@Edge. The redirects are to be added to the `_data/routingrules.json` file in the webiste repository following the syntax rules [here](https://github.com/marksteele/edge-rewrite).
347
+
348
+ ```
349
+ ^/oldpath/(\\d*)/(.*)$ /newpath/$2/$1 [L]
350
+ !^/oldpath.*$ http://www.example.com [R=302,L,NC]
351
+ ^/topsecret.*$ [F,L]
352
+ ^/deadlink.*$ [G]
353
+ ^/foo$ /bar [H=^baz\.com$]
354
+ ```
355
+
356
+ __Note:__ These redirects are currently not respected by the link checker until built. So if trying to fix broken links by adding redirects then this may not be the best way to go about it currently.
357
+
358
+ # Building your static site
359
+
360
+ We are working towards creating a Dockerfile for building Linaro's static sites (if familiar with Docker you can find many [Jekyll based Docker images])(https://hub.docker.com/r/jekyll/jekyll/) to get started). In the mean time you can still clone the site and install bundler/jekyll gems and ruby to build the site locally.
361
+
362
+ In order to build the 96Boards.org static site make sure you have Ruby and the bundler/jekyll gems installed. For instructions on how to setup an environment to build Jekyll sites see the official Jekyll documentation [here](https://jekyllrb.com/docs/installation/).
363
+
364
+ Once you have above installed you can simply clone this repo and the [96Boards Documentation Repo](https://github.com/96boards/documentation). You will then need to modify the [build.sh](https://github.com/96boards/website/blob/master/build.sh) file to pull the documentation into your website repo before building the static site. Amend the top two lines of the build.sh file so that the correct paths are used. Then run the script to move the documentation files over to the _documentation collection in the website repo.
365
+
366
+ ```
367
+ $ ./build.sh
368
+ ```
369
+
370
+ After you have moved the documentation files over you can go ahead and run the following to get the site building:
371
+
372
+ ```
373
+ $ bundle
374
+ ```
375
+
376
+ This will install the required gems listed in the Gemfile.
377
+
378
+ ```
379
+ $ bundle exec jekyll s
380
+ ```
381
+
382
+ This will serve (s) the Jekyll static website to the http://localhost:4000 where you can view the generated static website.
383
+
384
+
385
+ # Feature Requests / Bug Fixes
386
+
387
+ If anyone that uses the theme has any useful bug fixes / feature requests that may be of interest then please feel free to fork/submit a PR with your fixes/features.
@@ -1,3 +1,4 @@
1
+ {% unless page.edit-on-github == "false" %}
1
2
  {% if site.data.settings.edit-on-github.enabled and site.data.settings.edit-on-github.repo %}
2
3
  {% assign page_base = page.permalink | split:"/" %}
3
4
  {% assign page-path = page.path | replace: " ", "" %}
@@ -57,4 +58,5 @@
57
58
  </div>
58
59
  </div>
59
60
  {% endif %}
60
- {% endif %}
61
+ {% endif %}
62
+ {% endunless %}
@@ -1,3 +1,5 @@
1
+ {% assign paginate_path = include.path %}
2
+ {% assign paginate_base_path = paginate_path | split: ":" %}
1
3
  {% if paginator.total_pages > 1 %}
2
4
  <div class="text-center" id="pagination_panel">
3
5
  <ul class="pagination pagination-sm">
@@ -6,12 +8,11 @@
6
8
  {% else %}
7
9
  <li><a href="{{ paginator.next_page_path | prepend: site.baseurl | replace: '//', '/' }}">&laquo; Prev</a></li>
8
10
  {% endif %}
9
-
10
11
  {% if paginator.page_trail %}
11
12
  {% for trail in paginator.page_trail %}
12
13
  <li {% if page.url == trail.path %}class="active"{% endif %}>
13
- <a href="{% if trail.num == 1 %}/blog/{% else %}
14
- {{ site.paginate_path | prepend: site.baseurl | replace: '//', '/' | replace: ':num', trail.num }}{% endif %}"
14
+ <a href="{% if trail.num == 1 %}{{paginate_base_path}}{% else %}
15
+ {{ paginate_path | prepend: site.baseurl | replace: '//', '/' | replace: ':num', trail.num }}{% endif %}"
15
16
  title="{{trail.title}}">{{ trail.num }}</a>
16
17
  </li>
17
18
  {% endfor %}
@@ -20,9 +21,9 @@
20
21
  {% if page == paginator.page %}
21
22
  <li class="active"><a href="">{{ page }}</a></li>
22
23
  {% elsif page == 1 %}
23
- <li><a href="/blog/">{{ page }}</a></li>
24
+ <li><a href="{{paginate_base_path}}">{{ page }}</a></li>
24
25
  {% else %}
25
- <li><a href="{{ site.paginate_path | prepend: site.baseurl | replace: '//', '/' | replace: ':num', page }}">{{ page }}</a></li>
26
+ <li><a href="{{ paginate_path | prepend: site.baseurl | replace: '//', '/' | replace: ':num', page }}">{{ page }}</a></li>
26
27
  {% endif %}
27
28
  {% endfor %}
28
29
  {% endif %}
@@ -1,7 +1,7 @@
1
1
  {% if page.sticky-tab-bar %}
2
- {% assign tab-list = page.sticky-tab-bar %}
2
+ {% assign tab-list = page.sticky-tab-bar %}
3
3
  {% else %}
4
- {% assign sub-nav-tabs = site.data.sticky-tab-bar.pages %}
4
+ {% assign sub-nav-tabs = site.data.sticky-tab-bar.pages %}
5
5
  {% endif %}
6
6
  {% if sub-nav-tabs %}
7
7
  {% assign page-base = page.url | split:'/' %}
data/_layouts/author.html CHANGED
@@ -1,7 +1,16 @@
1
1
  ---
2
2
  title: Authors
3
3
  permalink: /authors/
4
- layout: author-layout
4
+ layout: container-breadcrumb
5
5
  css-package: blog
6
+ js-package: blog
6
7
  ---
7
- {% include authors-posts.html %}
8
+ <div class="row blog-row">
9
+ <div class="col-md-9">
10
+ {{content}}
11
+ {% include authors-posts.html %}
12
+ </div>
13
+ <div class="col-md-3">
14
+ {% include post-sidebar.html %}
15
+ </div>
16
+ </div>
File without changes
@@ -1,5 +1,5 @@
1
1
  ---
2
- layout: default
2
+ layout: base
3
3
  ---
4
4
  {% include breadcrumb.html %}
5
5
  <div class="row" id="content-container">
@@ -1,5 +1,5 @@
1
1
  ---
2
- layout: default
2
+ layout: base
3
3
  ---
4
4
  {% if page.jumbotron.carousel-images %}
5
5
  {% include carousel-header.html images=page.jumbotron.carousel-images %}
@@ -1,5 +1,5 @@
1
1
  ---
2
- layout: default
2
+ layout: base
3
3
  ---
4
4
  {% if page.carousel %}
5
5
  {% include carousel-header.html images=site.page.images %}
data/_layouts/error.html CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
- layout: default
2
+ layout: base
3
3
  permalink: /404.html
4
4
  css-package: error
5
5
  title: 404 Page Not Found
@@ -1,5 +1,5 @@
1
1
  ---
2
- layout: default
2
+ layout: base
3
3
  ---
4
4
  {% if page.jumbotron.carousel-images %}
5
5
  {% include carousel-header.html images=page.jumbotron.carousel-images %}
@@ -1,5 +1,5 @@
1
1
  ---
2
- layout: default
2
+ layout: base
3
3
  ---
4
4
  {% if page.jumbotron.carousel-images %}
5
5
  {% include carousel-header.html images=page.jumbotron.carousel-images %}
@@ -7,10 +7,11 @@ js-package: blog
7
7
  <div class="col-md-9">
8
8
  {{content}}
9
9
  {% include display-blog-posts.html %}
10
+
10
11
  {% if page.news %}
11
- {% include pagination-news.html %}
12
+ {% include pagination.html path="/news/:num/"%}
12
13
  {% else %}
13
- {% include pagination.html %}
14
+ {% include pagination.html path="/blog/:num/"%}
14
15
  {% endif %}
15
16
  </div>
16
17
  <div class="col-md-3 blog-sidebar">
data/_layouts/post.html CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
- layout: default
2
+ layout: base
3
3
  js-package: blog
4
4
  css-package: blog
5
5
  ---
@@ -789,3 +789,13 @@ span.new-post {
789
789
  padding: 4px;
790
790
  border-radius: 3px;
791
791
  }
792
+ // ScrollBar Style
793
+ body::-webkit-scrollbar {
794
+ width: 1em;
795
+ }
796
+ body::-webkit-scrollbar-track {
797
+ background-color: $navbar-inverse-bg;
798
+ }
799
+ body::-webkit-scrollbar-thumb {
800
+ background-color: $brand-primary;
801
+ }
@@ -24,4 +24,8 @@
24
24
  -o-transform: rotate(0.000001deg);
25
25
  -ms-transform: rotate(0.000001deg);
26
26
  transform: rotate(0.000001deg);
27
+ }
28
+ .big-triangle {
29
+ z-index: -1;
30
+ position: relative;
27
31
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jumbo-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.9.4
4
+ version: 3.9.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-02-26 00:00:00.000000000 Z
11
+ date: 2019-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -348,21 +348,17 @@ files:
348
348
  - LICENSE.txt
349
349
  - README.md
350
350
  - _config.yml
351
- - _data/authors.yml
352
351
  - _data/footer.yml
353
352
  - _data/nav.yml
354
- - _data/news.yaml
355
353
  - _data/settings.yml
356
354
  - _data/sidebar-nav.yml
357
355
  - _data/sticky-tab-bar.yml
358
356
  - _data/universal-nav.yml
359
357
  - _includes/ascii-art.html
360
- - _includes/author-pagination.html
361
358
  - _includes/authors-posts.html
362
359
  - _includes/breadcrumb.html
363
360
  - _includes/carousel-header.html
364
361
  - _includes/css.html
365
- - _includes/custom.html
366
362
  - _includes/display-blog-posts.html
367
363
  - _includes/disqus-comments.html
368
364
  - _includes/footer.html
@@ -378,11 +374,7 @@ files:
378
374
  - _includes/linaro-404.html
379
375
  - _includes/linaro-svg.html
380
376
  - _includes/media.html
381
- - _includes/members.html
382
377
  - _includes/nav.html
383
- - _includes/owl-carousel-homepage.html
384
- - _includes/pagination-authors.html
385
- - _includes/pagination-news.html
386
378
  - _includes/pagination.html
387
379
  - _includes/post-series.html
388
380
  - _includes/post-sidebar.html
@@ -396,12 +388,11 @@ files:
396
388
  - _includes/thumbnail_image.html
397
389
  - _includes/universal-nav.html
398
390
  - _includes/youtube.html
399
- - _layouts/author-layout.html
400
391
  - _layouts/author.html
392
+ - _layouts/base.html
401
393
  - _layouts/container-breadcrumb-tabs.html
402
394
  - _layouts/container-breadcrumb.html
403
395
  - _layouts/container.html
404
- - _layouts/default.html
405
396
  - _layouts/error.html
406
397
  - _layouts/jumbotron-container.html
407
398
  - _layouts/jumbotron.html
data/_data/authors.yml DELETED
@@ -1,7 +0,0 @@
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/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
@@ -1,36 +0,0 @@
1
- {% assign pagination_path = "/authors/:num/" %}
2
- {% if paginator.total_pages > 1 %}
3
- <div class="text-center" id="pagination_panel">
4
- <ul class="pagination pagination-sm">
5
- {% if paginator.previous_page %}
6
- <li><a href="{{ paginator.previous_page_path | prepend: site.baseurl | replace: '//', '/' }}">&laquo; Prev</a></li>
7
- {% else %}
8
- <li><a href="{{ paginator.next_page_path | prepend: site.baseurl | replace: '//', '/' }}">&laquo; Prev</a></li>
9
- {% endif %}
10
- {% if paginator.page_trail %}
11
- {% for trail in paginator.page_trail %}
12
- <li {% if page.url == trail.path %}class="active"{% endif %}>
13
- <a href="{% if trail.num == 1 %}/authors/{% else %}
14
- {{ pagination_path | replace: ':num', trail.num }}{% endif %}"
15
- title="{{trail.title}}">{{ trail.num }}</a>
16
- </li>
17
- {% endfor %}
18
- {% else %}
19
- {% for page in (1..paginator.total_pages) %}
20
- {% if page == paginator.page %}
21
- <li class="active"><a href="">{{ page }}</a></li>
22
- {% elsif page == 1 %}
23
- <li><a href="/authors/">{{ page }}</a></li>
24
- {% else %}
25
- <li><a href="{{ pagination_path | prepend: site.baseurl | replace: '//', '/' | replace: ':num', page }}">{{ page }}</a></li>
26
- {% endif %}
27
- {% endfor %}
28
- {% endif %}
29
- {% if paginator.next_page %}
30
- <li><a href="{{ paginator.next_page_path | prepend: site.baseurl | replace: '//', '/' }}">Next &raquo;</a></li>
31
- {% else %}
32
- <li><a href="{{ paginator.next_page_path | prepend: site.baseurl | replace: '//', '/' }}">Next &raquo;</a></li>
33
- {% endif %}
34
- </ul>
35
- </div>
36
- {% endif %}
@@ -1 +0,0 @@
1
- Testing custom include.
@@ -1,63 +0,0 @@
1
- <div class="container">
2
- <div class="row margin-top">
3
- <div class="panel panel-primary">
4
- <div class="panel-heading">96Boards Manufacturing Partners</div>
5
- <div class="panel-body members-panel-body">
6
- <div class="col-md-12 members-panel">
7
- {% assign sorted_manufacturing_partners = site.data.members_db.members.manufacturing_partners | sort: 'name' %}
8
- {% for member in sorted_manufacturing_partners %}
9
- <div class="col-md-3 col-sm-4 col-xs-6">
10
- <a href="{{member.url}}">
11
- <img data-src="/images/members/{{member.image}}" alt="{{member.name}}"
12
- src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="
13
- class="img-responsive members-img lazyload center-block"/>
14
- </a>
15
- </div>
16
- {% endfor %}
17
- </div>
18
- </div>
19
- </div>
20
- </div>
21
-
22
- <div class="row">
23
- <div class="members-panel panel panel-primary">
24
- <div class="panel-heading">96Boards Steering Committee</div>
25
- <div class="panel-body members-panel-body">
26
- <div class="col-md-12 members-panel">
27
- {% assign sorted_steering_committee = site.data.members_db.members.steering_committee | sort: 'name' %}
28
- {% for member in sorted_steering_committee %}
29
- <div class="col-md-3 col-sm-4 col-xs-6">
30
- <a href="{{member.url}}">
31
- <img data-src="/images/members/{{member.image}}" alt="{{member.name}}"
32
- src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="
33
- class="img-responsive members-img lazyload center-block"/>
34
- </a>
35
- </div>
36
- {% endfor %}
37
- </div>
38
- </div>
39
- </div>
40
- </div>
41
-
42
-
43
- <div class="row">
44
- <div class="panel panel-primary">
45
- <div class="panel-heading">96Boards Mezzanine Partners</div>
46
- <div class="panel-body members-panel-body">
47
- <div class="col-md-12 members-panel">
48
- {% assign sorted_mezzanine_partners = site.data.members_db.members.mezzanine_partners | sort: 'name' %}
49
- {% for member in sorted_mezzanine_partners %}
50
- <div class="col-md-3 col-sm-4 col-xs-6">
51
- <a href="{{member.url}}">
52
- <img data-src="/images/members/{{member.image}}" alt="{{member.name}}"
53
- src="data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="
54
- class="img-responsive members-img lazyload center-block"/>
55
- </a>
56
- </div>
57
- {% endfor %}
58
- </div>
59
- </div>
60
- </div>
61
- </div>
62
-
63
- </div>
@@ -1,103 +0,0 @@
1
- <div class="row activity-container">
2
- <div class="container text-center">
3
- <!--<h3>Activity around 96Boards</h3> -->
4
- <!-- Example row of columns -->
5
- <div class="row activity-holder">
6
-
7
- <div class="col-md-3">
8
- <div class="owl-carousel owl-theme">
9
- <div class="activity-block item">
10
- <a href="/product/hikey960/"><img class="owl-lazy img-responsive homepage-image-owl" data-src="/images/price-hikey960.png" />
11
- <p>Hikey 960<br /><br /></p></a>
12
- </div>
13
- <div class="activity-block item">
14
- <a href="/product/dragonboard410c/"><img class="owl-lazy img-responsive homepage-image-owl" data-src="/images/db410c-price.png" />
15
- <p>DragonBoard™ 410c<br /><br /></p></a>
16
- </div>
17
- <div class="activity-block item">
18
- <a href="/product/bubblegum-96/"><img class="owl-lazy img-responsive homepage-image-owl" data-src="/images/bubblegum-price.png" />
19
- <p>Bubblegum-96<br /><br /></p></a>
20
- </div>
21
- <div class="activity-block item">
22
- <a href="/product/mediatek-x20/"><img class="owl-lazy img-responsive homepage-image-owl" data-src="/images/mediatek-x20-price.png" />
23
- <p>Mediatek X20<br /><br /></p></a>
24
- </div>
25
- <div class="activity-block item">
26
- <a href="/product/carbon/"><img class="owl-lazy img-responsive homepage-image-owl" data-src="/images/carbon-price.png" />
27
- <p class="owl-text">Carbon<br /><br /></p></a>
28
- </div>
29
- </div>
30
- <p><a class="btn btn-primary" href="/products/" role="button">View Products</a></p>
31
- </div>
32
-
33
- <div class="col-md-3">
34
- <div class="owl-carousel owl-theme">
35
- <div class="activity-block item">
36
- <a href="/blog/96boards-96brews-automated-home-brewing/"><img class="owl-lazy img-responsive homepage-image-owl" data-src="/images/img-blog-1.png" />
37
- <p>96Boards for 96Brews – Automated Home Brewing</p></a>
38
- </div>
39
- <div class="activity-block item">
40
- <a href="/blog/96boards-ce-temp-using-level-shifters-2-line-displays/"><img class="owl-lazy img-responsive homepage-image-owl" data-src="/images/img-blog-2.png" />
41
- <p>96Boards CE what temp is it? Using level shifters and 2-line displays</p></a>
42
- </div>
43
- <div class="activity-block item">
44
- <a href="/blog/ce-iot-using-sensors/"><img class="owl-lazy img-responsive homepage-image-owl" data-src="/images/img-blog-3.png" />
45
- <p>96Boards Consumer Edition, IoT and using sensors</p></a>
46
- </div>
47
- <div class="activity-block item">
48
- <a href="/blog/96boards-media-server/"><img class="owl-lazy img-responsive homepage-image-owl" data-src="/images/img-blog-4.png" />
49
- <p>Setting up a home 96Boards media server<br /><br /></p></a>
50
- </div>
51
- <div class="activity-block item">
52
- <a href="/blog/st-system-level-esd-protection/"><img class="owl-lazy img-responsive homepage-image-owl" data-src="/images/img-blog-5.png" />
53
- <p class="owl-text">ST, System Level ESD Protection and OpenHours</p></a>
54
- </div>
55
- </div>
56
- <p><a class="btn btn-primary" href="/blog/" role="button">View Blogs</a></p>
57
- </div>
58
-
59
-
60
- <div class="col-md-3">
61
- <div class="owl-carousel owl-theme">
62
- {% assign projects = site.projects | where: "project", "true" | sample:5 %}
63
- {% for project in projects %}
64
- {% assign page-uri = project.permalink | split: "/" %}
65
- {% assign page-uri = page-uri[2] %}
66
- <div class="activity-block item">
67
- <a href="{{project.permalink}}"><img class="owl-lazy img-responsive homepage-image-project" data-src="/projects/view/{{page-uri}}/Images/thumb.png">
68
- <p>{{project.title}}<br><br></p></a>
69
- </div>
70
- {% endfor %}
71
- </div>
72
- <p><a class="btn btn-primary" href="/projects/" role="button">View Projects</a></p>
73
- </div>
74
-
75
- <div class="col-md-3">
76
- <div class="owl-carousel owl-theme">
77
- <div class="activity-block item">
78
- <a href="/openhours/"><img class="owl-lazy img-responsive homepage-image-owl" data-src="/images/OpenHours-1.png" />
79
- <p>Click here for OpenHours Countdown<br /><br /></p></a>
80
- </div>
81
- <div class="activity-block item">
82
- <a href="https://discuss.96boards.org/"><img class="owl-lazy img-responsive homepage-image-owl" data-src="/images/img-support.png" />
83
- <p>Ask 96Boards questions on Discussion Forum</p></a>
84
- </div>
85
- <div class="activity-block item">
86
- <a href="https://discuss.96boards.org/latest"><img class="owl-lazy img-responsive homepage-image-owl" data-src="/images/img-support.png" />
87
- <p>Latest discussions on the Forum<br /><br /></p></a>
88
- </div>
89
- <div class="activity-block item">
90
- <a href="https://discuss.96boards.org/top/monthly"><img class="owl-lazy img-responsive homepage-image-owl" data-src="/images/img-support.png" />
91
- <p>Top forum discussion topics<br /><br /></p></a>
92
- </div>
93
- <div class="activity-block item">
94
- <a href="https://discuss.96boards.org/login"><img class="owl-lazy img-responsive homepage-image-owl" data-src="/images/img-support.png" />
95
- <p class="owl-text">Login or register to join the discussion<br /><br /></p></a>
96
- </div>
97
- </div>
98
- <p><a class="btn btn-primary" href="https://discuss.96boards.org/" role="button">Support Forums</a></p>
99
- </div>
100
-
101
- </div>
102
- </div>
103
- </div><!-- /container -->
@@ -1,36 +0,0 @@
1
- {% if paginator.total_pages > 1 %}
2
- <div class="text-center" id="pagination_panel">
3
- <ul class="pagination pagination-sm">
4
- {% if paginator.previous_page %}
5
- <li><a href="{{ paginator.previous_page_path | prepend: site.baseurl | replace: '//', '/' }}">&laquo; Prev</a></li>
6
- {% else %}
7
- <li><a href="{{ paginator.next_page_path | prepend: site.baseurl | replace: '//', '/' }}">&laquo; Prev</a></li>
8
- {% endif %}
9
-
10
- {% if paginator.page_trail %}
11
- {% for trail in paginator.page_trail %}
12
- <li {% if page.url == trail.path %}class="active"{% endif %}>
13
- <a href="{% if trail.num == 1 %}/authors/{% else %}
14
- {{ site.paginate_path_authors | prepend: site.baseurl | replace: '//', '/' | replace: ':num', trail.num }}{% endif %}"
15
- title="{{trail.title}}">{{ trail.num }}</a>
16
- </li>
17
- {% endfor %}
18
- {% else %}
19
- {% for page in (1..paginator.total_pages) %}
20
- {% if page == paginator.page %}
21
- <li class="active"><a href="">{{ page }}</a></li>
22
- {% elsif page == 1 %}
23
- <li><a href="/authors/">{{ page }}</a></li>
24
- {% else %}
25
- <li><a href="{{ site.paginate_path_authors | prepend: site.baseurl | replace: '//', '/' | replace: ':num', page }}">{{ page }}</a></li>
26
- {% endif %}
27
- {% endfor %}
28
- {% endif %}
29
- {% if paginator.next_page %}
30
- <li><a href="{{ paginator.next_page_path | prepend: site.baseurl | replace: '//', '/' }}">Next &raquo;</a></li>
31
- {% else %}
32
- <li><a href="{{ paginator.next_page_path | prepend: site.baseurl | replace: '//', '/' }}">Next &raquo;</a></li>
33
- {% endif %}
34
- </ul>
35
- </div>
36
- {% endif %}
@@ -1,36 +0,0 @@
1
- {% if paginator.total_pages > 1 %}
2
- <div class="text-center" id="pagination_panel">
3
- <ul class="pagination pagination-sm">
4
- {% if paginator.previous_page %}
5
- <li><a href="{{ paginator.previous_page_path | prepend: site.baseurl | replace: '//', '/' }}">&laquo; Prev</a></li>
6
- {% else %}
7
- <li><a href="{{ paginator.next_page_path | prepend: site.baseurl | replace: '//', '/' }}">&laquo; Prev</a></li>
8
- {% endif %}
9
-
10
- {% if paginator.page_trail %}
11
- {% for trail in paginator.page_trail %}
12
- <li {% if page.url == trail.path %}class="active"{% endif %}>
13
- <a href="{% if trail.num == 1 %}/news/{% else %}
14
- {{ site.paginate_path_news | prepend: site.baseurl | replace: '//', '/' | replace: ':num', trail.num }}{% endif %}"
15
- title="{{trail.title}}">{{ trail.num }}</a>
16
- </li>
17
- {% endfor %}
18
- {% else %}
19
- {% for page in (1..paginator.total_pages) %}
20
- {% if page == paginator.page %}
21
- <li class="active"><a href="">{{ page }}</a></li>
22
- {% elsif page == 1 %}
23
- <li><a href="/news/">{{ page }}</a></li>
24
- {% else %}
25
- <li><a href="{{ site.paginate_path_news | prepend: site.baseurl | replace: '//', '/' | replace: ':num', page }}">{{ page }}</a></li>
26
- {% endif %}
27
- {% endfor %}
28
- {% endif %}
29
- {% if paginator.next_page %}
30
- <li><a href="{{ paginator.next_page_path | prepend: site.baseurl | replace: '//', '/' }}">Next &raquo;</a></li>
31
- {% else %}
32
- <li><a href="{{ paginator.next_page_path | prepend: site.baseurl | replace: '//', '/' }}">Next &raquo;</a></li>
33
- {% endif %}
34
- </ul>
35
- </div>
36
- {% endif %}
@@ -1,13 +0,0 @@
1
- ---
2
- layout: container-breadcrumb
3
- css-package: blog
4
- js-package: blog
5
- ---
6
- <div class="row blog-row">
7
- <div class="col-md-9">
8
- {{content}}
9
- </div>
10
- <div class="col-md-3">
11
- {% include post-sidebar.html %}
12
- </div>
13
- </div>