hexo-blog-update

Automate Hexo blog post creation, editing, preview, and deployment via Hexo CLI.

22|7|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/Dqz00116/skill-lib --skill hexo-blog-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hexo-blog-update
Source: https://github.com/Dqz00116/skill-lib/tree/main/hexo-blog-update
Command: npx skills add https://github.com/Dqz00116/skill-lib --skill hexo-blog-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Hexo bloggers often face manual, error-prone steps to create, edit, preview, and deploy posts. This Skill standardizes the end-to-end blogging workflow, reducing setup complexity and ensuring consistent results.

Core Features & Use Cases

  • Create new posts, edit existing ones, preview locally, and deploy to production with a repeatable process.
  • Use Case: A solo blogger can draft a post, preview it locally, and publish to their Hexo site with a single, reliable workflow.

Quick Start

Start with a ready Hexo blog repository, install Hexo CLI, and run the standardized workflow to create, preview, and deploy posts.

Frequently Asked Questions about hexo-blog-update

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

FAQPage Schema
How do I automate Hexo blog post creation and deployment?

Automating Hexo blog post creation and deployment involves using a standardized workflow that manages drafting, editing, local preview via hexo server, and production deployment through npm scripts or hexo deploy.

What do I need to set up before streamlining my Hexo blogging workflow?

Before streamlining your Hexo blogging workflow, you need a local Hexo blog repository, Node.js, and the Hexo CLI installed to ensure the end-to-end posting process runs correctly.

Can I preview my Hexo markdown posts locally before deploying to production?

Yes, you can preview your Hexo markdown posts locally before deploying to production by running hexo server, which allows you to review the drafted content exactly as it will appear on your live site.

What is the best way to standardize Hexo static site publishing for a team?

The best way to standardize Hexo static site publishing for a team is to implement a repeatable workflow that covers post creation, content editing, local preview, and deployment, reducing manual and error-prone steps.

Why does my manual Hexo deployment process have so many errors?

Your manual Hexo deployment process has errors because it relies on repetitive, error-prone steps for creating, editing, previewing, and deploying posts, which can be standardized into a single reliable workflow.