Enable Search Engine Integration in Minos

A search engine can help your reader to navigate through the content and find their interests with least effort. Setting up the search engine is quite easy in Minos. Simply sign up with your favorite search service provider, then insert or edit the search search in the configuration file (e.g. _config.yml). The following sections describe available options for each supported search service. Also, you may need to refer to the service provider’s installation instructions for actual values of your options.

Out-of-box services

From Minos 2.0.0, you no longer need to install hexo-generator-json-content to be able to use the insight search.

_config.yml
1
2
search:
type: insight

Google custom search engine (CSE)

Installation instructions

_config.yml
1
2
3
search:
type: google-cse
cx: xxxxxxxxxxxxxxxxx # (required)

The cx value can be found on your CSE setup page’s url or public url like below.

Use other search engine in Minos

(TODO)

Setting up a Commenting Service Grow Your Audience with Share Buttons

Comments

Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×