-
Notifications
You must be signed in to change notification settings - Fork 27
/
_config.yml
73 lines (64 loc) · 2.01 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
permalink: /:year/:i_month/:i_day/:title.html
exclude: [Rakefile, Gemfile, Gemfile.lock, README.markdown, Capfile, bin, s3_website.yml, tmp]
paginate: 5
paginate_path: /page:num/
plugins:
- jekyll-paginate
- jekyll-include-cache
- jekyll-seo-tag
- jekyll-archives
- jekyll-feed
theme: jekyll-theme-so-simple
masthead_title: Home
title: "Mathias Meyer"
logo: "https://intentionalorganization.com/img/a3ded2d0-400.jpeg"
description: "Executive Leadership Coaching"
masthead_bio: "I'm an executive leadership coach for founders, executives, and entrepreneurs based on inclusion, clarity, and learning. I'm also a founding partner at <a href=\"https://intentionalorganization.com\" target=\"_blank\">The Intentional Organization</a>, a coaching practice and forthcoming books on building purposeful organizations."
twitter:
username: roidrage
category_archive_path: "/categories/#"
tag_archive_path: "/tags/#"
search: true
author:
name: "Mathias Meyer"
location: "Berlin, Germany"
picture: https://intentionalorganization.com/img/a3ded2d0-400.jpeg
bio: "Executive Leadership Coach to Founders and CTOs"
links:
- label: "LinkedIn"
icon: "fab fa-fw fa-linkedin"
url: "https://www.linkedin.com/in/mathias-meyer-50a753aa/"
- label: "Contact Me"
icon: "fas fa-fw fa-envelope-square"
url: "/contact/"
footer_links:
- title: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/roidrage"
- title: "Contact Me"
icon: "fas fa-fw fa-envelope-square"
url: "/contact/"
- title: "Legal"
url: "/legal/"
icon: "fas fa-fw fa-balance-scale"
url: "https://www.paperplanes.de"
feed:
path: feed.xml
defaults:
# _posts
defaults:
# Post defaults
- scope:
path: "_posts"
type: posts
values:
layout: post
comments: false
share: false
locale: en-US
copyright: 2007-2024 Mathias Meyer ([Legal](/legal/))
google_fonts:
- name: "Source Sans Pro"
weights: "400,400i,700,700i"
- name: "Lora"
weights: "400,400i,700,700i"