From f162dda4c88edddd49cfb3c051f74764bbd4c518 Mon Sep 17 00:00:00 2001 From: BernatBC Date: Sat, 31 Aug 2024 11:39:05 +0200 Subject: [PATCH] Add copy code button --- hugo.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hugo.yaml b/hugo.yaml index a5524b44b6d..8a21088bb6c 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -79,6 +79,10 @@ params: # Configure various features of this theme features: + # Enables copy code button + copyCodeButton: + enable: true + # Enable dark theme darkMode: enable: true