Skip to content

Commit 13b910a

Browse files
authored
Implement Utterances as Commenting System (#30)
Remove Disqus from site
1 parent f4f07df commit 13b910a

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

_config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ footer-links:
3131
twitter: fred_muya
3232
stackoverflow: users/2370679/muya # your stackoverflow profile, e.g. "users/50476/bart-kiers"
3333

34-
# Your disqus shortname, entering this will enable commenting on posts
35-
disqus: muyagithubio
3634

3735
# Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking
3836
# google_analytics: UA-55222196-1

_includes/utterances.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<script src="https://utteranc.es/client.js"
2+
repo="muya/muya.github.io"
3+
issue-term="og:title"
4+
label="blog-comment"
5+
theme="preferred-color-scheme"
6+
crossorigin="anonymous"
7+
async>
8+
</script>

_layouts/mentorship-series-post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ <h2 id="conclusion">Conclusion</h2>
3030
</div>
3131

3232

33-
{% include disqus.html disqus_identifier=page.disqus_identifier %}
33+
{% include utterances.html %}
3434
</article>

_layouts/post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ <h1>{{ page.title }}</h1>
1414
</div>
1515

1616

17-
{% include disqus.html disqus_identifier=page.disqus_identifier %}
17+
{% include utterances.html %}
1818
</article>

0 commit comments

Comments
 (0)