Generate CSS classes instead of trying to generate inline-css

I’ll style the actual faces later.
This commit is contained in:
Tom Willemse 2020-03-19 20:23:37 -07:00
parent 5c36c36465
commit 3e28016db9

View file

@ -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-export-exclude-tags '("noexport" "draft"))
(setq org-html-htmlize-output-type 'css)
(setq org-publish-project-alist (setq org-publish-project-alist
'(("posts" '(("posts"
:base-directory "posts/" :base-directory "posts/"