New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hexo-algolia

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hexo-algolia

Index your content in Algolia Search API

  • 0.0.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
129
decreased by-55.21%
Maintainers
1
Weekly downloads
 
Created
Source

hexo-algolia

Index content in Algolia Search API.

Options

You can configure this plugin in _config.yml.

algolia:
  applicationID: 'applicationID'
  apiKey: 'apiKey'
  adminApiKey: 'adminApiKey'
  indexName: 'indexName'
  chunkSize: 5000
  • applicationID - Your application Id
  • apiKey - Your API key (for read-only operation, like search)
  • adminApiKey - Your admin API key, used for create, update and delete on your indices
  • indexName - The name of the index to use
  • chunkSize - Content to index is split in chunks, to get a good indexing/insert performance (Default: 5'000)

Usage

Hexo-algolia provides the command hexo algolia for indexing content, with few options :

  • -f, --fake : does not push content to Algolia
  • -w, --without-reset : does not reset the Algolia index before starting the indexation

Keywords

FAQs

Package last updated on 19 Jun 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc