-
Notifications
You must be signed in to change notification settings - Fork 20
/
_config.yml
67 lines (59 loc) · 1.03 KB
/
_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
55
56
57
58
59
60
61
62
63
64
65
66
plugins:
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
syntax_highlighter_opts:
default_lang: shell
css_class : 'highlight' ## see https://github.com/rouge-ruby/rouge/wiki/List-of-supported-languages-and-lexers
collections:
manual:
output: true
posts:
output: true
appnotes:
output: true
book:
output: true
qs:
output: true
services:
output: true
trains:
output: true
doc:
output: true
tutorial_base:
output: true
tutorial_rsa:
output: true
tutorial_iot:
output: true
tutorial_eval:
output: true
tutorial_maven:
output: true
defaults:
-
scope:
path: ""
values:
layout: default
author: Bndtools.org
image: /images/swirl-128.png
title: Bndtools
logo: /images/swirl-128.png
exclude:
- 'Gemfile'
- 'Gemfile.lock'
- 'README.md'
- 'CONTRIBUTING.md'
- 'LICENSE'
- '.gitignore'
- '.github'
- '.project'
- 'run.sh'
- '/vendor'