-
Notifications
You must be signed in to change notification settings - Fork 14
/
_config.yml
68 lines (55 loc) · 1.16 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
67
68
# Do not use tabs in this file!
repository: https://github.com/candlepin/candlepin
# Required for running on Ruby 1.9
encoding: utf-8
# Change this if we ever need the site to reside in a sub-directory
baseurl: ''
include:
- '.well-known'
exclude:
- 'vendor'
# For some reason OpenShift v3 installs to "bundle" instead of "vendor"
- 'bundle'
- 'Gemfile*'
- 'README.md'
- 'config.ru'
- 'Dockerfile'
- 'local_test.sh'
projects_dir: 'docs'
paginate: 8
paginate_path: /news/page:num
sass:
sass_dir: _sass
style: :compressed
markdown: KramdownPygments
kramdown:
# Use GitHub flavor markdown
input: GFM
hard_wrap: false
# See http://jekyllrb.com/docs/configuration/#frontmatter-defaults
defaults:
- scope:
path: "swagger"
values:
layout: "swagger"
- scope:
path: "docs"
values:
layout: "default"
- scope:
path: "news"
values:
layout: "news"
- scope:
path: "_posts"
values:
layout: "news"
permalink: "/news/:year/:title.html"
- scope:
path: "presentations"
values:
layout: "presentation"
plugins:
- jekyll-sitemap
- jekyll-plantuml
- jekyll-paginate