mirror of
https://github.com/cotes2020/chirpy-starter.git
synced 2025-04-19 19:03:27 +10:00
Merge e0d3d9c9f3cc9296a0d26a538817947c15bb76c8 into 46e2bdfa6eacc084dcafe95197339c2705a1d17d
This commit is contained in:
commit
00646fbfdd
18
_config.yml
18
_config.yml
@ -14,19 +14,19 @@ timezone:
|
|||||||
# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
|
# 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
|
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.
|
# Fill in the protocol & hostname for your site.
|
||||||
# E.g. 'https://username.github.io', note that it does not end with a '/'.
|
# E.g. 'https://username.github.io', note that it does not end with a '/'.
|
||||||
url: ""
|
url: "https://TaszidChowdhury.github.io"
|
||||||
|
|
||||||
github:
|
github:
|
||||||
username: github_username # change to your GitHub username
|
username: TaszidChowdhury # change to your GitHub username
|
||||||
|
|
||||||
twitter:
|
twitter:
|
||||||
username: twitter_username # change to your Twitter username
|
username: twitter_username # change to your Twitter username
|
||||||
@ -34,12 +34,12 @@ twitter:
|
|||||||
social:
|
social:
|
||||||
# Change to your full name.
|
# Change to your full name.
|
||||||
# It will be displayed as the default author of the posts and the copyright owner in the Footer
|
# It will be displayed as the default author of the posts and the copyright owner in the Footer
|
||||||
name: your_full_name
|
name: Taszid Chowdhury
|
||||||
email: example@domain.com # change to your email address
|
email: taszidchowdhury@gmail.com # change to your email address
|
||||||
links:
|
links:
|
||||||
# The first element serves as the copyright owner's link
|
# The first element serves as the copyright owner's link
|
||||||
- https://twitter.com/username # change to your Twitter homepage
|
- 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
|
# Uncomment below to add more social links
|
||||||
# - https://www.facebook.com/username
|
# - https://www.facebook.com/username
|
||||||
# - https://www.linkedin.com/in/username
|
# - https://www.linkedin.com/in/username
|
||||||
@ -98,7 +98,7 @@ theme_mode: # [light | dark]
|
|||||||
cdn:
|
cdn:
|
||||||
|
|
||||||
# the avatar on sidebar, support local or CORS resources
|
# 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.
|
# 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.
|
# It can be overridden by a customized `page.image` in front matter.
|
||||||
|
15
_plugins/watcher-patch.rb
Normal file
15
_plugins/watcher-patch.rb
Normal 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
9
_posts/2025-03-24.md
Normal 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"
|
||||||
|
---
|
Loading…
x
Reference in New Issue
Block a user