Merge pull request #206 from Mitrichius/giscus-readme

Add info about Giscus to Readme
This commit is contained in:
Dmitry Kolosov 2023-12-04 18:59:53 +01:00 committed by GitHub
commit 57eb2998cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ Anubis is a simple minimalist theme for [Hugo blog engine](https://gohugo.io/).
- Social icons - Social icons
- Google Analytics - Google Analytics
- Umami Analytics - Umami Analytics
- Comment systems: Disqus, ISSO, Utteranc.es, GraphComment - Comment systems: Disqus, ISSO, Utteranc.es, GraphComment, Giscus
- RSS feeds - RSS feeds
- Related posts (Read Next section) - Related posts (Read Next section)
- Deploy via Netlify (config included in example site) - Deploy via Netlify (config included in example site)
@ -134,6 +134,12 @@ params:
datacache: false # optional datacache: false # optional
url: "https://abc.example.com/umami.js" # mandatory url: "https://abc.example.com/umami.js" # mandatory
graphcommentId: "" graphcommentId: ""
# giscus support
GiscusRepo: "" # mandatory
GiscusRepoId: "" # mandatory
GiscusCategory: "Announcements" # mandatory
GiscusCategoryId: "" # mandatory
GiscusLazyLoad: false # optional
webmentions: webmentions:
url: https://yourdomain.com/webemntions/receive url: https://yourdomain.com/webemntions/receive
login: hugo-theme-anubis login: hugo-theme-anubis