Skip to content

theme-next/hexo-next-utteranc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  # theme: github-light,github-dark,github-dark-orange
  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.