码迷,mamicode.com
首页 > 其他好文 > 详细

为Hexo使用Material主题

时间:2020-07-12 09:16:47      阅读:107      评论:0      收藏:0      [点我收藏+]

标签:使用   搭建博客   lan   inf   tags   load   源代码   文件   http   

技术图片

我的Material主题Hexo博客实例

开始入门

下载主题

方式一:直接下载源代码

下载后放在theme文件夹里。

Download latest release version

方式二:使用Git下载

你可以自己决定想要使用的分支;仅限开发者使用。

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")) { %>

参考资料

  1. bolnh/hexo-theme-material: Material Design theme for hexo.

  2. Hexo + Material + Github 搭建博客与配置

  3. hexo s 依旧报错。 · Issue #686 · bolnh/hexo-theme-material

为Hexo使用Material主题

标签:使用   搭建博客   lan   inf   tags   load   源代码   文件   http   

原文地址:https://www.cnblogs.com/pinkchampagne/p/13286355.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!