Merge e0d3d9c9f3cc9296a0d26a538817947c15bb76c8 into 46e2bdfa6eacc084dcafe95197339c2705a1d17d

This commit is contained in:
Taszid Chowdhury 2025-03-25 14:10:51 -04:00 committed by GitHub
commit 00646fbfdd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 33 additions and 9 deletions

View File

@ -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 Ive 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.

15
_plugins/watcher-patch.rb Normal file
View File

@ -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

9
_posts/2025-03-24.md Normal file
View File

@ -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"
---