Solitude Docs

Algolia Search

Algolia is useful for larger sites that need fast hosted search and ranking control.

Purpose

Algolia is useful for larger sites that need fast hosted search and ranking control.

Install

npm install hexo-algolia
pnpm add hexo-algolia
yarn add hexo-algolia

Theme configuration

search:
  enable: true
  type: algolia

Hexo configuration

search:
  path: search.xml
  field: post
  content: true

Verify

  • Generate the site and confirm the search index file exists.
  • Search for a post title, a tag, and a phrase from the article body.
  • Confirm private drafts are not included in the generated index.