From 16c9d78ae518aebb65c3bca5871b2550bbabca16 Mon Sep 17 00:00:00 2001 From: Alexander Dunkel <13646666+Sieboldianus@users.noreply.github.com> Date: Sun, 18 Aug 2019 16:27:31 +0200 Subject: Add code copy button to all code fields in the blog (#81) --- exampleSite/config.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'exampleSite') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 3c94862..4e60475 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -48,6 +48,8 @@ enableEmoji = true # Shorthand emojis in content files - https://gohugo.io/func relatedPosts = false # Add a related content section to all single posts page + code_copy_button = true # Turn on/off the code-copy-button for code-fields + # Add custom css # customCSS = ["css/foo.css", "css/bar.css"] -- cgit v1.2.3