firefly-ad-config

Modifies Firefly theme adConfig.ts entries including ad cards, images, CTA buttons, and sidebar slot links.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows for the modification of advertisement and promotion configurations within the Firefly theme, enabling customization of how ads are displayed and managed.

Core Features & Use Cases

  • Ad Card Editing: Modify the content, images, and call-to-action buttons for ad cards.
  • Display Logic Configuration: Adjust settings like close behavior and display counts for ads.
  • Sidebar Integration: Ensure ad configurations correctly link with sidebar slots for seamless display.
  • Use Case: Update the image and link for an existing ad card in src/config/adConfig.ts to promote a new blog post.

Quick Start

Use the firefly-ad-config skill to update the image source and link URL for adConfig1 in src/config/adConfig.ts.

Frequently Asked Questions about firefly-ad-config

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

FAQPage Schema
How do I update ad card images and links in the Firefly theme?

To update ad card images and links in the Firefly theme, you modify the configurations within `src/config/adConfig.ts`. This includes changing image sources, link URLs, and call-to-action buttons for targeted promotions.

How do I link ad configurations to sidebar slots in Firefly?

Linking ad configurations to sidebar slots requires ensuring your ad objects in `src/config/adConfig.ts` correctly map to the slots defined in `src/config/sidebarConfig.ts` for seamless display integration.

Can I configure display logic like close behavior for Firefly promotions?

Yes, you can configure promotion display logic in `src/config/adConfig.ts` by adjusting settings for close behavior and display counts. This controls how and when ads appear to users.

What structure should ad configurations follow to ensure reviewable diffs?

Ad configurations must adhere to the existing object structure and value types in `src/config/adConfig.ts`. Maintaining this style ensures minimal, reviewable diffs when updating CTA buttons or display logic.

Does the Firefly theme support custom CTA buttons for sidebar ads?

Yes, the Firefly theme supports custom call-to-action buttons for sidebar ads. You can modify CTA button content and links directly within the ad configuration file to drive specific user actions.