网页主要是做前端样式,而现在的前端的框架越来越多:bootstrap,layui,基于Vue的elementui、iview。以前开发网页需要写html代码,css样式和js方法。现在用了框架之后,我们只需要将其中的示例改为自己的信息,将相应的css和js放在对应的路径下即可。
前端适配的问题:在css的样式下
tag:
缺失模块。
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