From 305373a3946fd36f6d485803f77b2f3643d24a2b Mon Sep 17 00:00:00 2001 From: "Roy, Debakar" Date: Sun, 26 Nov 2023 08:17:05 +0530 Subject: [PATCH] Adding submodule for about me --- .gitmodules | 3 +++ content/00_about_me.ipynb | 53 --------------------------------------- content/about_me | 1 + 3 files changed, 4 insertions(+), 53 deletions(-) create mode 100644 .gitmodules delete mode 100644 content/00_about_me.ipynb create mode 160000 content/about_me diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..d9d9a46 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "content/about_me"] + path = content/about_me + url = https://github.com/debakarr/debakarr.git diff --git a/content/00_about_me.ipynb b/content/00_about_me.ipynb deleted file mode 100644 index ca7326c..0000000 --- a/content/00_about_me.ipynb +++ /dev/null @@ -1,53 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "id": "20d94894-3e3e-43c9-a399-41d173d5e61e", - "metadata": {}, - "source": [ - "## About the Trainer\n", - "\n", - "

Hi 👋, I'm Debakar Roy

\n", - "\n", - "- 🎓 Graduated in 2019 with a B.Tech in Computer Science.\n", - "\n", - "- 💼 Professionally working since 2019.\n", - "\n", - "- 💬 Ask me about **Python, Jenkins, Docker, Kubernetes, and more**.\n", - "\n", - "- 📖 Check out my blog at https://debakarr.github.io/posts/.\n", - "\n", - "- ⚡ Fun fact: **I love watching Anime, KDrama, and CDrama**.\n", - "\n", - "

Languages and Tools:

\n", - "

\"bash\" \"cplusplus\" \"csharp\" \"css3\" \"docker\" \"flask\" \"git\" \"graphql\" \"jekyll\" \"jenkins\" \"kafka\" \"kubernetes\" \"mongodb\" \"nginx\" \"opencv\" \"postgresql\" \"postman\" \"python\" \"rust\" \"selenium\" \"vuejs\"

\n", - "\n", - "![](https://streak-stats.demolab.com?user=debakarr&theme=dark)\n", - "![](http://github-profile-summary-cards.vercel.app/api/cards/profile-details?username=debakarr&theme=algolia)\n", - "![](http://github-profile-summary-cards.vercel.app/api/cards/repos-per-language?username=debakarr&theme=algolia)\n", - "![](http://github-profile-summary-cards.vercel.app/api/cards/productive-time?username=debakarr&theme=algolia&utcOffset=5.30)" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3 (ipykernel)", - "language": "python", - "name": "python3" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.11.4" - } - }, - "nbformat": 4, - "nbformat_minor": 5 -} diff --git a/content/about_me b/content/about_me new file mode 160000 index 0000000..3dc4add --- /dev/null +++ b/content/about_me @@ -0,0 +1 @@ +Subproject commit 3dc4addf036c38d56d08d301862712befdea3bf2