diff --git a/archetypes/post-bundle/index.md b/archetypes/post-bundle/index.md index 230018d0..6ee3cdf1 100644 --- a/archetypes/post-bundle/index.md +++ b/archetypes/post-bundle/index.md @@ -5,6 +5,7 @@ date: {{ .Date }} draft: true author: "" authorLink: "" +authorEmail: "" description: "" keywords: "" license: "" diff --git a/archetypes/posts.md b/archetypes/posts.md index 50b8e34e..be607000 100644 --- a/archetypes/posts.md +++ b/archetypes/posts.md @@ -5,6 +5,7 @@ date: {{ .Date }} draft: true author: "" authorLink: "" +authorEmail: "" description: "" keywords: "" license: "" diff --git a/exampleSite/content/posts/theme-documentation-content/index.en.md b/exampleSite/content/posts/theme-documentation-content/index.en.md index c866c15d..39981fc7 100644 --- a/exampleSite/content/posts/theme-documentation-content/index.en.md +++ b/exampleSite/content/posts/theme-documentation-content/index.en.md @@ -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. diff --git a/exampleSite/content/posts/theme-documentation-content/index.zh-cn.md b/exampleSite/content/posts/theme-documentation-content/index.zh-cn.md index 99e3e224..0f2a7638 100644 --- a/exampleSite/content/posts/theme-documentation-content/index.zh-cn.md +++ b/exampleSite/content/posts/theme-documentation-content/index.zh-cn.md @@ -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**: 这篇文章特殊的许可