From ac3e9718c76fb57646bf6118e3f1a18f3becc957 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Fri, 12 Apr 2024 15:46:12 -0500 Subject: cleanup --- .build.yml | 1 + publish.el | 1 + 2 files changed, 2 insertions(+) diff --git a/.build.yml b/.build.yml index 784b2b2..42205a9 100644 --- a/.build.yml +++ b/.build.yml @@ -13,3 +13,4 @@ tasks: tar -cvz . > ../site.tar.gz - upload: | hut pages publish -d jjanzen.ca site.tar.gz + hut pages publish -d www.jjanzen.ca site.tar.gz diff --git a/publish.el b/publish.el index fe78991..7a8299d 100644 --- a/publish.el +++ b/publish.el @@ -37,6 +37,7 @@ :base-extension "org" :html-head "" :html-preamble "
HomeProjectsTea Tasting NotesRantsDotfilesAbout Me
" + :html-postamble nil :publishing-directory "~/public_html" :publishing-function org-html-publish-to-html :headline-levels 4 -- cgit v1.2.3