add utterances comments support (#596)
This commit is contained in:
parent
a04be276e3
commit
890f66966e
5 changed files with 29 additions and 0 deletions
|
@ -134,6 +134,15 @@ staticman:
|
|||
siteKey : # Use your own site key, you need to apply for one on Google
|
||||
secret : # ENCRYPT your password by going to https://staticman3.herokuapp.com/v3/encrypt/<your-site-secret>
|
||||
|
||||
# To use Utterances comments: (1) fill in repository (make sure the repository is public), (2) Enable Issues in your repository, (3) Install the Utterances app in your repository https://github.com/apps/utterances
|
||||
# See more details about the parameters below at https://utteranc.es/
|
||||
utterances:
|
||||
repository: # GitHub username/repository eg. "daattali/beautiful-jekyll"
|
||||
issue-term: title # Mapping between blog posts and GitHub issues
|
||||
theme: github-light # Utterances theme
|
||||
label: blog-comments # Label that will be assigned to GitHub Issues created by Utterances
|
||||
|
||||
|
||||
# --- Misc --- #
|
||||
|
||||
# Facebook App ID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue