Edit README

This commit is contained in:
Djordje Atlialp 2020-07-02 12:41:28 +02:00
parent 342a59a473
commit fba97261f3
No known key found for this signature in database
GPG key ID: 50C5BBECF350BB74
2 changed files with 5 additions and 1 deletions

View file

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

View file

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