{"id":30188642,"url":"https://github.com/zongren/hexo-algoliasearch-comment","last_synced_at":"2025-08-12T17:10:59.068Z","repository":{"id":57263198,"uuid":"87612290","full_name":"zongren/hexo-algoliasearch-comment","owner":"zongren","description":"A plugin to index comments of your Hexo blog on Algolia","archived":false,"fork":false,"pushed_at":"2023-07-26T07:02:47.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-31T14:43:08.136Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zongren.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-08T06:07:31.000Z","updated_at":"2023-07-26T06:42:53.000Z","dependencies_parsed_at":"2024-09-24T19:08:43.467Z","dependency_job_id":null,"html_url":"https://github.com/zongren/hexo-algoliasearch-comment","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zongren/hexo-algoliasearch-comment","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zongren%2Fhexo-algoliasearch-comment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zongren%2Fhexo-algoliasearch-comment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zongren%2Fhexo-algoliasearch-comment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zongren%2Fhexo-algoliasearch-comment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zongren","download_url":"https://codeload.github.com/zongren/hexo-algoliasearch-comment/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zongren%2Fhexo-algoliasearch-comment/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270101814,"owners_count":24527354,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-08-12T17:10:57.574Z","updated_at":"2025-08-12T17:10:59.057Z","avatar_url":"https://github.com/zongren.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hexo-algoliasearch\n\nA plugin to index comments of your Hexo blog on Algolia\n\n## Installation\n\n```\nnpm install hexo-algoliasearch-comment --save\n```\n\nIf Hexo detect automatically all plugins, that's all.  \n\nIf that is not the case, register the plugin in your `_config.yml` file :\n```\nplugins:\n  - hexo-algoliasearch-comment\n```\n\n## Configuration\n\nYou can configure this plugin in your `_config.yml` file :\n\n``` yml\nalgolia_comment:\n  appId: \"Z7A3XW4R2I\"\n  apiKey: \"12db1ad54372045549ef465881c17e743\"\n  adminApiKey: \"40321c7c207e7f73b63a19aa24c4761b\"\n  chunkSize: 5000\n  indexName: \"my-hexo-blog\"\n  fields:\n    - name\n    - message\n    - path\n    - date\n    - url\n```\n\n| Key            | Type   | Default | Description |\n| -------------- | ------ | ------- | ----------- |\n| appId          | String |         | Your application ID. |\n| apiKey         | String |         | Your API key (read only). It is use to search in an index. |\n| adminApiKey    | String |         | Your adminAPI key. It is use to create, delete, update your indexes |\n| chunkSize      | Number | 5000    | Records/comments are split in chunks to upload them. Algolia recommend to use `5000` for best performance. Be careful, if you are indexing comment content, It can fail because of size limit. To overcome this, decrease size of chunks until it pass. |\n| indexName      | String |         | The name of the index in which comments are stored. |\n| fields         | List   |         | The list of the field names to index. |\n\n## Usage\n\n```\nhexo algoliaComment\n```\n\n#### Options\n\n| Options        | Description |\n| -------------- | ----------- |\n| -n, --no-clear | Does not clear the existing index |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzongren%2Fhexo-algoliasearch-comment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzongren%2Fhexo-algoliasearch-comment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzongren%2Fhexo-algoliasearch-comment/lists"}