06 - Disqus Comments
November 24, 2021
WARNING: This post is over a year old. Some of the information this contains may be outdated.
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
---
Para comentar acesse a sessão abaixo.