hugo-theme-next/archetypes/default.md

21 lines
349 B
Markdown
Raw Normal View History

2022-05-03 18:39:03 +08:00
---
title: '{{ replace .Name "-" " " | title }}'
description: '文章简要概述不超过65个汉字'
2022-05-03 18:39:03 +08:00
keywords: '文章关键词1,文章关键词2,文章关键词3'
isCJKLanguage: true
author: '文章作者'
2022-05-03 18:39:03 +08:00
lastmod: '{{ .Date }}'
publishDate: '{{ .Date }}'
categories:
-
tags:
-
-
toc: false
draft: true
url: '{{ lower .Name }}.html'
2022-05-03 18:39:03 +08:00
---