Closed shanpy closed 8 years ago
The problem was solved by replacing pelican-bootstrap3/static/tipuesearch by Tipue Search v5.0's. pelican-bootstrap3 uses Tipue Search v4.0. I do not know why, but it works in my env.
Can confirm issue and can confirm solution. Dropping in v5 of tipue search fixed the issue for me.
Hi!
First of all, thanks for your interest in this theme! It's with heavy heart that I have decided that I can no longer maintain this theme due to lack of time and changing interests. To makes sure the theme lives on however and not goes to waste, I've donated it to the Pelican community. It can now be found in the official pelican-themes repository. I'd suggest you re-submit your issue there.
Sorry for the inconvenience!
I tried to use tique_search, but after I put
DIRECT_TEMPLATES = (('search',))
in mypelicanconf.py
file, I noticed after I didmake html
, noindex.html
file in output folder.I can generate
index.html
after I comment this line or I doDIRECT_TEMPLATES = ('index', 'categories', 'authors', 'archives', 'search')
. However, after I doing search, I found all url for search result is "undefined".Is there something that I was doing wrong?
Thank you!