15 lines
736 B
Markdown
15 lines
736 B
Markdown
---
|
|
title: Disqus for commments and a license
|
|
slug: adding-comments
|
|
date: 2017-12-10T13:28:26-07:00
|
|
tags:
|
|
- blog
|
|
- comments
|
|
- disqus
|
|
draft: false
|
|
---
|
|
|
|
Update: I'm not using Disqus for comments anymore, see [Why you should quit disqus](https://victorzhou.com/blog/replacing-disqus/)
|
|
<!--more-->
|
|
I'm using [Disqus](https://disqus.com/home/) for comments. To set it up edit the conf.py in blog root, search for disqus. The shortname is put in COMMENT_SYSTEM_ID. While I was setting up comments I found a section for license. Check out [Creative Commons Chooser](https://creativecommons.org/choose/) to help select an appropriate license. I chose this one [non-commercial share alike](https://creativecommons.org/licenses/by-nc-sa/4.0/)
|