-
Notifications
You must be signed in to change notification settings - Fork 10
/
_config.yml
54 lines (51 loc) · 959 Bytes
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
title: FIT IoT-LAB
description: The Very Large Scale IoT Testbed
url: https://iot-lab.github.io
timezone: Europe/Paris
permalink: pretty
paginate: 5
paginate_path: "/blog/page:num/"
defaults:
- scope:
path: "docs/*"
values:
layout: "docs-default"
- scope:
path: "docs/boards/*"
values:
layout: "docs-board"
- scope:
path: "docs/deployment/*"
values:
layout: "docs-deployment"
- scope:
path: "docs/os/*"
values:
layout: "docs-os"
- scope:
path: "learn/tutorials/*"
values:
layout: "tutorials"
- scope:
path: ""
type: "posts"
values:
layout: "post"
style: "reduced"
- scope:
type: archives
values:
layout: "archive"
- scope:
path: ""
values:
layout: "default"
collections:
archives:
output: true
plugins:
- jekyll-sitemap
- jekyll-feed
- jekyll-seo-tag
- jekyll-paginate
- jemoji