update publish script

This commit is contained in:
Jacob Janzen 2024-08-07 22:37:36 -05:00
parent a38854e443
commit be0daea28d

View file

@ -129,12 +129,13 @@
:sitemap-sort-files anti-chronologically
:sitemap-format-entry format-posts-rss-feed-entry)
("org-config"
:base-directory "~/.doom.d/"
:base-directory "~/.dotfiles/"
:base-extension "org"
:html-head "<link rel='stylesheet' href='/css/stylesheet.css' type='text/css'/>"
:html-preamble "<div class='topnav'><a href='/'>Home</a><a href='/projects.html'>Projects</a><a href='/blog'>Blog</a><a href='/config.html'>Dotfiles</a><a href='/about.html'>About Me</a><a href='/rss.xml'>RSS</a></div>"
:html-wrap-src-lines t
:publishing-directory "~/public_html"
:with-toc nil
:publishing-directory "~/public_html/dotfiles"
:publishing-function org-html-publish-to-html
:headline-levels 4
:auto-preamble t)