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