-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4,606 changed files
with
548,713 additions
and
180 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
BUNDLE_PATH: "vendor/bundle" | ||
BUNDLE_PATH: "vendor" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export MEDIUM_USERNAME=anuj0456 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
name: Ruby RSS Import | ||
|
||
on: | ||
schedule: | ||
- cron: "0 0 1 * *" | ||
workflow_dispatch: | ||
|
||
jobs: | ||
build: | ||
name: Import RSS | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Set up Ruby | ||
uses: ruby/setup-ruby@v1 | ||
with: | ||
ruby-version: 3.2 # Not needed with a .ruby-version file | ||
|
||
- name: import rss feeds | ||
run: | | ||
bundler install | ||
bundle exec ruby import_feed.rb | ||
- name: Verify Changed files | ||
uses: tj-actions/verify-changed-files@v8.8 | ||
id: verify-changed-files | ||
with: | ||
files: | | ||
_posts | ||
- name: commit and push | ||
if: contains(steps.verify-changed-files.outputs.changed_files, '_posts') | ||
run: | | ||
git config --global user.email "anuj0456@gmail.com" | ||
git config --global user.name "anuj0456" | ||
git add -A . | ||
git commit -a -m "import rss $(date +%Y-%m-%d)" | ||
git push |
2 changes: 1 addition & 1 deletion
2
...yll/Cache/Jekyll--Cache/b7/9606fb3afea5bd1609ed40b622142f1c98125abcfe89a76a661b0e8e343910
100755 → 100644
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
I"7{"source"=>"/Volumes/SDD/Desktop/git/python/anuj0456.github.io", "destination"=>"/Volumes/SDD/Desktop/git/python/anuj0456.github.io/_site", "collections_dir"=>"", "cache_dir"=>".jekyll-cache", "plugins_dir"=>"_plugins", "layouts_dir"=>"_layouts", "data_dir"=>"_data", "includes_dir"=>"_includes", "collections"=>{"posts"=>{"output"=>true, "permalink"=>"/:categories/:year/:month/:day/:title:output_ext"}}, "safe"=>false, "include"=>[".htaccess"], "exclude"=>[".sass-cache", ".jekyll-cache", "gemfiles", "Gemfile", "Gemfile.lock", "node_modules", "vendor/bundle/", "vendor/cache/", "vendor/gems/", "vendor/ruby/"], "keep_files"=>[".git", ".svn"], "encoding"=>"utf-8", "markdown_ext"=>"markdown,mkdown,mkdn,mkd,md", "strict_front_matter"=>false, "show_drafts"=>nil, "limit_posts"=>0, "future"=>false, "unpublished"=>false, "whitelist"=>[], "plugins"=>[], "markdown"=>"kramdown", "highlighter"=>"rouge", "lsi"=>false, "excerpt_separator"=>"\n\n", "incremental"=>false, "detach"=>false, "port"=>"4000", "host"=>"127.0.0.1", "baseurl"=>nil, "show_dir_listing"=>false, "permalink"=>"date", "paginate_path"=>"/page:num", "timezone"=>nil, "quiet"=>false, "verbose"=>false, "defaults"=>[], "liquid"=>{"error_mode"=>"warn", "strict_filters"=>false, "strict_variables"=>false}, "kramdown"=>{"auto_ids"=>true, "toc_levels"=>[1, 2, 3, 4, 5, 6], "entity_output"=>"as_char", "smart_quotes"=>"lsquo,rsquo,ldquo,rdquo", "input"=>"GFM", "hard_wrap"=>false, "guess_lang"=>true, "footnote_nr"=>1, "show_warnings"=>false}, "livereload_port"=>35729, "serving"=>true, "watch"=>true, "url"=>"http://localhost:4000"}:ET | ||
I"� {"title"=>"Anuj.dev", "author"=>{"name"=>"Anuj Gupta", "email"=>"anuj0456@gmail.com"}, "description"=>"Welcome to Anuj's digital space! Explore my journey in AI, tech, and entrepreneurship. Discover projects, insights, and innovations that shape the future.\n", "theme"=>"minima", "header_pages"=>["about.md", "pilott.html", "ailert.html"], "show_excerpts"=>true, "minima"=>{"skin"=>"classic", "date_format"=>"%b-%d-%Y", "social_links"=>[{"platform"=>"devto", "user_url"=>"https://dev.to/anuj0456"}, {"platform"=>"github", "user_url"=>"https://github.com/anuj0456"}, {"platform"=>"linkedin", "user_url"=>"https://www.linkedin.com/in/anuj-gupta-9a691527/"}, {"platform"=>"stackoverflow", "user_url"=>"https://stackoverflow.com/users/3569546/anuj0456"}, {"platform"=>"twitter", "user_url"=>"https://x.com/anuj0456"}]}, "source"=>"/Users/blackjack/Documents/web/anuj0456.github.io", "destination"=>"/Users/blackjack/Documents/web/anuj0456.github.io/_site", "collections_dir"=>"", "cache_dir"=>".jekyll-cache", "plugins_dir"=>"_plugins", "layouts_dir"=>"_layouts", "data_dir"=>"_data", "includes_dir"=>"_includes", "collections"=>{"posts"=>{"output"=>true, "permalink"=>"/:categories/:year/:month/:day/:title:output_ext"}, "medium_posts"=>{}}, "safe"=>false, "include"=>[".htaccess"], "exclude"=>[".sass-cache", ".jekyll-cache", "gemfiles", "Gemfile", "Gemfile.lock", "node_modules", "vendor/bundle/", "vendor/cache/", "vendor/gems/", "vendor/ruby/"], "keep_files"=>[".git", ".svn"], "encoding"=>"utf-8", "markdown_ext"=>"markdown,mkdown,mkdn,mkd,md", "strict_front_matter"=>false, "show_drafts"=>nil, "limit_posts"=>0, "future"=>false, "unpublished"=>false, "whitelist"=>[], "plugins"=>["jekyll-feed", "jekyll-seo-tag"], "markdown"=>"kramdown", "highlighter"=>"rouge", "lsi"=>false, "excerpt_separator"=>"\n\n", "incremental"=>false, "detach"=>false, "port"=>"4000", "host"=>"127.0.0.1", "baseurl"=>nil, "show_dir_listing"=>false, "permalink"=>"date", "paginate_path"=>"/page:num", "timezone"=>nil, "quiet"=>false, "verbose"=>false, "defaults"=>[], "liquid"=>{"error_mode"=>"warn", "strict_filters"=>false, "strict_variables"=>false}, "kramdown"=>{"auto_ids"=>true, "toc_levels"=>[1, 2, 3, 4, 5, 6], "entity_output"=>"as_char", "smart_quotes"=>"lsquo,rsquo,ldquo,rdquo", "input"=>"GFM", "hard_wrap"=>false, "guess_lang"=>true, "footnote_nr"=>1, "show_warnings"=>false}, "livereload_port"=>35729, "serving"=>true, "watch"=>true, "url"=>"http://localhost:4000"}:ET |
11 changes: 0 additions & 11 deletions
11
...l--Converters--Markdown/63/7e252fa8460c2278df772e6dfbf4934329e2f03a9174070b70d0883886b435
This file was deleted.
Oops, something went wrong.
Empty file modified
0
...l--Converters--Markdown/e3/b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
100755 → 100644
Empty file.
19 changes: 0 additions & 19 deletions
19
...l--Converters--Markdown/fd/aa4200cef2544ec568b25970b3a49cf9b4f3d7015485506ccda914caf9c5b9
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,5 @@ gemspec | |
|
||
gem "jekyll" | ||
gem "webrick" | ||
gem "jekyll-import" | ||
gem "rss" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,59 @@ | ||
title: Solutions of Kaggle Competitions | ||
title: Anuj.dev | ||
author: | ||
name: Anuj Gupta | ||
email: anuj0456@gmail.com | ||
|
||
# The `>` after `description:` means to ignore line-breaks until next key. | ||
# If you want to omit the line-break after the end of text, use `>-` instead. | ||
description: > | ||
Typically, after each Kaggle competition, the winners and top performers share their | ||
solutions in the discussion forums. However, searching for specific competitions and | ||
their solutions can be quite time-consuming when needed. I have always wished for a | ||
centralized repository of links to solutions from all past Kaggle competitions. This | ||
would serve as a valuable reference point on many occasions. | ||
# Build settings | ||
Welcome to Anuj's digital space! Explore my journey in AI, | ||
tech, and entrepreneurship. Discover projects, insights, | ||
and innovations that shape the future. | ||
theme: minima | ||
|
||
plugins: | ||
- jekyll-feed | ||
- jekyll-seo-tag | ||
|
||
# Theme-specific settings | ||
collections: | ||
- medium_posts | ||
|
||
# If you want to link only specific pages in your header, use this and add the path to the pages | ||
# in order as they should show up. | ||
header_pages: | ||
- about.md | ||
- pilott.html | ||
- ailert.html | ||
|
||
# Set to `true` to show excerpts on the homepage. | ||
show_excerpts: true | ||
|
||
# Minima specific settings, which are only available from Minima 3.0 onward. | ||
minima: | ||
# Minima skin selection. | ||
# Available skins are: | ||
# classic Default, light color scheme. | ||
# dark Dark variant of the classic skin. | ||
# auto Adaptive skin based on the default classic and dark skins. | ||
# solarized-light Light variant of solarized color scheme. | ||
# solarized-dark Dark variant of solarized color scheme. | ||
# solarized Adaptive skin for solarized color scheme skins. | ||
skin: classic | ||
|
||
# Minima date format. | ||
# The default value is "%b %d, %Y" (e.g. Nov 14, 2023) | ||
# Refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this. | ||
# | ||
# date_format: "%b %-d, %Y" | ||
date_format: "%b-%d-%Y" | ||
|
||
# Generate social links in footer. | ||
# | ||
# social_links: | ||
# - { platform: devto, user_url: "https://dev.to/jekyll" } | ||
# - { platform: dribbble, user_url: "https://dribbble.com/jekyll" } | ||
# - { platform: facebook, user_url: "https://www.facebook.com/jekyll" } | ||
# - { platform: flickr, user_url: "https://www.flickr.com/photos/jekyll" } | ||
# - { platform: github, user_url: "https://github.com/jekyll/minima" } | ||
# - { platform: google_scholar, user_url: "https://scholar.google.com/citations?user=qc6CJjYAAAAJ" } | ||
# - { platform: instagram, user_url: "https://www.instagram.com/jekyll" } | ||
# - { platform: keybase, user_url: "https://keybase.io/jekyll" } | ||
# - { platform: linkedin, user_url: "https://www.linkedin.com/in/jekyll" } | ||
# - { platform: microdotblog, user_url: "https://micro.blog/jekyll" } | ||
# - { platform: pinterest, user_url: "https://www.pinterest.com/jekyll" } | ||
# - { platform: stackoverflow, user_url: "https://stackoverflow.com/users/1234567/jekyll" } | ||
# - { platform: telegram, user_url: "https://t.me/jekyll" } | ||
# - { platform: twitter, user_url: "https://twitter.com/jekyllrb" } | ||
# - { platform: youtube, user_url: "https://www.youtube.com/jekyll" } | ||
# If you want to link only specific pages in your header, uncomment this and add the path to the pages in | ||
# order as they should show up. | ||
# | ||
# header_pages: | ||
# - about.md | ||
# Set to `true` to show excerpts on the homepage. | ||
# | ||
# show_excerpts: false | ||
social_links: | ||
- { platform: devto, user_url: "https://dev.to/anuj0456" } | ||
- { platform: github, user_url: "https://github.com/anuj0456" } | ||
- { | ||
platform: linkedin, | ||
user_url: "https://www.linkedin.com/in/anuj-gupta-9a691527/", | ||
} | ||
- { | ||
platform: stackoverflow, | ||
user_url: "https://stackoverflow.com/users/3569546/anuj0456", | ||
} | ||
- { platform: twitter, user_url: "https://x.com/anuj0456" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
{% comment %} | ||
Placeholder to allow defining custom head, in principle, you can add anything here, e.g. favicons: | ||
|
||
1. Head over to https://realfavicongenerator.net/ to add your own favicons. | ||
2. Customize default _includes/custom-head.html in your source directory and insert the given code snippet. | ||
{% endcomment %} | ||
{% comment %} Placeholder to allow defining custom head, in principle, you can | ||
add anything here, e.g. favicons: 1. Head over to | ||
https://realfavicongenerator.net/ to add your own favicons. 2. Customize default | ||
_includes/custom-head.html in your source directory and insert the given code | ||
snippet. {% endcomment %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,24 @@ | ||
--- | ||
layout: base | ||
--- | ||
<article class="post"> | ||
|
||
<header class="post-header"> | ||
<h1 class="post-title">{{ page.title | escape }}</h1> | ||
<section id="main" class="wrapper style1"> | ||
<header class="major"> | ||
<h2>Blog</h2> | ||
</header> | ||
|
||
<div class="post-content"> | ||
{{ content }} | ||
</div> | ||
|
||
</article> | ||
{% for e in site.external_feed %} | ||
<h2>{{ e.title }}</h2> | ||
<p>{{ e.feed_content }}</p> | ||
{% endfor %} | ||
<section class="special"> | ||
<ul class="actions"> | ||
<li> | ||
<a | ||
href="{{ site.baseurl }}{{ e.url }}" | ||
class="button {% cycle '', 'alt'%}" | ||
>Read More</a | ||
> | ||
</li> | ||
</ul> | ||
</section> | ||
</section> |
Oops, something went wrong.