From f21023d82c44d4360791afda9944d7739796f756 Mon Sep 17 00:00:00 2001 From: Peter Date: Sat, 15 Mar 2025 17:26:07 -0400 Subject: [PATCH] change to dracula for markup style --- hugo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hugo.toml b/hugo.toml index cbb1baa..158b072 100644 --- a/hugo.toml +++ b/hugo.toml @@ -39,6 +39,8 @@ name = "email" url = "mailto:correo@peterdominguez.art" aria = "Mi correo electrónico" [markup] + [markup.highlight] + style = 'dracula' [markup.goldmark] [markup.goldmark.renderer] unsafe = true