forked from johno/pixyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
159 lines (146 loc) · 3.45 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
# Site settings
title: Rish's Blog
email: [email protected]
author: Rish Pandey
description: "Rish Pandey's Blog about freelancing, personal development and respect"
baseurl: ""
url: "https://rishpandey.com/"
future: true
date_format: "%b %-d, %Y"
header_pages:
- about.md
- projects.html
- testimonials.html
- contact.html
collections:
me:
output: true
# Google services
google_verification:
# Use either direct GA implementation or set up GTM account
# - using both will skew your data (leave blank to not use at all)
google_analytics: UA-72633105-4
google_tag_manager:
# Bing services
bing_verification:
# Optional features
animated: false
show_related_posts: true
show_post_footers: false
show_social_icons: true
ajaxify_contact_form: false
enable_mathjax: false
extended_fonts: false
enable_anchorjs: false
# Preview image for social media aka og:image and twitter:image
post_preview_image: true
# Facebook Page integration
# (for instant articles and other stuff)
fb_page: false
fb_page_id:
# Disqus post comments
# (leave blank to disable Disqus)
disqus_shortname:
# Facebook Comments plugin
# (leave blank to disable Facebook Comments, otherwise set it to true)
facebook_comments:
facebook_appid:
facebook_comments_number: 10
social:
name: Ben Balter
links:
- https://twitter.com/IamRishPandey
- https://www.facebook.com/therishpandey
- https://www.linkedin.com/in/rishpandey
- https://github.com/rishpandey
- https://www.instagram.com/therishpandey/
# Social icons
github_username: rishpandey
reddit_username: rish_pandey
bitbucket_username:
stackoverflow_id:
twitter_username: IamRishPandey
skype_username:
steam_nickname:
google_plus_id:
linkedin_username: rishpandey
angellist_username:
medium_id:
bitcoin_url:
paypal_url:
flattr_button:
telegram_username:
vk_id:
# Post sharing icons
show_sharing_icons: true
# Change to 'true' to enable individual icons
share_facebook: true
share_twitter: true
share_googleplus: false
share_linkedin: true
share_digg: false
share_tumblr: false
share_reddit: true
share_stumbleupon: false
share_hackernews: true
text:
pagination:
newer: "Newer"
older: "Older"
share_buttons:
text: "Share this post!"
facebook: "Share on Facebook"
twitter: "Share on Twitter"
googleplus: "Share on Google+"
linkedin: "Share on LinkedIn"
digg: "Share on Digg"
tumblr: "Share on Tumblr"
reddit: "Share on Reddit"
stumbleupon: "Share on StumbleUpon"
hackernews: "Share on Hacker News"
post:
updated: "Updated"
minute_read: "minute read"
related_posts: "Related Posts"
index:
coming_soon: "Coming soon..."
contact:
email: "Email Address"
content: "How can I help you?"
subject: "New enquiry!"
submit: "Submit"
ajax:
sending: "sending.."
sent: "Message sent!"
error: "Error!"
thanks: "Thanks for reaching out. I will get back to you with the next steps as soon as possible."
og_locale: "en_US"
# Build settings
markdown: kramdown
redcarpet:
extensions: ["smart", "tables", "with_toc_data"]
permalink: /blog/:slug
# Pagination Settings
pagination:
enabled: true
per_page: 5
permalink: "/page/:num/"
title: " - page :num"
limit: 0
sort_field: "date"
sort_reverse: true
sass:
style: compressed
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-paginate-v2
# https://github.com/jekyll/jekyll/issues/2938
exclude:
- Gemfile
- Gemfile.lock
- Rakefile
- README.md
- screenshot.png
- vendor