Feat: add new front matter authorEmail

This commit is contained in:
Cell
2022-04-27 23:15:33 +08:00
parent e0bbd7f7b8
commit a02f3580e9
4 changed files with 6 additions and 0 deletions
+1
View File
@@ -5,6 +5,7 @@ date: {{ .Date }}
draft: true
author: ""
authorLink: ""
authorEmail: ""
description: ""
keywords: ""
license: ""
+1
View File
@@ -5,6 +5,7 @@ date: {{ .Date }}
draft: true
author: ""
authorLink: ""
authorEmail: ""
description: ""
keywords: ""
license: ""
@@ -83,6 +83,7 @@ lastmod: 2020-03-04T15:58:26+08:00
draft: true
author: ""
authorLink: ""
authorEmail: ""
description: ""
keywords: ""
license: ""
@@ -145,6 +146,7 @@ seo:
* **draft**: if `true`, the content will not be rendered unless the `--buildDrafts`/`-D` flag is passed to the `hugo` command.
* **author**: the author for the content.
* **authorLink**: the link of the author.
* **authorEmail**: {{< version 0.2.14 >}} the of the author.
* **description**: the description for the content.
* **keywords**: the keywords for the content.
* **license**: the special lisence for this content.
@@ -81,6 +81,7 @@ lastmod: 2020-03-04T15:58:26+08:00
draft: true
author: ""
authorLink: ""
authorEmail: ""
description: ""
keywords: ""
license: ""
@@ -143,6 +144,7 @@ seo:
* **draft**: 如果设为 `true`, 除非 `hugo` 命令使用了 `--buildDrafts`/`-D` 参数,这篇文章不会被渲染
* **author**: 文章作者
* **authorLink**: 文章作者的链接
* **authorEmail**: {{< version 0.2.14 >}} 文章作者的邮箱
* **description**: 文章内容的描述
* **keywords**: 文章内容的关键词
* **license**: 这篇文章特殊的许可