Results 27 comments of Vi

@panoshu 主题配置文件里的 `applicationID`, `apiKey` 和 `indexName` 都必须配置。另外,能打开浏览器的 Console 看下是否有什么错误没有

@consen master 分支上这个地方的判断加上了 `theme.algolia_search.enable` ``` {% elseif config.search || theme.algolia_search.enable %} {% endif %} ```

What attributes did you get? NexT release 5.1.0 should be compatible with hexo-algolia both 0.2.0 and 0.1.0.

Nice work. It seems there are tons of changes you have done for the new look. I would like to suggest you to implement them as a new scheme. 🍺

好像没有太大的必要性

是的,目前 sidebar 的左右配置选项仅对 Pisces 有效。Sidebar 近期将重写,Mist 和 Muse 都将支持这个配置。

@mritd 左边显示的比较旧的文章,右边显示的是比较新的文章,这个逻辑应该是对的

用 Hexo 提供的 [Youtube Plugin](https://hexo.io/docs/tag-plugins.html#YouTube) ``` {% youtube video_id %} ```

另外我记得有使用 JavaScript 在前端对视频做一层[包装处理](https://github.com/iissnan/hexo-theme-next/blob/master/source/js/src/utils.js#L60) ,难道没有生效?

@hackjustu 这个是 5.0.0 里引入的 [commit](https://github.com/iissnan/hexo-theme-next/commit/ccc18c7bad096d010cf721423190aa0b27b863ba)