https://github.com/theme-next/hexo-next-utteranc
Utteranc.es comment system for NexT.
https://github.com/theme-next/hexo-next-utteranc
Last synced: 12 months ago
JSON representation
Utteranc.es comment system for NexT.
- Host: GitHub
- URL: https://github.com/theme-next/hexo-next-utteranc
- Owner: theme-next
- Created: 2019-07-29T07:45:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-22T09:15:47.000Z (over 5 years ago)
- Last Synced: 2024-11-03T01:33:19.951Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 21
- Watchers: 9
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hexo NexT Utteranc


Utteranc comment system for NexT.
## Preview

## Install
```bash
npm install theme-next/hexo-next-utteranc
```
## Configure
You can config those in both **hexo** or **theme** `_config.yml`
```yaml
# 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](https://github.com/theme-next/hexo-theme-next/pull/764)
And we will publish when GitHub npm package release.