Comments

09 Jun 2023

Enabling the comment system

Halve-Z supports Mastodon, Cactus, and Giscus comment systems. Set the extra.comments.system setting to mastodon/cactus/giscus to enable the corresponding system on the post pages.

Mastodon requires extra.mastodon_id variable to be set to a related status/post ID.

To disable comments on a specific page, set disable_comments to true in the page's front matter:

+++
title = "Information"
date = 2024-01-01
[taxonomies]
categories = ["usage"]
tags = ["content", "configuration"]
[extra]
subtitle = "Usage guide"
mastodon_id = "114633405176781965"
disable_comments = true
+++


Installing Sevice Worker
Service Worker deployed