This repository has been archived by the owner on Oct 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
113 lines (99 loc) · 2.26 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# Site settings
title: "ESE 2020"
email: [email protected]
emailfsr: [email protected]
baseurl: "/2020" # 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
color: "#0D5F98"
year: "2020"
# Global Metatags
metatag:
de:
description: "Hier findest du den Ablaufplan und die wichtigsten Informationen der Erstsemestereinführung (ESE) für Informatik an der TU Dresden."
abstract:
keywords:
"og:title": "ESE 2020 | FSR Informatik"
"og:description": "Hier findest du den Ablaufplan und die wichtigsten Informationen der Erstsemestereinführung (ESE) für Informatik an der TU Dresden."
"og:locale":
"og:locale:alternate":
"og:image":
"og:image:secure:url":
"og:type":
"og:site_name":
"og:url":
"og:type":
HandheldFriendly: true
en:
description: "Here you can find the schedule and most important information of the orientation week (ESE) for Computer Science at TU Dresden."
abstract:
keywords:
"og:title": "ESE 2020 | FSR Computer Science"
"og:description": "Here you can find the schedule and most important information of the orientation week (ESE) for Computer Science at TU Dresden."
"og:locale":
"og:ocale-alternate":
"og:image":
"og:secure-url":
"og:type":
"og:site_name":
"og:url":
"og:type":
HandheldFriendly: true
# Build settings
markdown: kramdown
source: sources
destination: site
plugins:
- jekyll-coffeescript
- jekyll-paginate
- jekyll-assets
- jemoji
keep_files:
- eva/keys
- eva/logs
- eva/.htaccess
- eva/.htusers
exclude:
- .c9
- .git
permalink: none
compress_html:
clippings: all
comments: []
endings: []
profile: false
ignore:
envs: []
include: ['_de']
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
-
scope:
path: ""
type: "en-posts"
values:
layout: "en-post"
-
scope:
path: ""
type: "en"
values:
layout: "en-page"
collections:
de-sidebar:
en-sidebar:
en:
output: true
permalink: en/:path:output_ext
# force usage of digests by Jekyll Assets
assets:
digest: true
# serve emoji locally to avoid CSP issues
emoji:
src: "/2020/static/"