diff options
author | Jacob Janzen <jjanzenn@proton.me> | 2024-04-15 20:09:33 -0500 |
---|---|---|
committer | Jacob Janzen <jjanzenn@proton.me> | 2024-04-15 20:09:33 -0500 |
commit | cfeec061806921307220fcd7f3f3331179becd6a (patch) | |
tree | 222743be6e677f37d55af58a3b020937ef0af5fd /publish.el | |
parent | 9d72db848b9bcdd734df7f0df053925ead23abf5 (diff) |
add custom css
Diffstat (limited to 'publish.el')
-rw-r--r-- | publish.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -61,6 +61,7 @@ (if (equal "rss.org" (file-name-nondirectory filename)) (org-rss-publish-to-rss plist filename dir))) +(setq org-html-htmlize-output-type 'css) (setq org-publish-project-alist '( ("org-core" |