From af8c15247077412e9ea62cc8ed27981f9d43f56e Mon Sep 17 00:00:00 2001 From: Jerry Aldrich Date: Sun, 7 Jun 2020 22:40:33 -0700 Subject: [PATCH] Initial commit --- README.md | 9 +++++++++ index.html | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 README.md create mode 100644 index.html diff --git a/README.md b/README.md new file mode 100644 index 0000000..fc3cfd6 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# blog.jerryaldrichiii.com + +## Running locally + +docker run -it --rm \ + -v $(pwd)/index.html:/srv/http/index.html \ + -e LIGHTTPD_INDEX_FILE=index.html + -p 8080:8080 \ + jerryaldrichiii/simple-web-server diff --git a/index.html b/index.html new file mode 100644 index 0000000..2c0e3de --- /dev/null +++ b/index.html @@ -0,0 +1,46 @@ + + + + blog.jerryaldrichiii.com + + + + + + +
+

#NoTechForICE

+

+If you're coming here for Chef info, you've come to the +wrong place. +

+In 2019, Chef chose to renew their contract with U.S. +Immigration and Customs Enforcement (ICE) despite +significant internal protests. +

+This decision (along with several others) ultimately lead to +me and several others voluntarily terminating our employment +with them that year. +

+I have plans to bring this blog back with a focus on +personal projects and potentially guides for migrating off +Chef, but for now it has been replaced with this +placeholder. +

+
+ +