Self-hosted search
The search function appears at the right of the top menu bar. Rather than give up control and privacy to third-party search engine corporations, this function adds elegant and self-hosted search capability to your site. Last but not least, searches are really fast. The search function is implemented thanks to the pelican search plugin. The search engine is activated by the following line in the pelicanconf.py file:
SEARCH_MODE = 'output'
Note that the search function requires that the blog is installed: it do not work in the off-line mode. If you do not need searches on your site, e.g …
Read more: