Removed placeholder headshots to get ready for production

This commit is contained in:
Nathan Schneider
2025-04-26 16:37:31 -06:00
parent f20cc28349
commit c9eefa953c
7 changed files with 16 additions and 9 deletions

View File

@ -35,7 +35,7 @@ Optionally you can add a headshot photo to your article. To do this:
2. Add a `headshot` field to your article's front matter with just the filename. For example: 2. Add a `headshot` field to your article's front matter with just the filename. For example:
```yaml ```yaml
headshot: "firstname-lastname.jpg" headshot: "firstname_lastname.jpg"
``` ```
*Note: Name is case sensitive, might as well use lowercase letters and hyphens in your filename.* *Note: Name is case sensitive, might as well use lowercase letters and hyphens in your filename.*

View File

@ -6,8 +6,15 @@ date: 2024-10-10
approved: 2024-10-11 approved: 2024-10-11
summary: "After widespread resistance to codes of conduct in open-source software communities, Coraline Ada Ehmke's Contributor Covenant became the most popular code of conduct in the ecosystem." summary: "After widespread resistance to codes of conduct in open-source software communities, Coraline Ada Ehmke's Contributor Covenant became the most popular code of conduct in the ecosystem."
location: "Chicago, USA" location: "Chicago, USA"
headshot: "placeholder-headshot.png" #headshot: "placeholder-headshot.png"
topics: [code of conduct, dispute resolution, gender, open source, organizations, software] topics: [code of conduct, dispute resolution, gender, open source, organizations, software]
links:
- text: "Personal website"
url: "https://where.coraline.codes"
- text: "Contributor Covenant"
url: "https://www.contributor-covenant.org"
- text: "Organization for Ethical Source"
url: "https://www.contributor-covenant.org"
--- ---
*First of all, I want to begin with the question of how you how you prefer to introduce yourself.* *First of all, I want to begin with the question of how you how you prefer to introduce yourself.*

View File

@ -6,7 +6,7 @@ date: 2024-10-29
approved: 2024-12-16 approved: 2024-12-16
summary: "Good Market is a digital commons for enterprises that prioritize people and the planet over profit. It enables communities to set and enforce their own standards for doing business." summary: "Good Market is a digital commons for enterprises that prioritize people and the planet over profit. It enables communities to set and enforce their own standards for doing business."
location: "Sri Lanka / United States" location: "Sri Lanka / United States"
headshot: "placeholder-headshot.png" #headshot: "placeholder-headshot.png"
topics: [economics, organizations, ecology, standards] topics: [economics, organizations, ecology, standards]
--- ---

View File

@ -6,7 +6,7 @@ date: 2024-12-13
approved: 2025-03-04 approved: 2025-03-04
summary: "A diplomat for Bangladesh describes the role of protocol in high-profile international visits and treaty negotiations." summary: "A diplomat for Bangladesh describes the role of protocol in high-profile international visits and treaty negotiations."
location: "Dhaka, Bangladesh" location: "Dhaka, Bangladesh"
headshot: "placeholder-headshot.png" #headshot: "placeholder-headshot.png"
topics: [diplomacy, government, friendship] topics: [diplomacy, government, friendship]
--- ---

View File

@ -6,7 +6,7 @@ date: 2024-12-06
approved: 2025-04-01 approved: 2025-04-01
summary: "A career-long journey to build online social networks that cannot be controlled by a single company, culminating with the ActivityPub standard." summary: "A career-long journey to build online social networks that cannot be controlled by a single company, culminating with the ActivityPub standard."
location: "Montreal, Canada" location: "Montreal, Canada"
headshot: "placeholder-headshot.png" #headshot: "placeholder-headshot.png"
links: links:
- text: Website - text: Website
url: https://evanp.me/ url: https://evanp.me/

View File

@ -6,7 +6,7 @@ date: 2024-11-04
approved: 2024-12-02 approved: 2024-12-02
summary: "As a sport often played with no referees, ultimate frisbee has developed a strong set of norms for addressing conflict and self-governing." summary: "As a sport often played with no referees, ultimate frisbee has developed a strong set of norms for addressing conflict and self-governing."
location: "East Greenbush, NY USA" location: "East Greenbush, NY USA"
headshot: "placeholder-headshot.png" #headshot: "placeholder-headshot.png"
topics: [frisbee, sports, organizations, dispute resolution] topics: [frisbee, sports, organizations, dispute resolution]
--- ---

View File

@ -8,7 +8,7 @@
<p><strong>Topics:</strong> {{ partial "topics.html" . }}</p> <p><strong>Topics:</strong> {{ partial "topics.html" . }}</p>
{{ if .Params.links }} {{ if .Params.links }}
<div class="mt-4"> <div class="mt-4">
<p><strong>Narrator Links:</strong></p> <p><strong>Learn more:</strong></p>
<ul class="list-disc pl-4 ml-4 mt-2"> <ul class="list-disc pl-4 ml-4 mt-2">
{{ range .Params.links }} {{ range .Params.links }}
<li class="mb-2"> <li class="mb-2">