1、IE8不兼容ES5的一些方法,比如indexOf,lastIndexOf,filter等等
解决方法:添加es5-shim.js脚本,在github搜索相应关键字。
2、IE8不兼容opacity、rgba属性
解决方法:使用ie的过滤器filter
3、IE8不兼容border-radius属性
尝试使用border-radius.htc这个hack,但是还是没有效果,暂时还不知道是什么原因。 又尝试使用jquery.corner.js,还是没有解决。
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent:
meta: false
pages: false
posts:
title: true
date: true
path: true
text: false
raw: false
content: false
slug: false
updated: false
comments: false
link: false
permalink: false
excerpt: false
categories: false
tags: true