06 - Disqus Comments
November 24, 2021
WARNING: This post is over a year old. Some of the information this contains may be outdated.
DISCLAIMER: Any 3rd-party services in these posts and in the config are only recommendations/suggestions. I am not affiliated with any of them.
Register the website on Disqus.
Get your Disqus shortname, go to config.php
and add your shortname under the services
key.
<?php
return [
// ...
'services' => [
'disqus' => 'artisanstatic',
],
// ...
];
You can disable comments on individual posts by adding comments: false
to the YAML front matter of their corresponding Markdown file.
---
title: 'Blogging with Markdown'
date: 2018-02-16
comments: false
---
Comments are not enabled for this post.