wangjiezhe / hexo-next-discussbot

DiscussBot comment system for NexT.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hexo NexT DiscussBot

Theme Version Package Version npm License

DiscussBot comment system for NexT.

Preview

image

Install

npm install hexo-next-discussbot

or

yarn add hexo-next-discussbot

Configure

You can config those in both hexo or theme _config.yml

# DiscussBot
# You can get your siteid from https://comments.app/
# Demo: https://comments.app/view/FLRGs2N1
discussbot:
    enable: false
    siteid: # get from comments.app
    # number: comments showed per page
    number: 5
    # color: use HEX number for accent color
    color: 3DA0F0
    # dislike: 0 or 1, show only likes, or show both like and dislikes
    dislikes: 0
    # outlined: 0 or 1, use filled icon or outlined icon
    outlined: 0

About

DiscussBot comment system for NexT.

License:GNU Lesser General Public License v3.0


Languages

Language:Nunjucks 55.6%Language:JavaScript 44.4%