From c0ea76a40606ac87103fb8c16ec0d4663ab9e2d9 Mon Sep 17 00:00:00 2001 From: Taszid Chowdhury <134796517+TaszidChowdhury@users.noreply.github.com> Date: Mon, 24 Mar 2025 17:43:30 -0400 Subject: [PATCH 1/5] Update _config.yml --- _config.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/_config.yml b/_config.yml index c99b42f..4a28958 100644 --- a/_config.yml +++ b/_config.yml @@ -14,7 +14,7 @@ timezone: # jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md # ↓ -------------------------- -title: Chirpy # the main title +title: Taszid Chowdhury # the main title tagline: A text-focused Jekyll theme # it will display as the subtitle @@ -23,10 +23,10 @@ description: >- # used by seo meta and the atom feed # Fill in the protocol & hostname for your site. # E.g. 'https://username.github.io', note that it does not end with a '/'. -url: "" +url: "https://TaszidChowdhury.github.io" github: - username: github_username # change to your GitHub username + username: TaszidChowdhury # change to your GitHub username twitter: username: twitter_username # change to your Twitter username @@ -34,12 +34,12 @@ twitter: social: # Change to your full name. # It will be displayed as the default author of the posts and the copyright owner in the Footer - name: your_full_name - email: example@domain.com # change to your email address + name: Taszid Chowdhury + email: taszidchowdhury@gmail.com # change to your email address links: # The first element serves as the copyright owner's link - https://twitter.com/username # change to your Twitter homepage - - https://github.com/username # change to your GitHub homepage + - https://github.com/TaszidChowdhury # change to your GitHub homepage # Uncomment below to add more social links # - https://www.facebook.com/username # - https://www.linkedin.com/in/username From d497dcaba78a2b0f9f7f3db8abf91873052cf840 Mon Sep 17 00:00:00 2001 From: Taszid Chowdhury Date: Mon, 24 Mar 2025 17:49:54 -0400 Subject: [PATCH 2/5] added several descriotions. --- _config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 4a28958..214662c 100644 --- a/_config.yml +++ b/_config.yml @@ -16,10 +16,10 @@ timezone: title: Taszid Chowdhury # the main title -tagline: A text-focused Jekyll theme # it will display as the subtitle +tagline: My Personal Portfolio # it will display as the subtitle description: >- # used by seo meta and the atom feed - A minimal, responsive and feature-rich Jekyll theme for technical writing. + I'm a passionate and dedicated developer with experience in building web applications, managing cloud infrastructure, and exploring the intersection of technology and problem-solving. This site showcases my projects, skills, and experiences—from front-end development to cloud architecture. Take a look around to see what I’ve been working on, and feel free to connect!. # Fill in the protocol & hostname for your site. # E.g. 'https://username.github.io', note that it does not end with a '/'. @@ -98,7 +98,7 @@ theme_mode: # [light | dark] cdn: # the avatar on sidebar, support local or CORS resources -avatar: +avatar: https://media.licdn.com/dms/image/v2/D4E03AQH7kndKHFJn3w/profile-displayphoto-shrink_800_800/B4EZU1b1hEHcAc-/0/1740358245425?e=1748476800&v=beta&t=58_VzNT-jq4xwTaWoY1KVxFQ41tvmvhtftp7clmapPk # The URL of the site-wide social preview image used in SEO `og:image` meta tag. # It can be overridden by a customized `page.image` in front matter. From a56aef781238ea2848d0bcf401c8d07bc324a70a Mon Sep 17 00:00:00 2001 From: Taszid Chowdhury Date: Mon, 24 Mar 2025 17:52:17 -0400 Subject: [PATCH 3/5] added plug in --- _plugins/watcher-patch.rb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 _plugins/watcher-patch.rb diff --git a/_plugins/watcher-patch.rb b/_plugins/watcher-patch.rb new file mode 100644 index 0000000..7f65498 --- /dev/null +++ b/_plugins/watcher-patch.rb @@ -0,0 +1,15 @@ +# frozen_string_literal: true + +require 'jekyll-watch' + +module Jekyll + module Watcher + extend self + + alias_method :original_listen_ignore_paths, :listen_ignore_paths + + def listen_ignore_paths(options) + original_listen_ignore_paths(options) + [%r!.*\.TMP!i] + end + end +end \ No newline at end of file From a8143610db19e8c1ed347b63e7415918e38db1e2 Mon Sep 17 00:00:00 2001 From: Taszid Chowdhury Date: Mon, 24 Mar 2025 17:56:10 -0400 Subject: [PATCH 4/5] VPC Post --- _posts/2025-03-24.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 _posts/2025-03-24.md diff --git a/_posts/2025-03-24.md b/_posts/2025-03-24.md new file mode 100644 index 0000000..958cd64 --- /dev/null +++ b/_posts/2025-03-24.md @@ -0,0 +1,8 @@ +--- +title: "AWS VPC Showcase" +author: "Taszid Chowdhury" +date: "2025-03-24" +description: "An interactive walkthrough and explanation of AWS VPC architecture, including Terraform scripts, setup instructions, and key cloud networking concepts." +tags: ["AWS", "VPC", "Cloud Computing", "Terraform", "Networking"] +image: "ResourceMap.png" +--- From e0d3d9c9f3cc9296a0d26a538817947c15bb76c8 Mon Sep 17 00:00:00 2001 From: Taszid Chowdhury Date: Mon, 24 Mar 2025 17:57:49 -0400 Subject: [PATCH 5/5] added ctagories --- _posts/2025-03-24.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_posts/2025-03-24.md b/_posts/2025-03-24.md index 958cd64..f1c416a 100644 --- a/_posts/2025-03-24.md +++ b/_posts/2025-03-24.md @@ -2,6 +2,7 @@ title: "AWS VPC Showcase" author: "Taszid Chowdhury" date: "2025-03-24" +catagories: [VPC] description: "An interactive walkthrough and explanation of AWS VPC architecture, including Terraform scripts, setup instructions, and key cloud networking concepts." tags: ["AWS", "VPC", "Cloud Computing", "Terraform", "Networking"] image: "ResourceMap.png"