hexo

Customize Hexo blog themes, homepage carousels, and social media icons.

1|Updated Jul 4, 2023
One-click install
npx skills add https://github.com/wesweet/docs.panrui.top --skill hexo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hexo
Source: https://github.com/wesweet/docs.panrui.top/tree/main/docs/hexo
Command: npx skills add https://github.com/wesweet/docs.panrui.top --skill hexo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps users customize their Hexo blog, focusing on theme modifications, homepage elements, and social integrations.

Core Features & Use Cases

  • Theme Customization: Modify Hexo themes, specifically referencing the hexo-theme-Fomalhaut.
  • Homepage Enhancements: Customize the homepage swiper (carousel) for featured posts and add welcome messages with typewriter effects.
  • Social Links: Configure social media icons and links to appear on the blog.
  • Use Case: A user wants to add a custom welcome message with a typing animation to their Hexo blog's homepage and display their GitHub and WeChat links in the footer.

Quick Start

Use the hexo skill to add a welcome message to your blog's homepage.

Frequently Asked Questions about hexo

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

FAQPage Schema
How do I add a welcome message with a typewriter effect to my Hexo homepage?

To add a welcome message with a typewriter effect to your Hexo homepage, you need to directly edit your Hexo theme configuration files and potentially inject custom CSS or JS for the animation.

Can I customize the homepage carousel for featured posts in a Hexo blog?

Yes, you can customize the homepage carousel by modifying the theme configuration files. This Skill facilitates adjusting the homepage swiper to display featured posts on your Hexo blog.

What is the best way to integrate social media icons into my Hexo theme?

The best way to integrate social media icons is by configuring the theme settings. You can add links like GitHub and WeChat directly within the Hexo theme configuration files to display them on your blog.

Does this Hexo customization approach require editing theme configuration files directly?

Yes, customizing Hexo blog elements requires direct editing of Hexo theme configuration files. You may also need to modify custom CSS and JS files to implement front-end adjustments like typing effects.

Can I use this to modify specific Hexo themes like hexo-theme-Fomalhaut?

Yes, this approach supports modifying specific themes such as hexo-theme-Fomalhaut. It enables front-end element adjustments and theme customization by directly altering the required theme configuration files.

Why are my Hexo theme front-end customizations not working?

Hexo theme customizations may not work if the theme configuration files are incorrectly edited. Ensure that custom CSS and JS modifications for elements like carousels or welcome messages are properly referenced and formatted.