-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
62 lines (62 loc) · 1.26 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
title: Rehaan M. Bhimani
url: bhimar.github.io
baseurl: /portfolio-site
permalink: '/:title/'
collections:
posts:
permalink: '/posts/:title/'
palette: yellow
favicon: images/favicon.jpg
header:
title: Rehaan M. Bhimani
tagline: SWE @ Microsoft | MS CSE @ UW
logo_img: images/logo.svg
logo_img_alt: Rehaan Logo
background_img: images/halfdome_crop.jpg
has_nav: true
nav_links:
- label: Home
url: /
style: link
- label: Project Blog
url: /blog
style: link
- label: Resume
url: /resume
style: link
has_social: true
social_links:
- label: GitHub
url: 'https://github.com/bhimar'
style: icon
icon_class: github
new_window: true
- label: LinkedIn
url: 'https://www.linkedin.com/in/rehaanbhimani'
style: icon
icon_class: linkedin
new_window: true
- label: Mail
url: 'mailto:[email protected]'
style: icon
icon_class: email
new_window: true
sass:
indentWidth: 4
style: nested
precision: 10
plugins:
- jekyll-menus
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- LICENSE.md
- README.md
- netlify.toml
- stackbit-build.sh
- stackbit-pull.js