Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theme-next/hexo-next-utteranc
Utteranc.es comment system for NexT.
https://github.com/theme-next/hexo-next-utteranc
Last synced: 11 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-22T09:15:47.000Z (almost 4 years ago)
- Last Synced: 2024-08-02T09:26:25.135Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 20
- Watchers: 9
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hexo NexT Utteranc
![Theme Version](https://img.shields.io/badge/NexT-v7.3.0+-blue?style=flat-square)
![Package Version](https://img.shields.io/github/package-json/v/theme-next/hexo-next-utteranc?style=flat-square)Utteranc comment system for NexT.
## Preview
![image](https://user-images.githubusercontent.com/15902347/62426327-ee329780-b715-11e9-813f-ab9e0557cb9b.png)
## 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.