Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,3 @@ repos:
rev: 23.9.1
hooks:
- id: black
- repo: https://github.com/kjaymiller/frontmatter-check
rev: "2025.1.1b2"
hooks:
- id: frontmatter-check
62 changes: 62 additions & 0 deletions _data/leadership.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"Executors": [
{
"name": "Jay Miller",
"title": "Executor",
"image": "https://github.com/kjaymiller.png",
"alt": "photo of Jay"
},
{
"name": "Abigail Afi Gbadago",
"title": "Executor (Africa)",
"image": "/assets/images/afi.webp"
},
{
"name": "Emmanuel Ugwu",
"title": "Vice-Executor (Africa)",
"image": "/assets/images/nuel.webp"
},
{
"name": "Lazuich Ford",
"title": "Executor (North America)",
"image": "/assets/images/laz.webp"
},
{
"name": "Keanya Phelps",
"title": "Vice-Executor (North America)",
"image": "/assets/images/keanya.webp"
}
],
"Leaders": [
{
"name": "Damilola Oladele",
"title": "Documentation Lead"
},
{
"name": "Doreen Nangira",
"title": "Code of Conduct Team Lead"
},
{
"name": "Sandra Ashipala",
"title": "Welcoming Team"
}
],
"Advisors": ["Benedict Koji Amofah", "Ronald Maravanyika", "Kudzayi Bamhare", "Kojo Idrissa", "Carol Willing", "Jeff Triplett", "Dr. Kari L. Jordan"],
"Council": [
"Dawn Wages",
"Sarah Abderemane",
"Abigail Mesyenrame Dogbe",
"Velda Kiara",
"Kojo Idrissa",
"Aisha Bello",
"Brayan Kai",
"Chris Achinga",
"Denny Perez",
"Felipe Quieroz",
"Marlene Mhangami",
"Monica Oyugi",
"Ngazetungue Muheue",
"Steve Yonkeu",
"BAOVOLA Marie Anna"
]
}
57 changes: 0 additions & 57 deletions _data/leadership.yaml

This file was deleted.

1 change: 1 addition & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class Index(Page):
@app.page
class About(Page):
template = "about.html"
data = json.loads(pathlib.Path("_data/leadership.json").read_text())


@app.page
Expand Down
Loading