This commit is contained in:
Jacob Janzen 2024-04-28 16:36:12 -05:00
parent 0001ec1040
commit 42d0a22fee

View file

@ -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/"