From be0daea28d98733f3b5cbef2b40d1cc39ef5c9c1 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Wed, 7 Aug 2024 22:37:36 -0500 Subject: update publish script --- publish.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/publish.el b/publish.el index dc32631..aaa61ad 100644 --- a/publish.el +++ b/publish.el @@ -129,12 +129,13 @@ :sitemap-sort-files anti-chronologically :sitemap-format-entry format-posts-rss-feed-entry) ("org-config" - :base-directory "~/.doom.d/" + :base-directory "~/.dotfiles/" :base-extension "org" :html-head "" :html-preamble "
HomeProjectsBlogDotfilesAbout MeRSS
" :html-wrap-src-lines t - :publishing-directory "~/public_html" + :with-toc nil + :publishing-directory "~/public_html/dotfiles" :publishing-function org-html-publish-to-html :headline-levels 4 :auto-preamble t) -- cgit v1.2.3