summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorseth <[email protected]>2024-07-19 02:31:44 -0400
committerseth <[email protected]>2024-07-19 02:49:11 -0400
commit9554998e1569104256c21d6386f9fb8cc87f29f5 (patch)
treea7c8171f7f4058bc9649ee50c47053a029f43d9e /config.toml
parentcf106afeac4f9d430216d6dddb79091f97da911f (diff)
remove code highlighting
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml11
1 files changed, 1 insertions, 10 deletions
diff --git a/config.toml b/config.toml
index 15ab56f..2dfaca1 100644
--- a/config.toml
+++ b/config.toml
@@ -2,22 +2,13 @@ base_url = "https://getchoo.com"
title = "guzzle guzzle"
description = "guzzle guzzle"
-
minify_html = true
-
hard_link_static = true
[markdown]
-highlight_code = true
-
-extra_syntaxes_and_themes = [ "highlight_themes/catppuccin" ]
-
-highlight_theme = "catppuccin-mocha"
-
+highlight_code = false
render-emoji = true
-
external_links_target_blank = true
-
lazy_async_image = true
[extra]