Closed sghuang19 closed 1 month ago
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.
package.json
hexo init
package.yaml
No response
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
Duplicate of hexojs/hexo-cli#511
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 runhexo init
first. It would be great to takepackage.yaml
, which is used by pnpm into consideration.Others
No response