diff options
author | Leonardo Santiago <[email protected]> | 2024-11-10 18:16:03 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-11-10 18:16:03 -0300 |
commit | 3b0cc318a42b141a0c7f4b26e51258bb4b402133 (patch) | |
tree | ece53fb6148588c7be82b8c09018a2016a60ea30 /hugo.toml | |
parent | e915628010d6ebe0a85f34351cc4ba4c95186b7f (diff) |
add line numbers, change style to gruvbox.
Diffstat (limited to 'hugo.toml')
-rw-r--r-- | hugo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |