|
| 1 | +title: 50DaysOfJavaScript — Solve one question daily to ace your next interview! |
| 2 | +author: |
| 3 | + name: Vinit Shahdeo |
| 4 | + |
| 5 | + |
| 6 | +# The `>` after `description:` means to ignore line-breaks until next key. |
| 7 | +# If you want to omit the line-break after the end of text, use `>-` instead. |
| 8 | +description: > |
| 9 | + A community-driven open-source initiative by Vinit Shahdeo for elevating JavaScript skills through daily, practical coding challenges tailored to real-world tasks, led by a supportive global community of developers. |
| 10 | +
|
| 11 | +# Build settings |
| 12 | + |
| 13 | +# If you clone the Minima repo and build locally, use this setting. |
| 14 | +theme: minima |
| 15 | + |
| 16 | +# As of November 2023, GitHub Pages still uses Minima 2.5.1 (https://pages.github.com/versions/). |
| 17 | +# If you want to use the latest Minima version on GitHub Pages, use the following setting and |
| 18 | +# add a line comment on "theme: minima" above. |
| 19 | +#remote_theme: jekyll/minima |
| 20 | + |
| 21 | +plugins: |
| 22 | + - jekyll-feed |
| 23 | + - jekyll-seo-tag |
| 24 | + |
| 25 | +# Theme-specific settings |
| 26 | + |
| 27 | +# If you want to link only specific pages in your header, use this and add the path to the pages |
| 28 | +# in order as they should show up. |
| 29 | +# header_pages: |
| 30 | +# - OLD_README.md |
| 31 | + |
| 32 | +# Set to `true` to show excerpts on the homepage. |
| 33 | +#show_excerpts: false |
| 34 | + |
| 35 | +# Minima specific settings, which are only available from Minima 3.0 onward. |
| 36 | +minima: |
| 37 | + # Minima skin selection. |
| 38 | + # Available skins are: |
| 39 | + # classic Default, light color scheme. |
| 40 | + # dark Dark variant of the classic skin. |
| 41 | + # auto Adaptive skin based on the default classic and dark skins. |
| 42 | + # solarized-light Light variant of solarized color scheme. |
| 43 | + # solarized-dark Dark variant of solarized color scheme. |
| 44 | + # solarized Adaptive skin for solarized color scheme skins. |
| 45 | + skin: solarized-dark |
| 46 | + |
| 47 | + # Minima date format. |
| 48 | + # The default value is "%b %d, %Y" (e.g. Nov 14, 2023) |
| 49 | + # Refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this. |
| 50 | + #date_format: "%b-%d-%Y" |
| 51 | + |
| 52 | + # Generate social links in footer. |
| 53 | + social_links: |
| 54 | + # - { platform: devto, user_url: "https://dev.to/jekyll" } |
| 55 | + # - { platform: dribbble, user_url: "https://dribbble.com/jekyll" } |
| 56 | + # - { platform: facebook, user_url: "https://www.facebook.com/jekyll" } |
| 57 | + # - { platform: flickr, user_url: "https://www.flickr.com/photos/jekyll" } |
| 58 | + - { platform: github, user_url: "https://github.com/vinitshahdeo" } |
| 59 | + # - { platform: google_scholar, user_url: "https://scholar.google.com/citations?user=qc6CJjYAAAAJ" } |
| 60 | + - { platform: instagram, user_url: "https://www.instagram.com/vinitshahdeo" } |
| 61 | + # - { platform: keybase, user_url: "https://keybase.io/jekyll" } |
| 62 | + - { platform: linkedin, user_url: "https://www.linkedin.com/in/vinitshahdeo" } |
| 63 | + # - { platform: microdotblog, user_url: "https://micro.blog/jekyll" } |
| 64 | + # - { platform: pinterest, user_url: "https://www.pinterest.com/jekyll" } |
| 65 | + # - { platform: stackoverflow, user_url: "https://stackoverflow.com/users/1234567/jekyll" } |
| 66 | + # - { platform: telegram, user_url: "https://t.me/jekyll" } |
| 67 | + # - { platform: twitter, user_url: "https://twitter.com/jekyllrb" } |
| 68 | + - { platform: x, user_url: "https://x.com/vinit_shahdeo" } |
| 69 | + # - { platform: youtube, user_url: "https://www.youtube.com/jekyll" } |
0 commit comments