afaf1ac2b86c — Josiah Ulfers 5 years ago
Simplified Github readme
1 files changed, 5 insertions(+), 1 deletions(-)

M deploy-site.sh
M deploy-site.sh +5 -1
@@ 3,7 3,11 @@ git clone git@github.com:julfers/revolvi
 rm -rf _build/html/*
 make html
 cp CNAME _build/html/
-cp readme.md _build/html/
+cat _build/html/readme.md <<EOF
+This Github repo hosts https://www.revolvingdoorhoax.org/.
+
+Source for the expirment lives at https://hg.sr.ht/~julfers/revolvingdoorhoax
+EOF
 touch _build/html/.nojekyll
 cd _build/html
 git add .