Merge pull request #125 from cambid/add-isso

add isso comment to posts
This commit is contained in:
Dmitry Kolosov 2021-12-27 21:40:38 +03:00 committed by GitHub
commit c5f026eed9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 47 additions and 0 deletions

View file

@ -17,6 +17,7 @@ Anubis is a simple minimalist theme for [Hugo blog engine](https://gohugo.io/).
- Social icons
- Google Analytics
- Disqus
- ISSO
- Utteranc.es
- RSS feeds
- Hiding posts from the RSS feed
@ -87,6 +88,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