标签:使用 搭建博客 lan inf tags load 源代码 文件 http
下载后放在theme文件夹里。
Download latest release version
你可以自己决定想要使用的分支;仅限开发者使用。
cd themes
git clone https://github.com/viosey/hexo-theme-material.git material
cd material
git checkout {branch/tags name}
安装 hexo-generator-search 插件。
修改theme/material 目录 _config.yml
中的 search值
search:
use: local
swiftype_key:
然后在主目录的_config.yml
文件中添加
search:
path: search.xml
field: all
修改theme/material/layout/_widget/dnsprefetch.ejs文件,否则会报错,修改内容如下:
<% } else if(theme.comment.use.startsWith("disqus")) { %>
// 修改为
<% } else if(theme.comment.use && theme.comment.use.startsWith("disqus")) { %>
标签:使用 搭建博客 lan inf tags load 源代码 文件 http
原文地址:https://www.cnblogs.com/pinkchampagne/p/13286355.html