update publish.el

This commit is contained in:
Jacob Janzen 2024-04-14 17:24:06 -05:00
parent 3685e93001
commit 024d93d953

View file

@ -36,13 +36,16 @@
:recursive t :recursive t
:publishing-function org-html-publish-to-html :publishing-function org-html-publish-to-html
:with-toc nil :with-toc nil
:with-date t
:with-timestamps t
:headline-levels 4 :headline-levels 4
:section-numbers nil :section-numbers nil
:html-head "<link rel='stylesheet' href='/css/stylesheet.css' type='text/css'/>" :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-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 :html-postamble nil
:auto-sitemap t :auto-sitemap t
:sitemap-filename "blog.org" :sitemap-filename "index.org"
:sitemap-sort-files "anti-chronologically"
:sitemap-title "Blog") :sitemap-title "Blog")
("org-config" ("org-config"
:base-directory "~/.doom.d/" :base-directory "~/.doom.d/"