diff --git a/_config.yml b/_config.yml index c99b42f..214662c 100644 --- a/_config.yml +++ b/_config.yml @@ -14,19 +14,19 @@ 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 +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 '/'. -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 @@ -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. 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 diff --git a/_posts/2025-03-24.md b/_posts/2025-03-24.md new file mode 100644 index 0000000..f1c416a --- /dev/null +++ b/_posts/2025-03-24.md @@ -0,0 +1,9 @@ +--- +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" +---