Start a new journey for Hugo theme.
This commit is contained in:
19
archetypes/default.md
Normal file
19
archetypes/default.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
title: '{{ replace .Name "-" " " | title }}'
|
||||
description: '不超过65个汉字的文章简要概述'
|
||||
keywords: '文章关键词1,文章关键词2,文章关键词3'
|
||||
isCJKLanguage: true
|
||||
|
||||
lastmod: '{{ .Date }}'
|
||||
publishDate: '{{ .Date }}'
|
||||
|
||||
categories:
|
||||
-
|
||||
tags:
|
||||
-
|
||||
-
|
||||
|
||||
toc: false
|
||||
draft: true
|
||||
url: '{{ now.Unix }}.html'
|
||||
---
|
||||
Reference in New Issue
Block a user