Add code copy button to all code fields in the blog (#81)

This commit is contained in:
Alexander Dunkel 2019-08-18 16:27:31 +02:00 committed by Track3
parent a9f2ddcfa9
commit 16c9d78ae5
10 changed files with 110 additions and 6 deletions

View file

@ -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"]