diff --git a/README.md b/README.md
index 97142229..785a2198 100644
--- a/README.md
+++ b/README.md
@@ -1,17 +1,21 @@
# Secure Systems Lab website
-This is the repository for the Secure Systems Lab website. You can see a live demo of this site at [dgopstein.github.io/ssl-site/](https://dgopstein.github.io/ssl-site/)
+This is the repository for the Secure Systems Lab website. You can see the live
+version of this site at
+[ssl.engineering.nyu.edu](https://ssl.engineering.nyu.edu).
## Building locally
-Before committing changes, please make sure your commit looks good by checking your change locally.
+Before committing changes, please make sure your commit looks good by checking
+your change locally.
-- Open a terminal and `cd` to the directory where you've checked out this project
+- Open a terminal and `cd` to the directory where you've checked out this
+ project
- *First time only*
- install the bundler package manager with `gem install bundler`
- install necessary ruby packages with `bundler install`
- Run the local jekyll server: `jekyll build --trace --baseurl '/' && jekyll serve --incremental --port 7000 --baseurl '/'`
- View your draft at [localhost:7000](http://localhost:7000)
-- Most files will be automatically re-processed as long as the server is running, if you edit a *.yml* file, however, you will need to manually kill the server and re-run the build command.
-
-
+- Most files will be automatically re-processed as long as the server is
+ running, if you edit a *.yml* file, however, you will need to manually kill
+ the server and re-run the build command.
diff --git a/_data/data.yml b/_data/data.yml
index 6735340d..cdfe8e5d 100644
--- a/_data/data.yml
+++ b/_data/data.yml
@@ -1082,7 +1082,7 @@ projects:
name: "gittuf"
anchor: "gittuf"
image: "/img/projects/gittuf.png"
- status: *starting
+ status: *adopted
site: "https://gittuf.github.io"
description:
- "gittuf provides a security layer for Git using some concepts
@@ -1170,7 +1170,7 @@ projects:
anchor: "atoms"
image: "/img/projects/atoms_business_card_closeup_small.png"
site: "https://atomsofconfusion.com/"
- status: *starting
+ status: *retired
description:
- "Within every confusing piece of software code
are small patterns that can lead developers to outputs that radically
diff --git a/_includes/scripts.html b/_includes/scripts.html
index a67679c3..94ba9ed8 100644
--- a/_includes/scripts.html
+++ b/_includes/scripts.html
@@ -1,16 +1,3 @@
-
-