Update archetypes to be used with --kind on hugo new

This commit is contained in:
2021-10-02 19:50:20 -05:00
parent c03c44ff2d
commit 72cfb0834b
2 changed files with 8 additions and 0 deletions

14
archetypes/blog/index.md Normal file
View File

@ -0,0 +1,14 @@
+++
title = "{{ replace .Name "-" " " | title }}"
date = "{{ .Date }}"
toc = true
draft = true
description = """
Lorem ipsum
"""
tags = [
"awesome",
]
+++