配置yilia/even

418 阅读1分钟

hexo-theme-yilia hexo-theme-even

hexo-theme-yilia

  • 安装

  • 配置

    • 修改hexo根目录下的 _config.yml : theme: yilia
  • 更新

    • cd themes/yilia
    • git pull

将主题从Next替换成了even 出现了各种错误,记录下来

  • 1.安装 hexo-renderer-scss 插件 的时候 终端报如下错误
  • npm ERR! Unexpected end of JSON input while parsing near '...nd-index-1.0.2.tgz"
  • 升级了hexo 还是不行
  • 最后使用如下方法解决
 npm cache clean --force
 try
 if false
 delete package.lock.json
 try again
 if false
 npm set registry https://registry.npmjs.org/ don't use taobao mirror
 try again
  • 2.实现站内搜索,未完成
search:
  path: search.xml
  field: post
 # LeanCloud
 leancloud:
   app_id:
   app_key:
  • 设置了 Web 安全域名