-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
61 lines (55 loc) · 1.33 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
# Site settings
title: Parham Doustdar's Blog
email: [email protected]
author: Parham Doustdar
description: "The Life of a Completely Blind Programmer in the Netherlands"
baseurl: ""
url: "https://www.parhamdoustdar.com"
encoding: UTF-8
# Google analytics
google_analytics: UA-75640034-1
# Optional features
animated: true
show_related_posts: true
show_post_footers: true
show_social_icons: true
# Disqus post comments
# (leave blank to disable Disqus)
disqus_shortname: parhamdoustdar
# Social icons
github_username: parhamdoustdar
bitbucket_username:
stackoverflow_id:
twitter_username: pd90
facebook_username: parham90
google_plus_id:
linkedin_username: parhamdoustdar
angellist_username:
medium_id: "@parhamdoustdar"
bitcoin_url:
paypal_url: http://paypal.me/pdoustdar
flattr_button:
# Post sharing icons
show_sharing_icons: true
share_text: 'Share this post!'
# Change to 'true' to enable individual icons
share_facebook: true
share_twitter: true
share_googleplus: true
share_linkedin: true
share_digg: true
share_tumblr: true
share_reddit: true
share_stumbleupon: true
share_hackernews: true
# Build settings
markdown: kramdown
redcarpet:
extensions: ['smart', 'tables', 'with_toc_data']
permalink: pretty
paginate: 5
sass:
compressed: true
plugins:
- jekyll-sitemap
- jekyll-paginate