diff options
author | Jacob Janzen <jjanzenn@proton.me> | 2024-04-28 16:36:12 -0500 |
---|---|---|
committer | Jacob Janzen <jjanzenn@proton.me> | 2024-04-28 16:36:12 -0500 |
commit | 42d0a22fee547df6cfd5b8435c0ec336884f3a9c (patch) | |
tree | 898f9e7e549565434421851c201a80426b53daee /publish.el | |
parent | 0001ec1040429e972c25ea4b27a22a87e0a4cbd9 (diff) |
idk man
Diffstat (limited to 'publish.el')
-rw-r--r-- | publish.el | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -71,7 +71,6 @@ (if (equal "rss.org" (file-name-nondirectory filename)) (org-rss-publish-to-rss plist filename dir))) -(setq org-html-postamble (create-webring-html)) (setq org-html-htmlize-output-type 'css) (setq org-publish-project-alist '( @@ -86,7 +85,7 @@ :section-numbers nil :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-postamble create-webring-html) + :html-postamble ,create-webring-html) ("org-static" :base-directory "~/website/" |