firefly-friends-config

Modify friend link entries and page content in Firefly blog configuration files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps manage the friend link configuration and page content for the Firefly blog theme, ensuring consistency and proper display of links.

Core Features & Use Cases

  • Edit Friend Link Data: Modify details like titles, images, descriptions, URLs, tags, and sorting weights for individual friend links.
  • Control Link Visibility: Enable or disable friend links using a flag.
  • Update Page Content: Adjust the markdown content of the friends page itself.
  • Use Case: You need to add a new friend's website to your blog. Use this Skill to add their details to the configuration file and ensure they appear correctly on the friends page.

Quick Start

Use the firefly-friends-config skill to update the friends page columns in src/config/friendsConfig.ts.

Frequently Asked Questions about firefly-friends-config

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

FAQPage Schema
How do I add a new friend link to a Firefly blog theme?

To add a friend link to the Firefly blog theme, you update the friend link entries in src/config/friendsConfig.ts with details like title, URL, and sorting weight to ensure proper display.

How can I disable a friend link from showing on my blog?

You can disable a friend link by toggling its enabled flag within the friendsConfig.ts file, which controls the visibility of individual friend link entries on your blog page.

Does managing Firefly friend links require editing markdown files?

Yes, managing Firefly friend links requires updating the markdown file src/content/spec/friends.md to adjust the page content layout and maintain display consistency alongside the configuration file.

How do I change the layout columns for the friends page in Firefly?

You change the friends page layout by modifying the page layout columns setting within the src/config/friendsConfig.ts file to adjust how friend link entries are visually arranged.

What is the best way to sort friend links in the Firefly blog configuration?

The best way to sort friend links is by adjusting the sorting weights assigned to each entry in src/config/friendsConfig.ts, which determines the display order of the links on your blog.

Are there limitations when updating friend link configurations for Firefly?

A key limitation is that data integrity depends on precise updates to both src/config/friendsConfig.ts and src/content/spec/friends.md, as inconsistent modifications can break display consistency.