From 3b0cc318a42b141a0c7f4b26e51258bb4b402133 Mon Sep 17 00:00:00 2001 From: Leonardo Santiago Date: Sun, 10 Nov 2024 18:16:03 -0300 Subject: add line numbers, change style to gruvbox. --- hugo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hugo.toml') diff --git a/hugo.toml b/hugo.toml index d6edc8e..95a9ed8 100644 --- a/hugo.toml +++ b/hugo.toml @@ -19,6 +19,10 @@ ignoreErrors = ["error-disable-taxonomy"] blog = "/blog/:slug" tags = "/tags/:slug" +[markup.highlight] + style = 'gruvbox' + lineNos = true + [params] # The "description" of your website. This is used in the meta data of your generated html. description = "a lowercase only blog, purely for aesthetics" -- cgit v1.2.3