-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy path_config.yml
47 lines (40 loc) · 1.21 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
# Dependencies
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
# Permalinks
permalink: /posts/:title/
# User Configuration
title: ANAND MANI SANKAR
tagline: 'thoughts.toString( )'
description: 'Ramblings and opinionated thoughts on technology.'
url: http://anandmanisankar.com
baseurl: ''
paginate: 5
excerpt_separator: '<br>'
plugins:
- jekyll-mentions
- jemoji
- jekyll-redirect-from
- jekyll-sitemap
# Author Info
author:
name: 'Anand Mani Sankar'
url: https://twitter.com/msanand
# Social Integration
social:
twitter: msanand
disqus: thejournalofanandmanisankar
addthis_pubid: ra-53e8fec950d56b1c
# Google Analytics Configuration
# Proxy response must be in JSON and should have the fields - ga:pagePath, ga:pageview
google_analytics:
tracking_id: UA-53680945-1
super_proxy_url: http://msa-super-proxy.appspot.com/query?id=ahFzfm1zYS1zdXBlci1wcm94eXIVCxIIQXBpUXVlcnkYgICAgICAgAoM&format=json
# Github
github:
repo: https://github.com/msanand/msanand.github.io
feedback: https://github.com/msanand/feedback/issues/new
# Version Info
version: 1.4.0