forked from eclipse-osgi-technology/osgi.enroute.site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
56 lines (47 loc) · 788 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
56
plugins:
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-feed
markdown: kramdown
theme: minima
syntax_highlighter_opts:
disable: true
collections:
about:
output: true
doc:
output: true
tutorial:
output: true
FAQ:
output: true
examples:
output: true
external:
output: true
defaults:
-
scope:
path: ""
values:
layout: default
author: OSGiAlliance
image: /img/enroute-logo-64.png
title: OSGi enRoute
logo: /img/enroute-logo-64.png
twitter:
username: OSGiAlliance
google_tag_manager: GTM-W6DT68N
exclude:
- 'Gemfile'
- 'Gemfile.lock'
- 'README.md'
- 'CONTRIBUTING.md'
- 'LICENSE'
- 'run.sh'
- '.travis.yml'
- '.gitignore'
- '.gitmodules'
- 'run.sh'
- '/vendor'