Hexo is a fast, simple, and powerful blog framework for Node.js, designed for generating static websites. The current stable version is 8.1.1, with minor and patch releases occurring frequently, typically every few weeks to months, and major versions bringing significant changes roughly annually. It features blazing-fast content generation, robust support for GitHub Flavored Markdown, and compatibility with most Octopress plugins. Key differentiators include its one-command deployment capabilities to platforms like GitHub Pages and Heroku, a highly extensible API for plugin development, and a rich ecosystem boasting hundreds of themes and plugins. Hexo primarily targets developers and bloggers who prefer a static site approach with a command-line interface.
npm install hexoVerified import paths — ran on the pinned version, not inferred.
This sequence of commands installs the Hexo CLI globally, initializes a new Hexo blog in 'my-blog' directory, creates a new post, generates the static files, and starts a local development server.
Upgrade your Node.js environment to version 20.19.0 or newer before upgrading Hexo to v8.x.
Install the `hexo-tag-embed` package (`npm i hexo-tag-embed`) in your Hexo project to re-enable support for these legacy embed tags.
After making changes to theme files, helper functions, or plugin logic, stop the `hexo server` process (Ctrl+C) and restart it (`hexo server`) to ensure all changes are loaded.
Install the compatibility plugin: `npm install hexo-tag-embed --save`
Update your Node.js environment to version 20.19.0 or higher.
Either stop the conflicting process or start Hexo server on a different port: `hexo server --port 5000`
No dependency data recorded yet.