cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

5c78e03ec05ed90d2ef93a6bf9bc0c4043d9a85f

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2023-12-03T22:04:16Z

feat: add syntax highlighting
 elisp/publish.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/elisp/publish.el b/elisp/publish.el
index 38fba37..e9b8c40 100644
--- a/elisp/publish.el
+++ b/elisp/publish.el
@@ -19,6 +19,7 @@ PUB-DIR is when the output will be placed."
 	:with-author nil
 	:html-validation-link nil
 	:with-tags t
+	:html-htmlize-output-type 'inline-css
         :html-head-include-default-style nil
         :html-head-include-scripts nil
 	:html-head "<link rel=stylesheet href=/static/styles.min.css>"