Open nova1751 opened 11 months ago
The self call hexo generate seems to be buggy.Running hexo algolia will lead to this bug.
hexo generate
hexo algolia
Running the hexo algolia alone will lead to this bug.This is beacause that hexo.call('generate') won't generate db.json.
hexo.call('generate')
db.json
Run hexo clean and hexo algolia.
hexo clean
Description
The self call
hexo generate
seems to be buggy.Runninghexo algolia
will lead to this bug.Bug reason
Running the
hexo algolia
alone will lead to this bug.This is beacause thathexo.call('generate')
won't generatedb.json
.Steps to reproduce the bug
Run
hexo clean
andhexo algolia
.Environment
Plugin configuration
Additional information