https://www.jianshu.com/p/4f21e948953e
1、运行
在hexo根目录,有 .deploy_git
的文件夹下,使用
1 | hexo g |
2、关键字
2.1、标题与 tag 设置
tags:用英文逗号分隔;
toc:是否展示目录;
1 | --- |
2.2、分割线
1 | <!--more--> # 分割线,以上为预览展示内容 |
-------------Thanks for your time.-------------
无限进步
缺失模块。
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