Add default sharing buttons in theme style
This commit is contained in:
parent
e059fd2e05
commit
342a59a473
7 changed files with 146 additions and 21 deletions
|
@ -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 = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue