diff --git a/EXTERNAL.md b/EXTERNAL.md
index 7f3c3578a092fe0f0bc35876c852a289aa79c0bd..5223b6fd74ab569e01696c0fe052b7496cac15d6 100644
--- a/EXTERNAL.md
+++ b/EXTERNAL.md
@@ -2,12 +2,14 @@ # External TT-Related Projects
 
 ## Known Mirrors
 
-| Maintainer                        | Link               |
-| --------------------------------- | ------------------ |
-| [toast@toast.cafe](mailto:toast@toast.cafe) |https://trivial.technology/ |
+| Maintainer                                    | Link                  |
+| --------------------------------------------- | --------------------- |
+| [mark@szy.io](mailto:mark@szy.io)             | https://szy.io/tt/    |
+| [gabe@erisian.tech](mailto:gabe@erisian.tech) | https://erisian.tech/ |
 
 ## Similarly-Spirited Projects
 
 - https://fourthievesvinegar.org/
+- https://scihub.org/
 
 
diff --git a/build.sh b/build.sh
index 7cdb76c244026feb64fd2ecc2a377a311bac9a5b..9db8586eb66abc37f73c6b0ca5551a96e16cd8ac 100755
--- a/build.sh
+++ b/build.sh
@@ -7,4 +7,4 @@ esac
 export PATH="$PATH:$d/bin"
 
 mkdir -p dst
-ssg5 src dst "$@"
+ssg5 src dst "trivial technology" "$@"
diff --git a/clean.do b/clean.do
new file mode 100644
index 0000000000000000000000000000000000000000..e33c18d3274b842bef9ea03e45f599f4b87dd821
--- /dev/null
+++ b/clean.do
@@ -0,0 +1 @@
+rm -r dst
diff --git a/site.do b/site.do
new file mode 100644
index 0000000000000000000000000000000000000000..94682bbf87fd24081b0464afabbc175b1e24a7a2
--- /dev/null
+++ b/site.do
@@ -0,0 +1 @@
+./build.sh "scientia potentia est" ./
diff --git a/src/_footer.html b/src/_footer.html
index de84baa891efc501de7c09ac8dbe7cf58345be6c..5fa400981e54b69911fb76eba02052d38b7a8e7c 100644
--- a/src/_footer.html
+++ b/src/_footer.html
@@ -1,7 +1,7 @@
 <footer>
   <hr />
   <p>
-  Maintained at <a href='https://git.szy.io/mdszy/tt'>git.szy.io/mdszy/tt</a> by <a href='mailto:mark@szy.io'>mark@szy.io</a>
+  Maintained at <a href='https://git.macaw.me/Tolstoevsky/tt'>git.macaw.me/Tolstoevsky/tt</a> by <a href='mailto:tolstoevsky@phreedom.club'>Tolstoevsky</a>
   </p></footer>
   </body>
   </html>
diff --git a/sync.do b/sync.do
new file mode 100644
index 0000000000000000000000000000000000000000..25e496c9cdc1fcc50e394a0c07543b9c8016872a
--- /dev/null
+++ b/sync.do
@@ -0,0 +1,3 @@
+redo clean
+redo site
+ssb-webify publish dst
