Skip to content

Commit 80bdcf1

Browse files
Copilotsyed-reza98
andcommitted
Implement complete blog system with 5 initial posts and RSS feed
Co-authored-by: syed-reza98 <71028588+syed-reza98@users.noreply.github.com>
1 parent cb4adcb commit 80bdcf1

File tree

11 files changed

+2144
-46
lines changed

11 files changed

+2144
-46
lines changed

docs/blog/authors.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"authors": [
3+
{
4+
"name": "CodeStorm Hub Team",
5+
"role": "Core Team",
6+
"bio": "The collective voice of the CodeStorm Hub community, sharing updates, announcements, and insights from our open-source journey.",
7+
"avatar": "/images/codestorm-logo.png",
8+
"social": {
9+
"github": "https://github.com/CodeStorm-Hub",
10+
"twitter": "#",
11+
"linkedin": "#"
12+
}
13+
},
14+
{
15+
"name": "Syed Salman Reza",
16+
"role": "Founder & Lead Developer",
17+
"bio": "Full-stack developer passionate about building scalable web applications and fostering open-source communities.",
18+
"avatar": "/team-members/syed-salman-reza.jpg",
19+
"social": {
20+
"github": "https://github.com/syed-reza98",
21+
"linkedin": "https://www.linkedin.com/in/salman-reza",
22+
"twitter": "#"
23+
}
24+
},
25+
{
26+
"name": "Development Team",
27+
"role": "Technical Writers",
28+
"bio": "Our development team shares technical insights, tutorials, and best practices from building modern web applications.",
29+
"avatar": "/images/team-avatar.png",
30+
"social": {
31+
"github": "https://github.com/CodeStorm-Hub",
32+
"twitter": "#",
33+
"linkedin": "#"
34+
}
35+
},
36+
{
37+
"name": "Community Team",
38+
"role": "Community Managers",
39+
"bio": "Dedicated to building and nurturing our open-source community through guidelines, support, and engagement.",
40+
"avatar": "/images/community-avatar.png",
41+
"social": {
42+
"github": "https://github.com/CodeStorm-Hub",
43+
"twitter": "#",
44+
"linkedin": "#"
45+
}
46+
}
47+
]
48+
}

0 commit comments

Comments
 (0)