-
Notifications
You must be signed in to change notification settings - Fork 42
/
_config.yml
45 lines (38 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
# Site settings
title: My Territory
default_author: Shikher Verma
description: "Online Territory of Shikher Verma" # used in site head
# register on google analytics and replace this token
google_analytics: UA-75681059-1
# disque comments are broken if you send http:// along with url, this url is same as the one given on disqus
# Deleting the value would remove it from footer.
disqus_url: shikherverma.com
disqus_id: shikherverma
# register on feedburner and replace this url. Deleting the value will remove it from footer.
feedburner_url: https://feedburner.google.com/fb/a/mailverify?uri=programmer-wannabe&loc=en_US
# footer details. Deleting the value would remove it from footer.
github_username: shikherverma
facebook_username:
email: [email protected]
stackoverflow_username:
twitter_username : shikherverma42
linkedin_username : shikherverma42
keybase_username :
copyright_name: Shikher Verma
rss : false
# used for portfolio on home page
collections:
- portfolio
# used to estimate reading time
wpm: 150
# Build settings
markdown: kramdown
highlighter: rouge
exclude: ["less","node_modules","Gruntfile.js","package.json","README.md"]
port: 8888
permalink: /blog/:title
# jekyll-paginate. for paginating blog posts.
paginate: 5
paginate_path: blog/page:num
# gem dependencies
plugins: [jekyll-paginate, jekyll-feed, jekyll-gist]