第一步:
在发文章时点开右上角的 显示选项 ,
第二步:
在自定义栏目 输入新栏目 名称为 news 值随便填
输入新栏目
输入名称为 news 的栏目 值随便,,栏目名一定是news
然后发表文章,发表前的首页
发表文章后,多了一条了幻灯片也多出来了 ,虽然没有上传图片,会在媒体库中找一张来显示的。如图。
记录成长的地方
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