HubPress / hubpress.io

A web application to build your blog on GitHub
MIT License
2.81k stars 2.62k forks source link

Add Search to Themes #60

Open naveensrinivasan opened 9 years ago

naveensrinivasan commented 9 years ago

It would nice to have a search text box with something like Google search for the blog.

anthonny commented 9 years ago

Hi @naveensrinivasan ! You're right, it would be nice! In a first version, a search on the title could be enough, right ?

albizures commented 9 years ago

:+1: It would be great

jaredmorgs commented 8 years ago

There are java frameworks like http://lunrjs.com/ which might be suitable for inclusion as part of HubPress core.

Lunr is used by GitBook as a search option on their hosted books.

You can see it in action on the HubPress Knowledgebase, which you can experiment with at https://hubpress.gitbooks.io/hubpress-knowledgebase/content/

jaredmorgs commented 7 years ago

It seems that the request is for search baked into each theme so blog readers can search for a post in the blog.

I'll leave it open.

anthonny commented 7 years ago

@jaredmorgs the hardest part is to modify each themes to integrate this upgrade, but it is still possible

jaredmorgs commented 7 years ago

I won't attach this to a milestone yet, because it may impact the way we are redoing themes.

We should first get the themes working and then look at extending them.