Add optional copy code button!

This commit is contained in:
David Lapshin
2024-05-09 22:01:25 +03:00
parent 398fb7ebfd
commit 3f87d78b33
4 changed files with 95 additions and 1 deletions

View File

@ -48,6 +48,10 @@ source_url = "https://codeberg.org/daudix/duckquill"
# "YOUR_STYLE.css",
# "ALSO_YOUR_STYLE.css"
# ]
# Whether to display "copy code" button on all code blocks
# that have the language set.
# See https://www.getzola.org/documentation/content/syntax-highlighting/
show_copy_button = true
[extra.nav]
# Whether to show Atom/RSS feed button in the nav
@ -88,7 +92,7 @@ show_johnvert = false
# Whether to show "Powered by Zola and Duckquill"
show_powered_by = true
# Whether to show link to website source
show_source = true
show_source = false
# Based on https://carlschwan.eu/2020/12/29/adding-comments-to-your-static-blog-with-mastodon/
#