-
Notifications
You must be signed in to change notification settings - Fork 138
/
Copy path_config.yml
37 lines (32 loc) · 835 Bytes
/
_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
# Site settings
title: Thomas Zühlke
description: 'Business Card Page'
url: 'https://www.zuehlke.cloud'
baseurl: ''
profilepic: '/images/tzuehlke.jpg'
bkimage: '/images/bk1.jpg'
google_analytics: UA-XXXXXX-X
font_awesome: 'XXXXXXXXXX.js'
author:
name: 'Thomas Zühlke'
email: thomas@zuehlke.cloud
mastodon: tzuehlke@mstdn.social
twitter_username: thomzuehlke
# facebook_username: joshgerdes
github_username: tzuehlke
linkedin_username: thomas-zühlke-889182165
meetup_name: Azure-Meetup-Rostock-MV
# Build settings
destination: _site
markdown: kramdown
highlighter: rouge
sass:
sass_dir: _sass
style: compressed
kramdown:
# use Github Flavored Markdown
input: GFM
# do not replace newlines by <br>s
hard_wrap: false
#plugins: ['jekyll-paginate']
exclude: ['README.md', 'screenshot-overview.png']