Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Track3/hermit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Dunkel <13646666+Sieboldianus@users.noreply.github.com>2019-08-18 17:27:31 +0300
committerTrack3 <34504964+Track3@users.noreply.github.com>2019-08-18 17:27:31 +0300
commit16c9d78ae518aebb65c3bca5871b2550bbabca16 (patch)
tree6788f55696b07bb38ba9f3b82ebb2bfc1dfa737c /exampleSite
parenta9f2ddcfa9f9c5ba93902995162c268f860c1750 (diff)
Add code copy button to all code fields in the blog (#81)
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml2
1 files changed, 2 insertions, 0 deletions
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"]