Search Support

Table of Contents

Minimo supports the following clients for the search feature:

Follow the following steps for enabling search in your site.

Create Search Page

First of all, you’ll need to create a search page.

Create a markdown file under /content/page/ directory with the filename search. If your site is multilingual, you can include language code in the filename. For example:

  • /content/page/search.md
  • /content/page/search.en.md

Add the following options in the frontmatter:

type: page
layout: search
outputs:
  - html
  - json

Select Search Client

For selecting the client for search feature, use the following options in your config.toml file:

[params.search]
client = ""
  • params.search [Map]:
    • client [String]: Name of the Search Client (supported values: algolia,fuse,lunr)

Client Specific Steps

The next steps are different for each search client:

After you complete those steps, you are good to go!

Add Search Widget

You might also want to add the search widget.

Thank You!

Your comment has been submitted. It will appear on this page shortly! OK

Yikes, Sorry!

Error occured. Couldn't submit your comment. Please try again. Thank You! OK

Leave a comment