summaryrefslogtreecommitdiff
path: root/build.py
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2021-07-05 15:28:06 -0500
committerBlaise Thompson <blaise@untzag.com>2021-07-05 15:28:06 -0500
commitbb1e4faf894b1da14eee79ee41183a16fb1df922 (patch)
tree2801dfecd01c2018c5a729cd7fd2e6a0c1b3e1e5 /build.py
parentac9cb28d852c750b251359397a2c361d3cf7176a (diff)
new footer
Diffstat (limited to 'build.py')
-rwxr-xr-xbuild.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/build.py b/build.py
index 3b53963..13fbc73 100755
--- a/build.py
+++ b/build.py
@@ -62,9 +62,6 @@ if not os.path.isdir(__here__ / "public"):
os.mkdir(__here__ / "public")
-shutil.copytree("posts", "public", dirs_exist_ok=True)
-
-
template = env.get_template("index.html")
with open(__here__ / "public" / "index.html", "w") as f:
f.write(template.render(posts=posts, title="blog", date=date))