Skip to content

Commit fc8bafd

Browse files
authored
fix: quick update of seo adding
1 parent dad4175 commit fc8bafd

3 files changed

Lines changed: 55 additions & 7 deletions

File tree

_layouts/post.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<meta property="og:title" content="{{ page.title }}" />
2+
<meta property="og:description" content="{{ page.description }}" />
3+
<meta property="og:image" content="{{ page.image }}" />
4+
<meta property="og:url" content="{{ site.url }}{{ page.url }}" />
5+
<meta name="twitter:card" content="summary_large_image" />

_posts/2025-05-30-Python-Togo-community-our-story.md

Lines changed: 48 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,41 @@
11
---
2-
title: Python Software community Togo &#58; Our story
3-
date: 2025-05-30 02:30:50
2+
layout: post
3+
title: "Python Togo Community – Our Story"
4+
date: 2025-05-30 02:30:50 +0000
5+
author: Python Togo
6+
description: "Learn how Python Togo began — a community-driven movement to grow the Python ecosystem in Togo, empower developers, and organize PyCon Togo 2025."
7+
keywords: "Python Togo, PyCon Togo, Python community, tech community Togo, open source, PyDay Togo, PyCon Africa, developer community, Python programming"
8+
image: "https://res.cloudinary.com/dvg7vky5o/image/upload/v1744070856/hero_iapsxz.jpg"
9+
categories: story community about-us
10+
tags:
11+
- story
12+
- community
13+
- about
14+
- pycontg
15+
- pychon africa
16+
- pyday
17+
18+
# Structured Data for SEO
19+
schema:
20+
"@context": "https://schema.org "
21+
"@type": "Article"
22+
"headline": "Python Togo Community – Our Story"
23+
"description": "The official story of Python Togo, from its origins at PyCon Africa 2024 to organizing PyDay Togo and preparing for PyCon Togo 2025."
24+
"image": "https://res.cloudinary.com/dvg7vky5o/image/upload/v1744070856/hero_iapsxz.jpg"
25+
"author":
26+
{
27+
"@type": "Organization",
28+
"name": "Python Togo",
29+
"url": "https://pytogo.org "
30+
}
31+
"publisher":
32+
{
33+
"@type": "Organization",
34+
"name": "Python Togo",
35+
"logo": { "@type": "ImageObject", "url": "https://www.pytogo.org/assets/images/logo.png" }
36+
}
37+
"datePublished": "2025-05-30"
38+
"dateModified": "2025-05-30"
439
---
540

641
# Our Story – How Python Togo Began
@@ -14,17 +49,17 @@ It all started back in 2022 when Wachiou BOURAIMA joined the Microsoft Student A
1449

1550
Attending both local and international events — online and in-person — opened his eyes to what a strong developer community could achieve. While some may say volunteering doesn’t pay, we believe it builds something far more valuable: **growth, knowledge, and connection.**
1651

17-
By 2023, Togo’s tech scene was growing rapidly. Developer communities were emerging across campuses, sparking friendships and collaborations that would lay the groundwork for what was to come. Events like DevFest Lomé, TDevFest, Tech Communities Day, MLSA Togo Meetups, became meeting points for leaders who shared a common dream: building something bigger together.
52+
By 2023, Togo’s tech scene was growing rapidly. Developer communities were emerging across campuses, sparking friendships and collaborations that would lay the groundwork for what was to come. Events like DevFest Lomé, TDevFest, Tech Communities Day, MLSA Togo Meetups became meeting points for leaders who shared a common dream: building something bigger together.
1853

1954
Then came 2024 — the year everything changed.
2055

2156
## The Turning Point: PyCon Africa 2024
2257

2358
When financial aid applications for PyCon Africa 2024 opened, we saw an opportunity. We shared it widely, and many from Togo applied. Only five received support — but we refused to let that limit us.
2459

25-
So we did what any strong community would do: **we stepped up together.** Some members contributed financially, others reached out through networks. Thanks to Julius Boakey from PyClubs UG/Python Ghana, several of our members received vouchers. For transport and accommodation, we pooled resources so more people could attend.
60+
So we did what any strong community would do: **we stepped up together.** Some members contributed financially, others reached out through networks. Thanks to Julius Boakey from PyClubs UG / Python Ghana, several of our members received vouchers. For transport and accommodation, we pooled resources so more people could attend.
2661

27-
The result? A life-changing experience in Accra. We met PSF Directors Deb Nicholson, Ex Director David Mertz, Python community founders Many and Michael Young Python Ghana, Kafui Alordo Python Ho, Steve Yonkeu and organizers from around the world Samson Gody, Ditiro Rampate, . And amid the conversations, workshops, and late-night chats, one idea took root:
62+
The result? A life-changing experience in Accra. We met PSF Directors Deb Nicholson, Ex Director David Mertz, Python community founders Many and Michael Young Python Ghana, Kafui Alordo Python Ho, Steve Yonkeu and organizers from around the world Samson Gody, Ditiro Rampate. And amid the conversations, workshops, and late-night chats, one idea took root:
2863

2964
> Why not bring this energy back home?
3065
@@ -129,4 +164,11 @@ Welcome to **Python Togo**.
129164
Let’s code the future — together. 🐍❤️
130165

131166
---
132-
Connect and follow us on [LinkedIn](https://linkedin.com/company/pytogo-togo), [X (Twitter)](https://x.com/pytogo_org), [GitHub](https://github.com/pytogo-org). Kindly like and post your thoughts in the comment section, see you in a future article.
167+
168+
**Connect & Follow Us**
169+
170+
- [LinkedIn](https://linkedin.com/company/pytogo-togo )
171+
- [X (Twitter)](https://x.com/pytogo_org )
172+
- [GitHub](https://github.com/pytogo-org )
173+
174+
Kindly like and share your thoughts in the comments below. See you in a future article!

index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Python Togo Community : Blog post
2+
layout: home
3+
title: Python Togo Community Blog post
34
---
45

56
Empowering Python Developers Join a thriving community of Python enthusiasts in Togo, learn, collaborate, and grow your skills.

0 commit comments

Comments
 (0)