Skip to content
Lioman edited this page Apr 12, 2023 · 1 revision

Flex integrates with pelican-search plugin to provide a local search. It is fast and static, so you build your index on build time and then you do not need a search provider.

To enable it follow the installation instructions of the plugin (You need at least version 1.1.0).

You will need to add, so that all links point to absolute url and not relative to the current one.

STORK_INPUT_OPTIONS = {"url_prefix": SITEURL}

All available options are described in storks documentation