-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
134 lines (123 loc) · 2.64 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
# Site settings
title:
en: "Robert Marz, Databee - The IT-Architects"
de: "Robert Marz, Databee - Die IT-Architekten"
email: [email protected]
mobile: "+49 (172) 139 1530"
favicon: /images/Wolke.png
logo:
footer_logo:
description:
en: "Robert Marz, Databee - The IT-Architects"
de: "Robert Marz, Databee - Die IT-Architekten"
about:
en: "About Robbie"
de: "Über Robbie"
owner:
name: Databee - Die IT-Architekten # or company name
url: "https://robbie.databee.org" # your URL
copyright:
en: "© 2022 <a href='http://www.databee.org'>Databee - Die IT-Architekten</a>. All rights reserved."
de: "© 2022 <a href='http://www.databee.org'>Databee - Die IT-Architekten</a>. All rights reserved."
imprint:
en:
title: "Imprint - Site Notice"
url: "/en/imprint/"
de:
title: "Impressum"
url: "/de/impressum/"
dsgvo:
en:
title: "GDPR Information - (German only)"
url: "/en/gdpr/"
de:
title: "Datenschutzerklärung"
url: "/de/dsgvo/"
contact:
en:
title: "Contact me"
url: "/en/contact/"
de:
title: "Kontaktieren Sie mich"
url: "/de/kontakt/"
url: "https://robbie.databee.org" # the base hostname & protocol for this site
baseurl: "/" # the subpath of your site, e.g. /blog
# Note you'll have to move your robots.txt to the root if you want it used.
# And list multiple sitemaps if there are other subdirectories you want indexed
# besides this blog.
index:
en: /en/index.html
de: /de/index.html
# Language Setting
lang: en
languages: ["en", "de"]
#Atom Feed
feed:
posts_limit: 100
# Enable or disable the site search
search_enabled: true
# Build settings
permalink: pretty
kramdown:
html_to_native: true
# parse markdown inside block-level HTML tag
# parse_block_html: true
sass:
sass_dir: _sass
style: compressed
collections:
project:
output: true
talks:
output: true
permalink: /:collection/:title
publications:
output: true
events:
output: true
skills:
output: true
conferences:
output: true
defaults:
-
scope:
path: "/videos/*"
values:
layout: detail-video
-
scope:
path: "/talks/*"
values:
lang: en
-
scope:
path: /en/
values:
lang: en
base-url: "/en/"
-
scope:
path: /de/
values:
lang: de
base-url: "/de/"
-
scope:
path: ""
values:
author: Robert Marz
whitelist:
- jekyll-redirect-from
github: [metadata]
exclude:
- ".jekyll-cache"
- "LICENSE.txt"
- "README.md"
include:
- "_pages"
plugins_dir: "_scripts"
plugins:
- jekyll-feed
- jekyll-redirect-from
- github-pages