Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
---
---
layout: post
title: Enabling Jekyll Blog Comments with Utterances
date: 2021-06-26T07:19:47.287Z
featured: true
draft: false
categories:
- How To
- Web Development
tags:
- How To
- Tutorial
- Tools
categories:
- How To
- Web Development
author: shiv
image: /assets/uploads/utteranc.png
draft: false
toc: true
comments: true
---
Our this blog, also created in Jekyll, used Disqus for comment management. This time I wanted to explore new options, and I ran into Utteranc, that stores blog posts about Github Issues. What an odd idea, but anything that stimulates activity on my Github is probably a win.

It was incredibly easy to set it up in Jekyll, as you just add a scripting tag to your post layout:

```html
```javascript
<script src="https://utteranc.es/client.js"
repo="your-github-username/your-github-repo"
issue-term="pathname"
Expand Down