Algolia 注册帐号
在 algolia 注册登录后,打开
dashboard
Indices -> new index,注意 indexName 中不要有英文引号,避免不必要的麻烦API Keys 中查看 id/keys,需要:
1
2
3Application ID
Search-Only API Key
Admin API Key
hexo 配置
在 _config.yml
中添加配置:
1 | algolia: |
安装 hexo-algolia
1 | npm install hexo-algolia --save |
设置环境变量
algolia 官网声明,Admin API Key 不能写在配置里,会有风险,写到环境变量中(Mac):
1 | vim ~/.bash_profile |
生成 algolia 索引
1 | hexo algolia |
提示成功后可以在 algolia Indices 中看到你的博客记录
修改 next 配置
themes/next/_config.yml 中修改:
1 |
|