Demo of how to disable comments.
To disable comments for some post, just set vssue: false
in the frontmatter.
Here is the frontmatter of current demo:
---
category: demo
tags:
- en
date: 2019-01-20
title: Disable Comments
vssue: false
---
So Vssue is disabled on this page, and no comments display below 😉.