firefly-comment-config

Modify comment provider settings in the Firefly blog theme's commentConfig.ts file.

1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/GodBlf/godblf.github.io --skill firefly-comment-config
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firefly-comment-config
Source: https://github.com/GodBlf/godblf.github.io/tree/main/.agents/skills/firefly-comment-config
Command: npx skills add https://github.com/GodBlf/godblf.github.io --skill firefly-comment-config

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows you to modify the comment system configuration for the Firefly blog theme without risking existing comments or breaking the site.

Core Features & Use Cases

  • Switch Comment Providers: Easily change between different comment systems like Twikoo, Waline, Artalk, Giscus, or Disqus.
  • Tune Provider Settings: Adjust specific options for your chosen comment provider (e.g., server URLs, language, visitor counts).
  • Use Case: You want to switch from Giscus to Waline for your blog comments. Use this Skill to update src/config/commentConfig.ts to reflect the new provider and its necessary configuration.

Quick Start

Use the firefly-comment-config skill to switch the comment provider to Waline and set the serverURL to 'https://your-waline-server.com'.

Frequently Asked Questions about firefly-comment-config

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I switch the comment provider in the Firefly blog theme?

To switch the comment provider in the Firefly blog theme, modify the `src/config/commentConfig.ts` file to specify a new system like Twikoo, Waline, Artalk, Giscus, or Disqus, ensuring you preserve existing code structures for a safe update.

Can I change Firefly comments to Waline without losing existing comments?

Yes, you can change Firefly comments to Waline without losing existing comments by safely tuning the configuration file `src/config/commentConfig.ts` with minimal diffs, which prevents breaking the site or risking current data.

What is the best way to configure Twikoo server settings for a Firefly blog?

The best way to configure Twikoo server settings for a Firefly blog is to adjust the specific provider parameters directly within `src/config/commentConfig.ts`, adhering to existing value types to ensure safe and functional updates.

Does the Firefly blog theme support Giscus and Disqus for comments?

Yes, the Firefly blog theme supports Giscus and Disqus for comments, allowing you to switch between these providers and tune their specific parameters by updating the `src/config/commentConfig.ts` file safely.

Why does modifying comment configuration risk breaking the blog site?

Modifying comment configuration risks breaking the blog site if the updates do not adhere to the existing code structure and value types in `src/config/commentConfig.ts`, which is why applying minimal diffs is necessary for safe changes.