forked from tzuehlke/jekyll-uno-timeline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
36 lines (31 loc) · 806 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
# Site settings
title: Thomas Zühlke
description: 'Business Card Page'
url: 'http://thomas.zuehlke.family'
baseurl: ''
profilepic: '/images/tzuehlke.jpg'
bkimage: '/images/bk1.jpg'
google_analytics: UA-XXXXXX-X
font_awesome: 'XXXXXXXXXX.js'
author:
name: 'Thomas Zühlke'
email: [email protected]
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']