hexojs / hexo

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

Add support for pnpm/package.yaml #5534

Closed sghuang19 closed 1 month ago

sghuang19 commented 3 months ago

Check List

Feature Request

Currently only a repo with a package.json present can be recognized as a valid Hexo blog repo. i.e. in an unrecognized directory, I need to run hexo init first. It would be great to take package.yaml, which is used by pnpm into consideration.

Others

No response

sghuang19 commented 3 months ago

Just realized that this is more of a feature request for Hexo-cli. Creating an issue there.

https://github.com/hexojs/hexo-cli/issues/511

uiolee commented 1 month ago

Duplicate of hexojs/hexo-cli#511