firefly-site-config

Modify site identity, SEO, theme colors, and page toggles in siteConfig.ts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill allows for the modification of core site configurations for the Firefly blog theme, streamlining the process of updating essential site-wide settings.

Core Features & Use Cases

  • Site Identity Management: Update the site's title, subtitle, URL, description, and keywords.
  • Theme Customization: Adjust theme colors, including hue, fixed color, and default mode.
  • Feature Toggles: Enable or disable specific pages like sponsor, guestbook, or bangumi.
  • Layout Configuration: Modify post list layouts, including grid columns and masonry options.
  • Use Case: You need to update the main title of your Firefly blog and change the default theme color to a specific hue.

Quick Start

Use the firefly-site-config skill to update the title to 'My Awesome Blog' and set the theme color hue to 200.

Frequently Asked Questions about firefly-site-config

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

FAQPage Schema
How do I configure Firefly blog site settings like title and URL?

You can update the Firefly blog title, subtitle, URL, and description by modifying the src/config/siteConfig.ts file. This Skill streamlines modifying core site configurations for consistent application of site-wide parameters.

Can I change the theme colors and default mode in the Firefly Astro theme?

Yes, you can customize theme colors in the Firefly Astro theme by adjusting the hue, fixed color, and default mode within the site configuration file. This directly modifies the visual appearance of your blog.

How do I toggle page visibility for features like guestbook or bangumi in Astro?

You toggle page visibility for features like guestbook, sponsor, or bangumi by updating feature toggles in the site configuration file. This enables or disables specific pages within the Firefly blog theme.

What is the best way to manage SEO keywords and analytics IDs for a Firefly blog?

The best way to manage SEO keywords and analytics IDs for a Firefly blog is to update them within the core site configuration file. This centralizes SEO information and analytics IDs for consistent site-wide application.

Does the Firefly blog theme support layout configuration for post lists?

Yes, the Firefly blog theme supports layout configuration for post lists, allowing you to modify grid columns and masonry options. These layout settings are managed within the core site configuration file.

Why update siteConfig.ts directly when customizing my Astro blog?

Updating siteConfig.ts directly ensures consistent application of site-wide parameters like identity, SEO, and theme colors. It is the core mechanism for applying essential settings to the Firefly blog theme.