From a2eede04f7cb0c5a59bfcea3dc8a657474db89a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20T=C3=B6lle?= Date: Sun, 17 Dec 2023 15:09:50 +0100 Subject: [PATCH] feat: use nord theme for syntax highlighting --- config.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config.yaml b/config.yaml index 933d0bd..5b4157c 100644 --- a/config.yaml +++ b/config.yaml @@ -43,6 +43,10 @@ params: - name: mastodon url: "https://hachyderm.io/@apricote" + assets: + # Use hugo native highlighter for Nord theme + disableHLJS: true + menu: main: - identifier: about @@ -60,3 +64,7 @@ menu: - identifier: listory name: Favorite Music url: listory + +markup: + highlight: + style: nord