-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
36 lines (31 loc) · 1.13 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
# Site settings
title: "Raymaekers Blog"
email: jochen@raymaekers.xyz
description: "A blog and article website using themes on Jekyll."
baseurl: ""
url: "https://www.raymaekers.xyz/"
title_description: "A personal blog based on Jekyll focusing on a clear reading experience."
title_image: "https://www.gravatar.com/avatar/1295b457e85520e32c96cb494d3aed9d?s=500&d=mm"
google_analytics: "UA-163095387-1"
github_repository: https://github.com/jraymaekers
addthis_id: ra-5e8db54d5c0d7237
post_limit: 5
# Social usernames/URLs
twitter_username:
github_username: jraymaekers
instagram_username:
reddit_username: XplOSIv3
linkedin_link: https://www.raymaekers.xyz/
google_plus_link: https://www.raymaekers.xyz/
stackoverflow_link: 1338855/jchnrm
facebook_link: https://www.raymaekers.xyz/
# Footer
footer_left: "Made with <i class=\"fa fa-heart\"></i> by <a href=\"https://www.raymaekers.xyz/\">J. Raymaekers</a>"
footer_right: "</> on <a href=\"https://github.com/jraymaekers/\">Github</a> <i class=\"fa fa-github-alt\"></i>"
# Build settings
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
permalink: pretty
exclude: [vendor]