Closed thom4parisot closed 8 years ago
It takes my blog ~4sec to load its files w/ hexo@3.2
I tried clearing out the ./public folder but it seems the indexing happens before the load ever happened:
./public
It seems the rendering happens after generateAfter has been emitted:
generateAfter
Wow, to be honest, I've let this project down monthes ago. Do you want to adopt it?
Hm, maybe not, I found: https://github.com/LouisBarranqueiro/hexo-algoliasearch
EDIT: have the same issue with it. Weird.
It takes my blog ~4sec to load its files w/ hexo@3.2
I tried clearing out the
./public
folder but it seems the indexing happens before the load ever happened:It seems the rendering happens after
generateAfter
has been emitted: