Skip to content

Commit b889f3e

Browse files
committed
fix hacktoberfest 2023 frontmatter
Signed-off-by: Daniel Chege <chegedan699@gmail.com>
1 parent f28cb66 commit b889f3e

File tree

1 file changed

+43
-15
lines changed
  • src/collections/programs/hacktoberfest-2023

1 file changed

+43
-15
lines changed

src/collections/programs/hacktoberfest-2023/index.mdx

Lines changed: 43 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,62 @@ title: "Hacktoberfest Prep 2023: Easing into CNCF Open Source Projects"
33
description: "Prepare for Hacktoberfest with Layer5 MeshMates and Maintainers. Join seasoned open source maintainers, hack through easy issues, and grow your skills. Discover Newcomers Resources and explore the Layer5 Community Handbook."
44
thumbnail: ./hacktoberfest2023.png
55
darkthumbnail: ./hacktoberfest2023.png
6+
program: "Hacktoberfest"
67
date: 2023-09-29
78
eurl: /community/calendar
89
type: Event
9-
speakers: ["Gaurav Chadha", "Pranav Singh", "Uzair Shaikh", "Yash Sharma", "Anita Ihuman", "Saurabh Soni", "Ritik Saxena", "Senali Dilumika", "Sudhanshu Dasgupta", "Rex Joshua Ibegbu"]
10+
speakers:
11+
[
12+
"Gaurav Chadha",
13+
"Pranav Singh",
14+
"Uzair Shaikh",
15+
"Yash Sharma",
16+
"Anita Ihuman",
17+
"Saurabh Soni",
18+
"Ritik Saxena",
19+
"Senali Dilumika",
20+
"Sudhanshu Dasgupta",
21+
"Rex Joshua Ibegbu",
22+
]
1023
published: true
1124
upcoming: false
1225
register: false
1326
---
1427

15-
import { Link } from "gatsby" ;
28+
import { Link } from "gatsby";
1629
import hacktoberfestBadge from "./hacktoberfest-contributor.png";
1730

18-
<Link to="/programs/hacktoberfest">Hacktoberfest</Link> is just around the corner. You'd be surprised to know how small changes can make a big impact on a project. The more a project scales, the easier it is for small errors to live within it. You can make a real difference by fixing these relatively easier issues and continue to grow from there.
19-
Prepare for Hacktoberfest and ready yourself for contributing to CNCF projects the easy way with Layer5 <Link to="/community/meshmates">MeshMates</Link> and Maintainers. Spend an hour with seasoned, open source maintainers and hack your way through. To get a head start, see our <Link to="/community/newcomers">Newcomers Resources</Link>. Get familiar with the Layer5 community through our <Link to="/community/handbook">Community Handbook</Link>.
31+
<Link to="/programs/hacktoberfest">Hacktoberfest</Link> is just around the
32+
corner. You'd be surprised to know how small changes can make a big impact on a
33+
project. The more a project scales, the easier it is for small errors to live
34+
within it. You can make a real difference by fixing these relatively easier
35+
issues and continue to grow from there. Prepare for Hacktoberfest and ready
36+
yourself for contributing to CNCF projects the easy way with Layer5
37+
<Link to="/community/meshmates">MeshMates</Link> and Maintainers. Spend an hour
38+
with seasoned, open source maintainers and hack your way through. To get a head
39+
start, see our <Link to="/community/newcomers">Newcomers Resources</Link>. Get
40+
familiar with the Layer5 community through our
41+
<Link to="/community/handbook">Community Handbook</Link>.
2042
<ul>
21-
<li><strong>DATE:</strong> September 29, 2023</li>
22-
<li><strong>TIME:</strong> 10:00 AM CT | 8:30 PM IST</li>
23-
<li><strong>MEET:</strong> <a href="https://meet.layer5.io/community"> Zoom</a></li>
43+
<li>
44+
<strong>DATE:</strong> September 29, 2023
45+
</li>
46+
<li>
47+
<strong>TIME:</strong> 10:00 AM CT | 8:30 PM IST
48+
</li>
49+
<li>
50+
<strong>MEET:</strong> <a href="https://meet.layer5.io/community"> Zoom</a>
51+
</li>
2452
</ul>
2553

26-
Resources:
27-
<ul>
28-
<li><Link to="https://docs.google.com/spreadsheets/d/11KPLU9vVklgGn9NbluLegbfQAyBA5ZS58AhoA8_PCVI/edit#gid=0">Issues for Hacktoberfest</Link></li>
29-
<li><a href="https://www.youtube.com/watch?v=T7xLUqrnxtI">Recorded Livestream</a></li>
30-
<li><a href="/events/2023/hacktoberfest-2023/hacktoberfest-prep-easing-into-cncf-open-source-projects.pdf">Presentation Slides</a></li>
31-
</ul>
32-
54+
Resources:
55+
<ul>
56+
<li><Link to="https://docs.google.com/spreadsheets/d/11KPLU9vVklgGn9NbluLegbfQAyBA5ZS58AhoA8_PCVI/edit#gid=0">Issues for Hacktoberfest</Link></li>
57+
<li><a href="https://www.youtube.com/watch?v=T7xLUqrnxtI">Recorded Livestream</a></li>
58+
<li><a href="/events/2023/hacktoberfest-2023/hacktoberfest-prep-easing-into-cncf-open-source-projects.pdf">Presentation Slides</a></li>
59+
</ul>
3360

3461
Earn a Badge
3562
Earn a Hacktoberfest Contributor badge by contributing to Layer5 projects during this Hacktoberfest.
36-
<img src={hacktoberfestBadge} style={{ width: "250px" }}/>
63+
64+
<img src={hacktoberfestBadge} style={{ width: "250px" }} />

0 commit comments

Comments
 (0)