thom4parisot / hexo-algolia

Index your hexo website content to Algolia Search.
https://npmjs.com/hexo-algolia
MIT License
88 stars 15 forks source link

I always have 0 articles to index #5

Closed thom4parisot closed 8 years ago

thom4parisot commented 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:

image

It seems the rendering happens after generateAfter has been emitted:

image

borisschapira commented 8 years ago

Wow, to be honest, I've let this project down monthes ago. Do you want to adopt it?

thom4parisot commented 8 years ago

Hm, maybe not, I found: https://github.com/LouisBarranqueiro/hexo-algoliasearch

EDIT: have the same issue with it. Weird.