Start a new journey for Hugo theme.

This commit is contained in:
凡梦星尘
2022-05-03 18:39:03 +08:00
commit 2a323e39f3
13 changed files with 81 additions and 0 deletions

19
archetypes/default.md Normal file
View 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'
---