fi3ework / hexo-theme-archer

🎯 A smart and modern theme for Hexo.
https://fi3ework.github.io/hexo-theme-archer
MIT License
1.53k stars 275 forks source link

hexo+algolia按照说明配置后没有出现搜索框 #118

Closed ifishzz closed 6 years ago

ifishzz commented 6 years ago

algolia后台能收到数据 但是我的https://ifishzz.github.io/ 页面没有搜索框 还需要加什么代码吗

fi3ework commented 6 years ago

因为你的主题版本太低了,请更新到最新的主题。

ifishzz commented 6 years ago

请问,需要怎么更新。更新了是不是需要重新配置

fi3ework commented 6 years ago

简单粗暴的方法就是把你 archer 主题的 config.yml 和头像等复制出来,然后删掉,重新 clone,再复制回去

ifishzz commented 6 years ago

已操作,现空空如也。(__)

fi3ework commented 6 years ago

按理说不会的啊,是直接复制文档中的命令安装的吗

fi3ework commented 6 years ago
npm i hexo-generator-json-content --save && npm i --save hexo-wordcount && git clone https://github.com/fi3ework/hexo-theme-archer.git themes/archer --depth=1
hulichao commented 6 years ago

hahh, 我想说的是,你的demo博客的搜索点了没反应。哈哈哈哈

fi3ework commented 6 years ago

@hulichao 我用的模板的 config.yml deploy 的...,Algolia 的配置被冲掉了,晚上把 appKey 填上再 deploy 一次 :joy: ...

ifishzz commented 6 years ago

@fi3ework 终于全部可以 了,谢谢。