Skip to content

Commit 9d44980

Browse files
committed
Updated README, and the style
1 parent 61d03a1 commit 9d44980

File tree

3 files changed

+33
-8
lines changed

3 files changed

+33
-8
lines changed

assets/css/extended/layout.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
/* General layout adjustments */
2+
3+
/* Fix the large gap caused by .first-entry min-height */
4+
.first-entry {
5+
min-height: 50px !important; /* Override the default min-height */
6+
}
7+
8+
/* Reduce gap between header/social icons and post list on home page */
9+
.home-info {
10+
margin-bottom: 1.5rem !important; /* Reduced from default */
11+
}
12+
13+
/* Reduce spacing after social icons */
14+
.social-icons {
15+
margin-bottom: 1rem !important; /* Reduced from default */
16+
}

content/about.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,28 @@
11
---
22
title: "About"
3-
date: 2024-01-01T00:00:00Z
3+
date: 2025-09-09T00:00:00Z
44
draft: false
5-
description: "About this technical blog and its author"
5+
description: ""
66
showToc: false
77
---
88

9-
# About This Technical Blog
9+
# About this blog site
1010

11-
Welcome to our technical blog! This is a platform dedicated to sharing knowledge, insights, and best practices in software development, programming, and technology.
11+
Welcome to my technical blog! This is a platform dedicated to sharing knowledge, insights, and best practices in software development, programming, and technology.
12+
13+
## About Me
14+
15+
Hey there! I'm a Specialist Solutions Architect at AWS Hong Kong, where I spend my days diving deep into containers, serverless architectures, and the ever-evolving world of Generative AI. What gets me excited? Building systems that scale beautifully and helping teams unlock the potential of cloud-native technologies.
16+
17+
Before AWS, I cut my teeth in DevOps and platform engineering across various companies in the region, learning that the best solutions often come from understanding both the technical challenges and the human stories behind them.
18+
19+
Outside of work, you'll find me exploring the intersection of system design, Kubernetes, platform engineering, and GenAI innovations. I believe in sharing knowledge and building communities around these technologies—hence this blog.
20+
21+
I'm passionate about making complex systems simple and helping others navigate the rapidly changing landscape of modern software architecture.
1222

1323
## What You'll Find Here
1424

15-
- **Programming Tutorials**: Step-by-step guides on various programming languages and frameworks
16-
- **Technical Deep Dives**: In-depth analysis of complex technical topics
25+
- **Technical Insights**: In-depth analysis of complex technical topics
1726
- **Best Practices**: Industry standards and recommended approaches
1827
- **Tool Reviews**: Evaluations of development tools and technologies
1928
- **Problem Solving**: Solutions to common (and uncommon) technical challenges
@@ -33,4 +42,4 @@ This blog is built with Hugo and optimized for technical content:
3342

3443
Feel free to reach out through our social media links or contribute to discussions in the comments section of our posts.
3544

36-
Happy coding! 🚀
45+
Happy coding! 🚀

content/posts/20250909-thoughts-of-vibe-coding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ date: 2025-09-09T11:07:59+08:00
44
draft: false
55
description: ""
66
tags: ["Vibe Coding", "GenAI"]
7-
categories: ["Thoughts"]
7+
categories: ["Thoughts", "GenDev"]
88
author: "Shawn Zhang"
99
showToc: false
1010
TocOpen: false

0 commit comments

Comments
 (0)