hexojs / hexo

A fast, simple & powerful blog framework, powered by Node.js.
https://hexo.io
MIT License
39.28k stars 4.83k forks source link

Hexo does not load workspaces plugins #5533

Closed FurryRbl closed 3 days ago

FurryRbl commented 1 month ago

Check List

Feature Request

I want to be able to load plugins from workspaces, one of my workspaces is called hexo-generate-sitemap.

When I do yarn install, hexo-generate-sitemap is soft-linked to the node_module folder, but it is not recorded in yarn.lock. Hexo doesn't seem to load this plugin.

Others

No response

FurryRbl commented 3 days ago

Using pnpm can meet this requirement.