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 "
" :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)