Edit README
This commit is contained in:
parent
342a59a473
commit
fba97261f3
2 changed files with 5 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue