Add default sharing buttons in theme style

This commit is contained in:
Djordje Atlialp 2020-07-02 12:40:06 +02:00
parent e059fd2e05
commit 342a59a473
No known key found for this signature in database
GPG key ID: 50C5BBECF350BB74
7 changed files with 146 additions and 21 deletions

View file

@ -66,6 +66,12 @@ disableHugoGeneratorInject = false
# Set disableReadOtherPosts to true in order to hide the links to other posts.
disableReadOtherPosts = false
# Sharing buttons
# There are a lot of buttons preconfigured. If you want to change them,
# generate the buttons here: https://sharingbuttons.io
# and add them into your own `layouts/partials/sharing-buttons.html`
enableSharingButtons = false
# Integrate Javascript files or stylesheets by adding the url to the external assets or by
# linking local files with their path relative to the static folder, e.g. "css/styles.css"
customCSS = []