diff options
author | Jacob Janzen <jjanzenn@proton.me> | 2024-08-07 22:38:06 -0500 |
---|---|---|
committer | Jacob Janzen <jjanzenn@proton.me> | 2024-08-07 22:38:06 -0500 |
commit | 9086d190904dcc67b848f42ff35e86f845df4d0c (patch) | |
tree | 6621a3bdeb96ba3621f5c3baa12a79ab4dd70487 | |
parent | be0daea28d98733f3b5cbef2b40d1cc39ef5c9c1 (diff) |
recursive dotfiles
-rw-r--r-- | publish.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -135,6 +135,7 @@ :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 :with-toc nil + :recursive t :publishing-directory "~/public_html/dotfiles" :publishing-function org-html-publish-to-html :headline-levels 4 |