Algolia Search
Learn how to configure Algolia search for the Solitude theme.
Install Plugin
Install the hexo-algoliasearch plugin, and modify the theme and Hexo configuration.
Theme Configuration
_config.solitude.yml
Hexo Configuration
Add the following configuration at the bottom of your _config.yml
. Refer to the plugin's README
for specific configuration details.
Remember to configure the title
, permalink
, and content
fields in the fields parameter.
_config.yml
Remember to run hexo clean
after completing the configuration.