From 024d93d9531a219eacad23b00e40cff2fe6bd801 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Sun, 14 Apr 2024 17:24:06 -0500 Subject: update publish.el --- publish.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'publish.el') diff --git a/publish.el b/publish.el index f6a84f5..3107758 100644 --- a/publish.el +++ b/publish.el @@ -36,13 +36,16 @@ :recursive t :publishing-function org-html-publish-to-html :with-toc nil + :with-date t + :with-timestamps t :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-filename "index.org" + :sitemap-sort-files "anti-chronologically" :sitemap-title "Blog") ("org-config" :base-directory "~/.doom.d/" -- cgit v1.2.3