-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
51 lines (46 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
48
49
50
51
# Site settings
name: Yash Vekaria
title: Yash Vekaria | Front End Software Engineer
description: Design-minded front-end software engineer focused on building beautiful interfaces and experiences
url: https://yash.vekaria.in
baseurl: "" # the subpath of your site, e.g. /blog
email: [email protected]
#cover: https://bchiang7.github.io/img/og.png
logo: https://yashvekaria.github.io/img/emojis/technologist.png
#resume: https://bchiang7.github.io/resume.pdf
social:
- title: email
url: mailto:[email protected]
- title: twitter
url: https://twitter.com/yashvekaria
- title: instagram
url: https://www.instagram.com/yashvekaria/
# - title: codepen
# url: http://codepen.io/bchiang7
- title: github
url: https://github.com/yashvekaria
- title: linkedin
url: https://www.linkedin.com/in/yash-vekaria-71459025/
# Build settings
markdown: kramdown
paginate: 10
paginate_path: "/blog/:num/"
permalink: pretty
keep_files:
- "CNAME"
- ".git"
- ".gitignore"
plugins_dir:
- jekyll-minifier
- jekyll-sitemap
- jekyll-paginate
- jekyll-seo-tag
exclude:
- "Gemfile"
- "Gemfile.lock"
- "*.gemspec"
- "README.md"
- "node_modules"
- "build"
- "gulpfile.js"
- "package.json"