forked from quattor/quattor.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
37 lines (37 loc) · 831 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
name: Quattor
description: Quattor news and documentation
highlighter: rouge
markdown: kramdown
kramdown:
input: GFM
hard_wrap: false
exclude: [vendor, .idea]
plugins:
- jekyll-feed
- jekyll-redirect-from
collections:
aquilon:
output: true
permalink: /aquilon/:title.html
development:
output: true
permalink: /development/:title.html
initial_installation:
output: true
permalink: /aii/:title.html
other:
output: true
permalink: /other/:title.html
quattor:
output: true
permalink: /quattor/:title.html
template_library:
output: true
permalink: /template_library/:title.html
defaults:
-
scope:
path: "" # empty string for all files
type: posts # limit to posts
values:
is_post: true # automatically set is_post=true for all posts