-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
112 lines (95 loc) · 2.21 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
# Permalinks
#
# Use of `relative_permalinks` ensures post links from the index work properly.
permalink: pretty
# Pagination
#
# Including the gem for pagination
plugins:
- jekyll-paginate
- jekyll-gist
# Localization
#
# Strings for Localization
services:
de: "leistungen"
en: "services"
about:
de: "über mich"
en: "about me"
contact:
de: "kontakt"
en: "contact"
badges:
de: "bapperl"
en: "badges"
legal:
de: "impressum"
en: "legal notice"
privacy:
de: "datenschutzerklärung"
en: "privacy policy"
feed:
de: "Web-Feed"
en: "Web feed"
back:
de: "« Zurück zur Hauptseite"
en: "« Back to front page"
# Setup
title: "ChristophRoeper(roeper.biz) {}"
tagline: vCard/Blog
paginate: 3
url: https://roeper.biz/
baseurl: ""
# Assets
#
# We specify the directory for Jekyll so we can use @imports.
sass:
sass_dir: _sass
style: :compressed
# About me / Contact
author:
name: Christoph Roeper
full_name: Christoph W. Roeper
company: Christoph Roeper - roeper.biz
vat_id: "DE174675273"
street: "Augustastr. 5"
zip: 52070
city: "Aachen"
country:
de: "Deutschland"
en: "Germany"
position:
de: "50° 46,377' N 006° 05,810' E"
en: "50° 46.377' N 006° 05.810' E"
phone: "+49 241 9904183"
email: [email protected]
gnupg_fingerprint: "A73C B9F6 2A82 B24D 346C<br/>562C 2940 A7C7 ECFE 5039"
web: www.roeper.biz
twitter: "skipperTux"
stackOverflow: "skipperTux"
gitHub: "skipperTux"
# Custom vars
version: 2.0.1
github:
repo: https://github.com/poole/poole
# Polyglot
#
# We specify the used languages so we can use Polyglot to localize
languages: ["de", "en"]
default_lang: "en"
exclude_from_localization: ["javascript", "images", "css"]
exclude:
- badge_thumbs.sh
- bundle-clean
- bundle-install
- bundle-update
- Gemfile
- Gemfile.lock
- README.md
- serve.sh
- vendor/
- jekyll-build
- jekyll-clean
- jekyll-serve
- vars