Skip to content

Commit f45b40c

Browse files
committed
posting a test page to work though utterances
1 parent 7b4bfcd commit f45b40c

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

_config.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,16 +107,19 @@ social_preview_image: # string, local or CORS resources
107107
# boolean type, the global switch for TOC in posts.
108108
toc: true
109109

110-
comments:
110+
comments:
111111
# Global switch for the post-comment system. Keeping it empty means disabled.
112-
provider: # [disqus | utterances | giscus]
112+
provider: utterances # [disqus | utterances | giscus]
113113
# The provider options are as follows:
114114
disqus:
115115
shortname: # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
116116
# utterances settings › https://utteranc.es/
117117
utterances:
118-
repo: # <gh-username>/<repo>
119-
issue_term: # < url | pathname | title | ...>
118+
repo: slavetomints/website-comments
119+
issue-term: pathname
120+
label: Comment
121+
theme: github-dark
122+
crossorigin: anonymous
120123
# Giscus options › https://giscus.app
121124
giscus:
122125
repo: # <gh-username>/<repo>

_posts/1970-01-01-test.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title: Test
3+
date: 1970-01-01 00:00:00 +/-0600
4+
categories: []
5+
tags: []
6+
---

0 commit comments

Comments
 (0)