From 3685e9300145c1c4345452e6abcceb9a62e103ef Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sun, 14 Apr 2024 17:17:35 -0500 Subject: add blog --- publish.el | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) (limited to 'publish.el') diff --git a/publish.el b/publish.el index e75509a..f6a84f5 100644 --- a/publish.el +++ b/publish.el @@ -22,16 +22,28 @@ :section-numbers nil :html-head "" :html-preamble "
HomeProjectsTea Tasting NotesRantsDotfilesAbout Me
" - :html-postamble nil - :auto-sitemap t - :sitemap-filename "sitemap.org" - :sitemap-title "Sitemap") + :html-postamble nil) ("org-static" :base-directory "~/website/" :base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|swf" :publishing-directory "~/public_html" :recursive t :publishing-function org-publish-attachment) + ("org-blog" + :base-directory "~/blog/" + :base-extension "org" + :publishing-directory "~/public_html/blog" + :recursive t + :publishing-function org-html-publish-to-html + :with-toc nil + :headline-levels 4 + :section-numbers nil + :html-head "" + :html-preamble "
HomeProjectsTea Tasting NotesRantsDotfilesAbout Me
" + :html-postamble nil + :auto-sitemap t + :sitemap-filename "blog.org" + :sitemap-title "Blog") ("org-config" :base-directory "~/.doom.d/" :base-extension "org" -- cgit v1.2.3