aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2023-12-03 16:04:16 -0600
committerChristian Cleberg <hello@cleberg.net>2023-12-03 16:04:16 -0600
commit5c78e03ec05ed90d2ef93a6bf9bc0c4043d9a85f (patch)
tree240e482aaa2442b266359d77b26e22f0885bbf3a
parent8569f2676bfa15fb90522aa5816505b50a2a12f4 (diff)
downloadcleberg.net-5c78e03ec05ed90d2ef93a6bf9bc0c4043d9a85f.tar.gz
cleberg.net-5c78e03ec05ed90d2ef93a6bf9bc0c4043d9a85f.tar.bz2
cleberg.net-5c78e03ec05ed90d2ef93a6bf9bc0c4043d9a85f.zip
feat: add syntax highlighting
-rw-r--r--elisp/publish.el1
1 files changed, 1 insertions, 0 deletions
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>"