-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
29 lines (26 loc) · 845 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
# Site settings
title: Akshay Khale
header-img: img/home-bg.jpg
email: [email protected]
copyright_name: Akshay Khale
description: The quiter you become, the more you listen!!!
baseurl:
url: "https://akshaykhale1992.github.io"
twitter_username: TheAkshayKhale
github_username: akshaykhale1992
facebook_username: AkshayAKhale
google_plus_username: akshaykhale
medium_username: TheAkshayKhale
email_username: [email protected]
stackoverflow_username: users/2541634/akshay-khale
google_tracking_id: UA-51111687-3
# Google Analytics
# To enable google analytics, uncomment below line with a valid Google Tracking ID
# google_tracking_id:
# Build settings
markdown: kramdown
highlighter: rouge
permalink: pretty
paginate: 5
exclude: ["less","node_modules","Gruntfile.js","package.json","README.md"]
gems: [jekyll-paginate, jekyll-feed]