You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: header nav links work from any page, add RESEND_API_KEY to CI
Nav links now use absolute paths (/#about, /#skills, etc.) so they
correctly navigate to homepage sections from /blog and other pages.
Also adds RESEND_API_KEY env var to production CI workflow and updates
hello-world blog post content.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: content/blog/hello-world.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ There are several reasons why I decided to start writing:
15
15
1.**Learning in public** - Writing forces me to organize my thoughts and understand concepts more deeply
16
16
2.**Helping others** - If my experiences can help even one person, it's worth the effort
17
17
3.**Building a portfolio** - A blog showcases not just coding skills but also communication abilities
18
+
4.**Fun Brain Exercise** - I wanted to keep sharpening the saw for my creative side of the brain, if you know what I mean.
18
19
19
20
## What to Expect
20
21
@@ -24,14 +25,15 @@ I'll be covering a variety of topics including:
24
25
-**Tech Reviews** - My honest opinions on tools, frameworks, and technologies I use
25
26
-**Career Insights** - Lessons learned from my journey as a developer
26
27
-**Personal Projects** - Deep dives into side projects and what I learned building them
28
+
-**Hobbies & Interests** - When I feel like sharing a more personal side of me
27
29
28
30
## My Commitment
29
31
30
32
I aim to publish at least one quality post per month. I believe in quality over quantity, so each post will be thoroughly researched and carefully written.
31
33
32
34
> "The best time to plant a tree was 20 years ago. The second best time is now." - Chinese Proverb
33
35
34
-
This quote resonates with me because I've been putting off starting a blog for years. But here we are, finally taking that first step!
36
+
This quote resonates with me because I've been putting off starting a blog (even completing this website) for years. But here we are, finally taking that first giant leap!
0 commit comments