From 03ff05782bf8b8759c70a0e81d4a3badd2962f52 Mon Sep 17 00:00:00 2001 From: Correl Date: Thu, 7 Sep 2023 00:22:29 -0400 Subject: [PATCH] [emacs] Update work-roam publishing config --- .doom.d/config.org | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.doom.d/config.org b/.doom.d/config.org index 56867cb..95878c5 100644 --- a/.doom.d/config.org +++ b/.doom.d/config.org @@ -610,14 +610,13 @@ Tell Emacs how to build the document collections I export to HTML. :recursive t :with-toc nil :section-numbers nil - :auto-sitemap t - :sitemap-filename "index.org" + :auto-sitemap nil :sitemap-title "Correl Roush's Org Roam Notes" :publishing-function org-html-publish-to-html :html-head "") ("work-roam-assets" :base-directory "~/roam/aweber" - :base-extension "css\\|gif\\|jpe?g\\|png\\|svg\\|pdf\\|ogv\\|py\\|html\\|ya?ml" + :base-extension "css\\|gif\\|jpe?g\\|png\\|svg\\|pdf\\|ogv\\|py\\|html\\|js\\|json\\|ya?ml" :include (".gitlab-ci.yml") :publishing-directory "~/Public/roam-aweber" :publishing-function org-publish-attachment