Compare commits
3 Commits
bd702f8f51
...
befa2b8f4d
Author | SHA1 | Date | |
---|---|---|---|
|
befa2b8f4d | ||
|
c9eefa953c | ||
|
f20cc28349 |
@@ -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.*
|
||||
*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.*
|
||||
|
BIN
assets/headshots/asia_dorsey.jpg
Normal file
BIN
assets/headshots/asia_dorsey.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 201 KiB |
@@ -6,6 +6,4 @@ include_partials: ["facilitator-list.html","wompum-demo.html"]
|
||||
|
||||
The Protocol Oral History Project is an effort to honor and share the stories of protocol artists—the skilled builders and stewards of the rules, standards, and norms that shape our lives in often invisible ways, ranging from technical standards and diplomatic practices to Indigenous traditions and radical subcultures.
|
||||
|
||||
The color scheme is inspired by _[Constitutional Wampum](http://n2t.net/ark:/65665/ws63912f5dd-e703-4759-8c31-33ac98b3c190)_ by Robert Houle.
|
||||
|
||||
The project is led by Nathan Schneider, director of the [Media Economies Design Lab](https://www.colorado.edu/lab/medlab/) at the University of Colorado Boulder. Website designed by [Drew Hornbein](https://www.dhornbein.com/). The project is made possible by support from the Siegel Family Endowment.
|
||||
|
@@ -7,7 +7,7 @@ approved: 2025-03-20
|
||||
summary: "Drawing on many ancestral traditions and the experience of her own body, Asia Dorsey learns and teaches the pattern language of a healthy gut."
|
||||
location: "Denver CO"
|
||||
topics: [ancestors, food, health, indigeneity]
|
||||
headshot: "placeholder-headshot.png"
|
||||
headshot: "asia_dorsey.jpg"
|
||||
links:
|
||||
- text: "Bugs Bones & Botany"
|
||||
url: "https://www.bonesbugsandbotany.com"
|
||||
|
@@ -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.*
|
||||
|
@@ -6,8 +6,11 @@ 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]
|
||||
links:
|
||||
- text: "Good Market"
|
||||
url: "https://goodmarket.global"
|
||||
---
|
||||
|
||||
*I want to begin with the question of how you like to introduce yourself. How do you introduce yourself to somebody you've just met? Where do you begin?*
|
||||
|
@@ -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]
|
||||
---
|
||||
|
||||
|
@@ -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/
|
||||
|
@@ -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]
|
||||
---
|
||||
|
||||
|
@@ -8,7 +8,7 @@
|
||||
<p><strong>Topics:</strong> {{ partial "topics.html" . }}</p>
|
||||
{{ if .Params.links }}
|
||||
<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">
|
||||
{{ range .Params.links }}
|
||||
<li class="mb-2">
|
||||
|
@@ -1,7 +1,7 @@
|
||||
<div class="wompum-demo max-w-2xl mx-auto">
|
||||
<h2 class="text-2xl font-bold mb-4">Wompum Grid Protocol</h2>
|
||||
<h2 class="text-2xl font-bold mb-4">Wampum Grid Protocol</h2>
|
||||
|
||||
<p>We use a protocol to generate the colorful wompum style grid for articles and other places around the site, learn how it works here.</p>
|
||||
<p>The color scheme on this website is inspired by <em><a href="http://n2t.net/ark:/65665/ws63912f5dd-e703-4759-8c31-33ac98b3c190">Constitutional Wampum</a></em> by Robert Houle. The site uses the following protocol to generate the colorful wampum style grid.</p>
|
||||
|
||||
<div class="mb-8">
|
||||
<label class="block mb-2">Enter text to generate a grid:</label>
|
||||
|
Reference in New Issue
Block a user