1.0.0 • Published 3 years ago

hydai-hexo-next-utteranc v1.0.0

Weekly downloads
4
License
LGPL-3.0
Repository
github
Last release
3 years ago

Hexo NexT Utteranc

Theme Version Package Version

Utteranc comment system for NexT.

Preview

image

Install

npm install theme-next/hexo-next-utteranc

Configure

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

# Demo: https://utteranc.es/  http://trumandu.github.io/about/
utteranc:
  enable: false
  repo: #Github repo such as :TrumanDu/comments
  pathname: pathname
  label: #The label will be assigned to issues created by Utterances
  # theme: github-light,github-dark,github-dark-orange,preferred-color-scheme,icy-dark,dark-blue,photon-dark,boxy-light
  theme: github-light
  cdn: https://utteranc.es/client.js
  # If you want to modify priority, please config in **hexo**
  #priority:

Thank TrumanDu's PR764

And we will publish when GitHub npm package release.