forked from zalando/zalando.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
58 lines (49 loc) · 937 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
57
58
title: Zalando Open Source
description: Scaling Open Culture
email: [email protected]
# Do not use the leading @ here
twitter: ZalandoTech
url: "https://opensource.zalando.com"
baseurl: "/"
markdown: kramdown
destination: '_site'
paginate: 4
paginate_path: /blog/page:num/
permalink: /blog/:year/:month/:title/
kramdown:
input: GFM
hard_wrap: false
relative_links:
enabled: true
collections: true
collections:
docs:
output: true
using:
output: true
permalink: /:collection/:name
releasing:
output: true
permalink: /:collection/:name
defaults:
- scope:
path: ""
type: "posts"
values:
layout: "article"
- scope:
path: ""
type: "docs"
values:
layout: "documentation"
plugins:
- jekyll-paginate
- jekyll-relative-links
- jekyll-feed
exclude:
- 'Gemfile'
- 'Gemfile.lock'
include:
- '_pages'
- '_posts'
- '_docs'