aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Janzen <jjanzenn@proton.me>2024-04-14 17:24:06 -0500
committerJacob Janzen <jjanzenn@proton.me>2024-04-14 17:24:06 -0500
commit024d93d9531a219eacad23b00e40cff2fe6bd801 (patch)
treea8912ac0dd8084569f0592aa4ba609024226ee65
parent3685e9300145c1c4345452e6abcceb9a62e103ef (diff)
update publish.el
-rw-r--r--publish.el5
1 files changed, 4 insertions, 1 deletions
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 "<link rel='stylesheet' href='/css/stylesheet.css' type='text/css'/>"
:html-preamble "<div class='topnav'><a href='/index.html'>Home</a><a href='/projects.html'>Projects</a><a href='/tea.html'>Tea Tasting Notes</a><a href='/rants.html'>Rants</a><a href='/config.html'>Dotfiles</a><a href='/about.html'>About Me</a></div>"
: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/"