Skip to content

Commit 4452226

Browse files
add content for home and resume
1 parent 45243ac commit 4452226

25 files changed

+716
-89
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ jay/.envrc
3232
orig_default_config.yaml
3333
**/.DS_Store
3434
**/.vscode
35+
/vendor/
36+
/.bundle/
37+
.ruby-version

_config.yml

Lines changed: 222 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,61 +1,227 @@
1+
# The Site Configuration
2+
3+
# Import the theme
14
theme: jekyll-theme-chirpy
5+
6+
# The language of the webpage › http://www.lingoes.net/en/translator/langcode.htm
7+
# If it has the same name as one of the files in folder `_data/locales`, the layout language will also be changed,
8+
# otherwise, the layout language will use the default value of 'en'.
29
lang: en
310

4-
# Site settings
5-
title: "Jaspreet Kaur Bhamra"
6-
tagline: "Data Scientist | ML Engineer | Human"
7-
description: >-
8-
Maybe another way to connect with the world?
9-
10-
url: "https://jaspreetbhamra.github.io"
11-
baseurl: "" # important for user site
12-
13-
# Theme settings
14-
theme_mode: dark # light, dark, or auto
15-
16-
# Author info
17-
author:
18-
name: "Jaspreet Kaur Bhamra"
19-
email: "your-noreply-email@users.noreply.github.com"
20-
avatar: "/assets/img/avatar.png" # optional - add your photo here
21-
22-
# Navbar links
23-
nav:
24-
- title: "Resume"
25-
url: /resume/
26-
- title: "Experience"
27-
url: /experience/
28-
- title: "Projects"
29-
url: /projects/
30-
# - title: "Human"
31-
# url: /human/
32-
# - title: "Blog"
33-
# url: /posts/
34-
# - title: "Google Scholar"
35-
# url: "https://scholar.google.com/citations?user=YOUR_ID"
36-
37-
# Social media links
11+
# Change to your timezone › https://kevinnovak.github.io/Time-Zone-Picker
12+
timezone:
13+
14+
# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
15+
# ↓ --------------------------
16+
17+
title: Jaspreet Kaur Bhamra # the main title
18+
19+
tagline: Data Scientist | ML Engineer | Music Enthusiast # it will display as the subtitle
20+
21+
description: >- # used by seo meta and the atom feed
22+
Jaspreet Kaur Bhamra, Jaspreet, Data Scientist, ML Engineer, Machine Learning, UCSD
23+
24+
# Fill in the protocol & hostname for your site.
25+
# E.g. 'https://username.github.io', note that it does not end with a '/'.
26+
url: ""
27+
28+
github:
29+
username: jaspreetbhamra # change to your GitHub username
30+
31+
# twitter:
32+
# username: twitter_username # change to your Twitter username
33+
3834
social:
39-
github: https://github.com/jaspreetbhamra
40-
linkedin: https://www.linkedin.com/in/jaspreet-kaur-bhamra/
41-
twitter: https://twitter.com/jaspreet_kaur13
42-
# if you want email icon in footer:
43-
email: jbhamra24@gmail.com
44-
scholar: https://scholar.google.com/citations?user=xwU4PZsAAAAJ&hl=en
45-
46-
# Footer
47-
footer:
48-
copyright: "© 2025 Jaspreet Kaur Bhamra"
49-
since: 2025
50-
51-
# Plugins (default for Chirpy)
52-
plugins:
53-
- jekyll-feed
54-
- jekyll-seo-tag
55-
- jekyll-sitemap
56-
- jekyll-archives
57-
58-
# Build settings
59-
markdown: kramdown
60-
highlighter: rouge
35+
# Change to your full name.
36+
# It will be displayed as the default author of the posts and the copyright owner in the Footer
37+
name: Jaspreet Kaur Bhamra
38+
email: jbhamra24@gmail.com # change to your email address
39+
links:
40+
# The first element serves as the copyright owner's link
41+
# - https://twitter.com/username # change to your Twitter homepage
42+
- https://github.com/jaspreetbhamra # change to your GitHub homepage
43+
# Uncomment below to add more social links
44+
# - https://www.facebook.com/username
45+
- https://www.linkedin.com/in/jaspreet-kaur-bhamra/
46+
47+
# Site Verification Settings
48+
webmaster_verifications:
49+
google: # fill in your Google verification code
50+
bing: # fill in your Bing verification code
51+
alexa: # fill in your Alexa verification code
52+
yandex: # fill in your Yandex verification code
53+
baidu: # fill in your Baidu verification code
54+
facebook: # fill in your Facebook verification code
55+
56+
# ↑ --------------------------
57+
# The end of `jekyll-seo-tag` settings
58+
59+
# Web Analytics Settings
60+
analytics:
61+
google:
62+
id: # fill in your Google Analytics ID
63+
goatcounter:
64+
id: # fill in your GoatCounter ID
65+
umami:
66+
id: # fill in your Umami ID
67+
domain: # fill in your Umami domain
68+
matomo:
69+
id: # fill in your Matomo ID
70+
domain: # fill in your Matomo domain
71+
cloudflare:
72+
id: # fill in your Cloudflare Web Analytics token
73+
fathom:
74+
id: # fill in your Fathom Site ID
75+
76+
# Page views settings
77+
pageviews:
78+
provider: # now only supports 'goatcounter'
79+
80+
# Prefer color scheme setting.
81+
#
82+
# Note: Keep empty will follow the system prefer color by default,
83+
# and there will be a toggle to switch the theme between dark and light
84+
# on the bottom left of the sidebar.
85+
#
86+
# Available options:
87+
#
88+
# light — Use the light color scheme
89+
# dark — Use the dark color scheme
90+
#
91+
theme_mode: # [light | dark]
92+
93+
# The CDN endpoint for media resources.
94+
# Notice that once it is assigned, the CDN url
95+
# will be added to all media resources (site avatar, posts' images, audio and video files) paths starting with '/'
96+
#
97+
# e.g. 'https://cdn.com'
98+
cdn:
99+
100+
# the avatar on sidebar, support local or CORS resources
101+
avatar: "/assets/img/avatar.png"
102+
103+
# The URL of the site-wide social preview image used in SEO `og:image` meta tag.
104+
# It can be overridden by a customized `page.image` in front matter.
105+
social_preview_image: # string, local or CORS resources
106+
107+
# boolean type, the global switch for TOC in posts.
108+
toc: true
109+
110+
comments:
111+
# Global switch for the post-comment system. Keeping it empty means disabled.
112+
provider: # [disqus | utterances | giscus]
113+
# The provider options are as follows:
114+
disqus:
115+
shortname: # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
116+
# utterances settings › https://utteranc.es/
117+
utterances:
118+
repo: # <gh-username>/<repo>
119+
issue_term: # < url | pathname | title | ...>
120+
# Giscus options › https://giscus.app
121+
giscus:
122+
repo: # <gh-username>/<repo>
123+
repo_id:
124+
category:
125+
category_id:
126+
mapping: # optional, default to 'pathname'
127+
strict: # optional, default to '0'
128+
input_position: # optional, default to 'bottom'
129+
lang: # optional, default to the value of `site.lang`
130+
reactions_enabled: # optional, default to the value of `1`
131+
132+
# Self-hosted static assets, optional › https://github.com/cotes2020/chirpy-static-assets
133+
assets:
134+
self_host:
135+
enabled: # boolean, keep empty means false
136+
# specify the Jekyll environment, empty means both
137+
# only works if `assets.self_host.enabled` is 'true'
138+
env: # [development | production]
139+
140+
pwa:
141+
enabled: true # The option for PWA feature (installable)
142+
cache:
143+
enabled: true # The option for PWA offline cache
144+
# Paths defined here will be excluded from the PWA cache.
145+
# Usually its value is the `baseurl` of another website that
146+
# shares the same domain name as the current website.
147+
deny_paths:
148+
# - "/example" # URLs match `<SITE_URL>/example/*` will not be cached by the PWA
149+
61150
paginate: 10
151+
152+
# The base URL of your site
153+
baseurl: ""
154+
155+
# ------------ The following options are not recommended to be modified ------------------
156+
157+
kramdown:
158+
footnote_backlink: "&#8617;&#xfe0e;"
159+
syntax_highlighter: rouge
160+
syntax_highlighter_opts: # Rouge Options › https://github.com/jneen/rouge#full-options
161+
css_class: highlight
162+
# default_lang: console
163+
span:
164+
line_numbers: false
165+
block:
166+
line_numbers: true
167+
start_line: 1
168+
169+
collections:
170+
tabs:
171+
output: true
172+
sort_by: order
173+
174+
defaults:
175+
- scope:
176+
path: "" # An empty string here means all files in the project
177+
type: posts
178+
values:
179+
layout: post
180+
comments: true # Enable comments in posts.
181+
toc: true # Display TOC column in posts.
182+
# DO NOT modify the following parameter unless you are confident enough
183+
# to update the code of all other post links in this project.
184+
permalink: /posts/:title/
185+
- scope:
186+
path: _drafts
187+
values:
188+
comments: false
189+
- scope:
190+
path: ""
191+
type: tabs # see `site.collections`
192+
values:
193+
layout: page
194+
permalink: /:title/
195+
196+
sass:
197+
style: compressed
198+
199+
compress_html:
200+
clippings: all
201+
comments: all
202+
endings: all
203+
profile: false
204+
blanklines: false
205+
ignore:
206+
envs: [development]
207+
208+
exclude:
209+
- "*.gem"
210+
- "*.gemspec"
211+
- docs
212+
- tools
213+
- README.md
214+
- LICENSE
215+
- purgecss.js
216+
- "*.config.js"
217+
- "package*.json"
218+
- ".vscode"
219+
220+
jekyll-archives:
221+
enabled: [categories, tags]
222+
layouts:
223+
category: category
224+
tag: tag
225+
permalinks:
226+
tag: /tags/:name/
227+
category: /categories/:name/

_data/contact.yml

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,29 @@
22

33
- type: github
44
icon: "fab fa-github"
5+
# url: https://github.com/jaspreetbhamra
56

6-
- type: twitter
7-
icon: "fa-brands fa-x-twitter"
7+
# - type: twitter
8+
# icon: "fa-brands fa-x-twitter"
9+
# url: https://twitter.com/jaspreet_kaur13
810

911
- type: email
1012
icon: "fas fa-envelope"
1113
noblank: true # open link in current tab
14+
url: jbhamra24@gmail.com
1215

13-
- type: rss
14-
icon: "fas fa-rss"
15-
noblank: true
16+
# - type: rss
17+
# icon: "fas fa-rss"
18+
# noblank: true
1619
# Uncomment and complete the url below to enable more contact options
1720
#
1821
# - type: mastodon
1922
# icon: 'fab fa-mastodon' # icons powered by <https://fontawesome.com/>
2023
# url: '' # Fill with your Mastodon account page, rel="me" will be applied for verification
2124
#
22-
# - type: linkedin
23-
# icon: 'fab fa-linkedin' # icons powered by <https://fontawesome.com/>
24-
# url: '' # Fill with your Linkedin homepage
25+
- type: linkedin
26+
icon: 'fab fa-linkedin' # icons powered by <https://fontawesome.com/>
27+
url: 'https://www.linkedin.com/in/jaspreet-kaur-bhamra/' # Fill with your Linkedin homepage
2528
#
2629
# - type: stack-overflow
2730
# icon: 'fab fa-stack-overflow'
@@ -38,3 +41,7 @@
3841
# - type: threads
3942
# icon: 'fa-brands fa-threads'
4043
# url: '' # Fill with your Threads profile link
44+
45+
- type: scholar
46+
icon: 'fab fa-google-scholar' # icons powered by <https://fontawesome.com/>
47+
url: 'https://scholar.google.com/citations?user=xwU4PZsAAAAJ&hl=en'

_tabs/about.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

_tabs/archives.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

_tabs/categories.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

_tabs/experience.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: Professional Experience
3+
icon: fas fa-briefcase
4+
order: 2
5+
---
6+
7+
<style>
8+
.company-logo-grid {
9+
display: flex;
10+
justify-content: space-around;
11+
flex-wrap: wrap;
12+
gap: 2rem;
13+
margin-top: 2rem;
14+
}
15+
16+
.company-logo-grid a img {
17+
height: 100px;
18+
transition: transform 0.2s ease;
19+
}
20+
21+
.company-logo-grid a img:hover {
22+
transform: scale(1.1);
23+
}
24+
</style>
25+
26+
<div class="company-logo-grid">
27+
28+
<a href="/experience/creyon/">
29+
<img src="/assets/img/logos/creyon.jpg" alt="Creyon Bio">
30+
</a>
31+
32+
<a href="/experience/sdsc/">
33+
<img src="/assets/img/logos/sdsc.png" alt="San Diego Supercomputer Center">
34+
</a>
35+
36+
<a href="/experience/morgan/">
37+
<img src="/assets/img/logos/morgan_stanley.jpg" alt="Morgan Stanley">
38+
</a>
39+
40+
</div>

0 commit comments

Comments
 (0)