如何预定义Front-matter的内容

打开预设文件

打开blog/scaffolds/post.md

image-20201113225056501

自定义预设内容

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
title: {{ title }}
date: {{ date }}
updated: {{ date }}
toc: true
comments: true
sticky: 100
tags:
- 默认
categories:
- 默认
description:
- 默认

---





<!-- more -->

预览

1
hexo cl && hexo s