split isso parameters in mandatory and optional and add them to the config in the README

This commit is contained in:
Jan Fader 2021-12-23 20:02:36 +01:00
parent 4dcd78397f
commit 33a9a5e367
No known key found for this signature in database
GPG key ID: 1A6BDEFB0E27FA44
2 changed files with 23 additions and 5 deletions

View file

@ -87,6 +87,19 @@ params:
utterancesTheme: "" # optional
utterancesIssue: "" # optional
utterancesLabel: "" # optional
# isso support
isso:
enabled: true # mandatory
data: "https://comments.example.com/" # mandatory
jsLocation: "https://comments.example.com/js/embed.min.js" # mandatory
css: true # optional
lang: "de" # optional
replyToSelf: true # mandatory
requireAuthor: true # mandatory
requireEmail: true # mandatory
id: "thread-id" # optional
avatar: true # optional
avatar-bg: "#f0f0f0" # optional
webmentions:
url: https://yourdomain.com/webemntions/receive
login: hugo-theme-anubis