diff options
-rw-r--r-- | publish.el | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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) |