|
| 1 | +# The Site Configuration |
| 2 | + |
| 3 | +# Import the theme |
1 | 4 | 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'. |
2 | 9 | lang: en |
3 | 10 |
|
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 | + |
38 | 34 | 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 | + |
61 | 150 | 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: "↩︎" |
| 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/ |
0 commit comments