-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
63 lines (57 loc) · 1.58 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
name: &name "Philipp Wimmers"
title: *name
title_separator: "-"
subtitle: "Software engineer and engineering manager"
email: &mail "[email protected]"
description: >-
Philipp Wimmers - Software engineer and engineering manager
baseurl: "/"
url: &url "https://philipp-wimmers.de"
github_username: "pwimmers"
repository: "pwimmers/pwimmers.github.io"
remote_theme: "mmistakes/[email protected]"
minimal_mistakes_skin: "default"
logo: "/assets/images/logo_44x44.png"
plugins:
- jekyll-feed
- jekyll-include-cache
include:
- _pages
author:
name: *name
avatar: "/assets/images/philipp.jpg"
bio: "Seasoned software engineer turned engineering manager with a passion for tech, self-hosting, and automation. When not building systems, you'll find me exploring mountains, cooking up a storm, or perfecting the art of pizza-making."
location: "Düsseldorf, Germany"
links: &links
- label: "Website"
icon: "fas fa-fw fa-link"
url: *url
- label: "Mail"
icon: "fas fa-fw fa-envelope"
url: "mailto:[email protected]"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/pwimmers"
- label: "Linkedin"
icon: "fab fa-fw fa-linkedin"
url: "https://linkedin.com/in/philipp-wimmers"
footer:
links:
*links
defaults:
- scope:
path: ""
type: posts
values:
layout: single
author_profile: true
read_time: true
comments: true
share: true
related: true
- scope:
path: "_pages"
type: pages
values:
layout: single
author_profile: true