LouisBarranqueiro / hexo-algoliasearch

:mag_right: A plugin to index posts of your Hexo blog on Algolia
MIT License
135 stars 12 forks source link

fix: remove the generate step #173 #174

Open nova1751 opened 11 months ago

nova1751 commented 11 months ago

Related issues:

173

Changes

The `hexo algolia` will generate the static files but not `db.json`,which means that, to make it work,we still need to run `hexo generate` first,so I removed this to seperate it from the generatation step to make it more reasonable in the workflow and etc.Just make it work as a search-data sender. ### Checklist - [x] I tested my changes with the current recommended Node LTS version:

This change is Reviewable