diff --git a/README.md b/README.md index c27abb8..6437df9 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ This theme was highly inspired by the [hello-friend](https://github.com/panr/hug - An easy way to modify the theme with Hugo tooling - Fully responsive - Support for social icons +- Support for sharing buttons ## How to start @@ -76,6 +77,9 @@ paginate = 10 # Set disableReadOtherPosts to true in order to hide the links to other posts. disableReadOtherPosts = false + # Enable sharing buttons, if you linke + enableSharingButtons = true + # Metadata mostly used in document's head description = "My new homepage or blog" keywords = "homepage, blog" diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 2a4db2d..615ced8 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -70,7 +70,7 @@ disableHugoGeneratorInject = false # 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 + enableSharingButtons = true # 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"