From 30dc33c97b8ec3f1358283a0e6690b5680ce1254 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Tue, 8 Nov 2016 23:32:50 -0500 Subject: [PATCH] :Depoliticize blog The election is over, so there's no point in keeping the "Election." post. I...am at a loss for words. I'll surely be posting about this in some regard at some point, so I'm not going to bother here. --- .listfilter | 1 + Makefile | 1 + 2 files changed, 2 insertions(+) create mode 100644 .listfilter diff --git a/.listfilter b/.listfilter new file mode 100644 index 0000000..ef780bb --- /dev/null +++ b/.listfilter @@ -0,0 +1 @@ +^61b8ae9e91048c7a96ddc63cbc7f0f006b52ea6d diff --git a/Makefile b/Makefile index c82e577..3992efe 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,7 @@ repo2html := repo2html \ -l 'This content is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License.' \ -C '/style.css' \ -f 'tools/thoughts-fmt' \ + -F .listfilter \ -T '$(PWD)/tpl' \ -u '$(repo_url)' \ -U '$(repo_commit_url)' \