Added README and adjusted About

This commit is contained in:
Nathan Schneider
2025-03-07 21:29:09 -07:00
committed by Drew
parent bac1d39481
commit b4f72a1548
4 changed files with 18 additions and 4 deletions

13
README.md Normal file
View File

@ -0,0 +1,13 @@
# Protocol Oral History Project website
A project of the [Media Economies Design Lab](https://medlab.host) at the University of Colorado Boulder, directed by Nathan Schneider. Site design by [Drew Hornbein](https://www.dhornbein.com/).
Developed in Hugo.
## Usage
Navigate to the project directory and:
```
hugo server
```

View File

@ -1,3 +1,5 @@
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 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. 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.

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{ {
"name": "oral-history-project", "name": "protocol-oral-history-project",
"version": "0.1.0", "version": "0.1.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "oral-history-project", "name": "protocol-oral-history-project",
"version": "0.1.0", "version": "0.1.0",
"devDependencies": { "devDependencies": {
"@tailwindcss/typography": "^0.4.1", "@tailwindcss/typography": "^0.4.1",

View File

@ -10,7 +10,6 @@
"tailwindcss": "hugo-starter-tailwind-basic" "tailwindcss": "hugo-starter-tailwind-basic"
} }
}, },
"dependencies": {},
"devDependencies": { "devDependencies": {
"@tailwindcss/typography": "^0.4.1", "@tailwindcss/typography": "^0.4.1",
"autoprefixer": "^10.3.1", "autoprefixer": "^10.3.1",