之前博客放到阿里云服务器上,备案过的域名莫名其妙被取消备案了,要我重新提交材料备案,实在是不想折腾,域名也就随着不能解析到阿里云服务器上了,话说这个实在恶心得不行~,花银子买的主机还不然解析到上面去,所以就一直放着。 阅读全文 >>
常笑笑自己
缺失模块。
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