[emacs] Update work-roam publishing config

This commit is contained in:
Correl Roush 2023-09-07 00:22:29 -04:00
parent dae19b6947
commit 03ff05782b

View file

@ -610,14 +610,13 @@ Tell Emacs how to build the document collections I export to HTML.
:recursive t :recursive t
:with-toc nil :with-toc nil
:section-numbers nil :section-numbers nil
:auto-sitemap t :auto-sitemap nil
:sitemap-filename "index.org"
:sitemap-title "Correl Roush's Org Roam Notes" :sitemap-title "Correl Roush's Org Roam Notes"
:publishing-function org-html-publish-to-html :publishing-function org-html-publish-to-html
:html-head "<link rel=\"stylesheet\" href=\"https://gongzhitaao.org/orgcss/org.css\"/>") :html-head "<link rel=\"stylesheet\" href=\"https://gongzhitaao.org/orgcss/org.css\"/>")
("work-roam-assets" ("work-roam-assets"
:base-directory "~/roam/aweber" :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") :include (".gitlab-ci.yml")
:publishing-directory "~/Public/roam-aweber" :publishing-directory "~/Public/roam-aweber"
:publishing-function org-publish-attachment :publishing-function org-publish-attachment