-
Notifications
You must be signed in to change notification settings - Fork 5
/
_config.yml
59 lines (52 loc) · 953 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
59
# Site settings
title: "ESE 2015 | iFSR"
email: [email protected]
emailfsr: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Die offizielle Seite der ESE 2015
baseurl: "/2015" # the subpath of your site, e.g. /blog/
url: "https://ese.ifsr.de" # the base hostname & protocol for your site
twitter_username: ifsr
github_username: fsr
# Build settings
markdown: kramdown
exclude:
- .c9
- .git
permalink: none
compress_html:
clippings: all
comments: []
endings: []
profile: false
ignore:
envs: []
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
-
scope:
path: "en"
type: "en-posts"
values:
layout: "en-post"
-
scope:
path: "en"
type: "en"
values:
layout: "en-page"
sass:
style: :compressed
collections:
news:
sidebar:
en-news:
en-sidebar:
en:
output: true
permalink: en/:path:output_ext