forked from eclipse-osgi-technology/osgi.enroute.site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
55 lines (51 loc) · 774 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
55
gems:
- jekyll-redirect-from
- jekyll-seo-tag
markdown: kramdown
collections:
book:
output: true
qs:
output: true
tutorial_base:
output: true
tutorial_rsa:
output: true
tutorial_iot:
output: true
tutorial_wrap:
output: true
tutorial_eval:
output: true
tutorial_maven:
output: true
services:
output: true
trains:
output: true
videos:
output: true
appnotes:
output: true
doc:
output: true
faq:
output: true
defaults:
-
scope:
path: ""
values:
layout: default
twitter:
username: OSGiAlliance
google_analytics: UA-801425-1
exclude:
- 'Gemfile'
- 'Gemfile.lock'
- 'README.md'
- 'CONTRIBUTING.md'
- 'LICENSE'
- 'run.sh'
- '.travis.yml'
- '/vendor'