thom4parisot / hexo-algolia

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

Question about Plugin state #3

Closed AdrieanKhisbe closed 8 years ago

AdrieanKhisbe commented 8 years ago

Hello @borisschapira :smiley:

The subtitle of your repo is An incomplete attempt to plug Algolia in Hexo What is missing it prior the 0.2.0, or is ths till missing basic features?

borisschapira commented 8 years ago

I stopped developping that 6 month ago as I switched to Jekyll which is faster, but what I didn't get right is the ability to push content to algolia incrementaly (i.e : you modify a typo, you don't have to push all of your website again).

Moreover, the way I pushed was not very subtle and didn't allow the search to target a specific paragraphe (see example of such targetting on https://borisschapira.com, typing "blocker" : the proposed post target a specific paragraph containing the keyword).

AdrieanKhisbe commented 8 years ago

Thanks for the details @borisschapira :) I'll give a deeper look when I'll dig into hexo.