aboutsummaryrefslogtreecommitdiffstats
path: root/publish.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-03-19 20:23:37 -0700
committerGravatar Tom Willemse2020-03-19 20:23:37 -0700
commit3e28016db9dc97c0170528c48833e31db6a8ec20 (patch)
tree12df7750f180d8600fb090476964b0aea73d2958 /publish.el
parent5c36c36465db93bd5e738d2b1a457c7310b585e8 (diff)
downloadnew-ryuslash.org-3e28016db9dc97c0170528c48833e31db6a8ec20.tar.gz
new-ryuslash.org-3e28016db9dc97c0170528c48833e31db6a8ec20.zip
Generate CSS classes instead of trying to generate inline-css
I’ll style the actual faces later.
Diffstat (limited to 'publish.el')
-rw-r--r--publish.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/publish.el b/publish.el
index 3eaf785..a6d5220 100644
--- a/publish.el
+++ b/publish.el
@@ -82,6 +82,8 @@ STYLE is ignored and PROJECT is passed on directly to related functions."
(setq org-export-exclude-tags '("noexport" "draft"))
+(setq org-html-htmlize-output-type 'css)
+
(setq org-publish-project-alist
'(("posts"
:base-directory "posts/"