diff --git a/README.md b/README.md index ce31450..ee27252 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ hugo new articles/2023-01-01-my-new-article.md ``` This will create a new article in the `content/articles` directory with the current date and the title you provide. You can then edit the file to add your content. -### Head shots +### Headshots Optionally you can add a headshot photo to your article. To do this: @@ -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: ```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.* @@ -61,4 +61,4 @@ You can add Open Graph image (for social media sharing) to an article. To do thi ogImage: "/images/my-image.jpg" ``` -*Note: The image should be at least 1200x630 pixels for best results. Make sure to place the image in `/static/images/` directory so it can be served correctly. The path should be relative to the static directory.* \ No newline at end of file +*Note: The image should be at least 1200x630 pixels for best results. Make sure to place the image in `/static/images/` directory so it can be served correctly. The path should be relative to the static directory.* diff --git a/content/articles/ehmke-contributor_covenant.md b/content/articles/ehmke-contributor_covenant.md index bb66e06..3dc0f05 100644 --- a/content/articles/ehmke-contributor_covenant.md +++ b/content/articles/ehmke-contributor_covenant.md @@ -6,8 +6,15 @@ date: 2024-10-10 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." location: "Chicago, USA" -headshot: "placeholder-headshot.png" +#headshot: "placeholder-headshot.png" 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.* diff --git a/content/articles/kiessel-good_market.md b/content/articles/kiessel-good_market.md index 4f6ee10..8c64289 100644 --- a/content/articles/kiessel-good_market.md +++ b/content/articles/kiessel-good_market.md @@ -6,7 +6,7 @@ date: 2024-10-29 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." location: "Sri Lanka / United States" -headshot: "placeholder-headshot.png" +#headshot: "placeholder-headshot.png" topics: [economics, organizations, ecology, standards] --- diff --git a/content/articles/mannan-diplomatic_protocols.md b/content/articles/mannan-diplomatic_protocols.md index 66d4ad1..1f3a0d2 100644 --- a/content/articles/mannan-diplomatic_protocols.md +++ b/content/articles/mannan-diplomatic_protocols.md @@ -6,7 +6,7 @@ date: 2024-12-13 approved: 2025-03-04 summary: "A diplomat for Bangladesh describes the role of protocol in high-profile international visits and treaty negotiations." location: "Dhaka, Bangladesh" -headshot: "placeholder-headshot.png" +#headshot: "placeholder-headshot.png" topics: [diplomacy, government, friendship] --- diff --git a/content/articles/prodromou-distributed_social_networks.md b/content/articles/prodromou-distributed_social_networks.md index 057e8d4..2ca4f21 100644 --- a/content/articles/prodromou-distributed_social_networks.md +++ b/content/articles/prodromou-distributed_social_networks.md @@ -6,7 +6,7 @@ date: 2024-12-06 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." location: "Montreal, Canada" -headshot: "placeholder-headshot.png" +#headshot: "placeholder-headshot.png" links: - text: Website url: https://evanp.me/ diff --git a/content/articles/zargham-ultimate_frisbee.md b/content/articles/zargham-ultimate_frisbee.md index a72d3ee..85c9bf0 100644 --- a/content/articles/zargham-ultimate_frisbee.md +++ b/content/articles/zargham-ultimate_frisbee.md @@ -6,7 +6,7 @@ date: 2024-11-04 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." location: "East Greenbush, NY USA" -headshot: "placeholder-headshot.png" +#headshot: "placeholder-headshot.png" topics: [frisbee, sports, organizations, dispute resolution] --- diff --git a/layouts/partials/article-metadata.html b/layouts/partials/article-metadata.html index 57e7e65..952590e 100644 --- a/layouts/partials/article-metadata.html +++ b/layouts/partials/article-metadata.html @@ -8,7 +8,7 @@
Topics: {{ partial "topics.html" . }}
{{ if .Params.links }}Narrator Links:
+Learn more: