mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 23:38:56 +00:00
✨ Feat: add new front matter authorEmail
This commit is contained in:
@@ -5,6 +5,7 @@ date: {{ .Date }}
|
||||
draft: true
|
||||
author: ""
|
||||
authorLink: ""
|
||||
authorEmail: ""
|
||||
description: ""
|
||||
keywords: ""
|
||||
license: ""
|
||||
|
||||
@@ -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**: 这篇文章特殊的许可
|
||||
|
||||
Reference in New Issue
Block a user