summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2021-07-05 22:40:33 -0500
committerBlaise Thompson <blaise@untzag.com>2021-07-05 22:40:33 -0500
commit17fba39d4beeecdeb4c84565e9b3d0c2054d5dca (patch)
treeda951e20a8d3939afba7eb251d502ee3981dd473
parentba52f5d4a24cdc58a4835d53922c8f3aa693b792 (diff)
build no html
-rw-r--r--build.py (renamed from build_html.py)2
-rwxr-xr-xbuild.sh2
2 files changed, 1 insertions, 3 deletions
diff --git a/build_html.py b/build.py
index d05f8cf..f4ee289 100644
--- a/build_html.py
+++ b/build.py
@@ -37,7 +37,7 @@ class Event:
self.description = " ".join(filter(None, [tod, line.split(">")[-1].strip()]))
-org_fp = "/home/blaise/org/agenda.org"
+org_fp = "/home/nginx/org/agenda.org"
events = []
diff --git a/build.sh b/build.sh
deleted file mode 100755
index 7c74c36..0000000
--- a/build.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-python3 /home/blaise/source/agenda/build_html.py
-/home/blaise/source/agenda/publicize.sh