From b4f72a154815a1a1c0b5ad7d799609c821a43a14 Mon Sep 17 00:00:00 2001
From: Nathan Schneider <n@nathanschneider.info>
Date: Fri, 7 Mar 2025 21:29:09 -0700
Subject: [PATCH] Added README and adjusted About

---
 README.md         | 13 +++++++++++++
 content/about.md  |  4 +++-
 package-lock.json |  4 ++--
 package.json      |  1 -
 4 files changed, 18 insertions(+), 4 deletions(-)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..77d8de1
--- /dev/null
+++ b/README.md
@@ -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
+```
diff --git a/content/about.md b/content/about.md
index 43db154..4444027 100644
--- a/content/about.md
+++ b/content/about.md
@@ -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 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.
\ No newline at end of file
+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.
diff --git a/package-lock.json b/package-lock.json
index 723eadd..beb5585 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,11 +1,11 @@
 {
-  "name": "oral-history-project",
+  "name": "protocol-oral-history-project",
   "version": "0.1.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
-      "name": "oral-history-project",
+      "name": "protocol-oral-history-project",
       "version": "0.1.0",
       "devDependencies": {
         "@tailwindcss/typography": "^0.4.1",
diff --git a/package.json b/package.json
index 41a8daf..ccfe78c 100644
--- a/package.json
+++ b/package.json
@@ -10,7 +10,6 @@
       "tailwindcss": "hugo-starter-tailwind-basic"
     }
   },
-  "dependencies": {},
   "devDependencies": {
     "@tailwindcss/typography": "^0.4.1",
     "autoprefixer": "^10.3.1",