diff --git a/archetypes/default.md b/archetypes/default.md index 8aa69db..dffea9f 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,9 +1,10 @@ --- title: '{{ replace .Name "-" " " | title }}' -description: '不超过65个汉字的文章简要概述' +description: '文章简要概述不超过65个汉字' keywords: '文章关键词1,文章关键词2,文章关键词3' isCJKLanguage: true +author: '文章作者' lastmod: '{{ .Date }}' publishDate: '{{ .Date }}' @@ -15,5 +16,5 @@ tags: toc: false draft: true -url: '{{ now.Unix }}.html' +url: '{{ lower .Name }}.html' ---