hugo-theme-next/archetypes/default.md

20 lines
326 B
Markdown
Raw Normal View History

2022-05-03 18:39:03 +08:00
---
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'
---