-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
164 lines (151 loc) · 3.64 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
160
161
162
163
164
# Website settings
baseurl: "/"
base_url: "https://vm.thekkedam.org"
url: "https://vm.thekkedam.org"
domain: "vm.thekkedam.org"
production: true
# Internal nav
nav:
main:
profile: "/profile"
projects: "/projects"
posts: "/writing"
# speaking: "/speaking"
photos: "/photos"
contact: "/contact"
home: "/"
writing:
favorite: "/writing/popular"
articles: "/writing/articles"
poems: "/writing/poems"
travel: "/writing/travel"
fos: "/writing/fos"
video: "/writing/video"
wish: "/writing/wish"
tags: "/writing/tags"
all: "/writing"
# direct links
about: "/about"
cms: "https://vm.thekkedam.org/cms.html"
feed: "feed.xml"
# Bio settings
name: "Vipin Madhavanunni"
slogan: "Programmer, traveler, hiker and dreamer"
description: "The home page of Vipin Madhavanunni."
thumbnail_path: "vipintm-medium.jpg"
bitcoin_address: "1DyKgHsw6uwxGq3apy4mwqG6DtCayj4bfm"
unws_startup_url: "http://www.unwsolution.com/"
website_repo_url: "https://github.com/thekkedam/vm.thekkedam.org"
olt_url: "http://www.onceinlifetime.com/"
embedur_url: "http://embedur.com/"
aukbc_url: "http://www.au-kbc.org/comm/"
# Profile
resume_path: "https://www.sharelatex.com/github/repos/vipintm/cv/builds/latest/output.pdf"
resume_src: "https://github.com/vipintm/cv"
# CDN
cdn:
state: "enable"
url: "https://cdn.rawgit.com"
image: "thekkedam/vm/gh-pages/assets/img"
github:
repo: "thekkedam/vm"
branch: "gh-pages"
# URLs
contact_urls:
twitter:
url: "https://twitter.com/vipintm"
label: "Twitter"
icon: "twitter-square"
username: "@vipintm"
linkedin:
url: "https://www.linkedin.com/in/vipintm"
label: "LinkedIn"
icon: "linkedin-square"
xing:
url: "https://www.xing.com/profile/Vipin_Madhavanunni"
label: "Xing"
icon: "xing-square"
researchGate:
url: "https://www.researchgate.net/profile/Vipin_Madhavanunni"
label: "ResearchGate"
icon: "h-square"
researchID:
url: "http://www.researcherid.com/rid/K-5743-2016"
label: "ResearchID"
icon: "minus-square"
scholar:
url: "https://scholar.google.de/citations?user=LhcD4BMAAAAJ&hl=en"
label: "GoogleScholar"
icon: "plus-square"
angel:
url: "https://angel.co/vipintm"
label: "angel.co"
icon: "angellist"
facebook:
url: "https://www.facebook.com/vipintm"
label: "Facebook"
icon: "facebook-square"
google:
url: "https://plus.google.com/+VipinM/"
label: "Google+"
icon: "google-plus-square"
lastfm:
url: "http://www.last.fm/user/vipintm"
label: "Last.fm"
icon: "lastfm-square"
feed:
url: "/feed.xml"
label: "Feed"
icon: "rss-square"
github:
url: "https://github.com/vipintm/"
label: "GitHub"
icon: "github-square"
email:
url: "mailto:[email protected]"
label: "Email"
value: "[email protected]"
icon: "envelope-square"
inum:
url: "tel:+883510001197378"
label: "Inum"
icon: "phone-square"
keybase:
url: "https://keybase.io/vipintm"
label: "Keybase"
icon: "user-secret"
# Jekyll build settings
paginate: 6
paginate_path: "/writing/page:num"
permalink: "/writing/:year/:month/:day/:title/"
sass:
sass_dir: "/assets/css"
style: :compressed
highlighter: rouge
timezone: 'Europe/Berlin'
# Need to change this
#feed:
# path: atom.xml
# TO start using
jekyll-mentions:
base_url: https://twitter.com
# Exclude personal
exclude:
- _drafts
- build
- update
- _toolScripts
- skip.html
- deploy
- vendor
# include
include:
- ".htaccess"
# Plugins (GitHub Pages only support a few)
plugins:
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-mentions
- jekyll-gist
- jekyll-paginate
- rouge