什么是Rem
rem和em很容易混淆,相同之处在于都是css单位,且都是相对单位。em先有,rem则是css3才引入,在介绍rem前,则需先了解em:
rem取值分为两种情况,1、设置根元素;2、非根元素。eg:1
2
3
4
5/* 作用于根元素,相对于原始大小(16px),所以html的font-size为32px*/
html {font-size: 2rem}
/* 作用于非根元素,相对于根元素字体大小,所以为64px */
p {font-size: 2rem}
繁华渐欲迷人眼,切勿迷失其本心
缺失模块。
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