forked from 389ds/389ds.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
49 lines (39 loc) · 1.11 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
# Do not use tabs in this file!
repository: https://github.com/389ds/389-ds-base/
# 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: ''
binaries_url: https://fedorapeople.org/groups/389ds
exclude:
- 'bin'
# For some reason Openshift 3 installs gems to "bundle" instead of "vendor"
- 'bundle'
- 'vendor'
- 'Gemfile*'
- 'README.md'
- 'config.ru'
# The tilde is YAML for nil. Categories not in this map get nil and placed at the end.
category-order: {usage: 1, developers: 2, design: 3, uncategorized: ~}
permalink: /news/:year/:title.html
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: "docs" }
values: { layout: "default" }
- scope: { path: "news" }
values: { layout: "news" }
- scope: { path: "_posts" }
values: { layout: "news" }
plugins:
- jekyll-sitemap
- jekyll-paginate