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

This commit is contained in:
BBaoVanC 2021-10-02 19:50:20 -05:00
parent c03c44ff2d
commit 72cfb0834b
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
2 changed files with 8 additions and 0 deletions

8
archetypes/generic.md Normal file
View File

@ -0,0 +1,8 @@
+++
title = "{{ replace .Name "-" " " | title }}"
toc = true
description = """
Lorem ipsum
"""
+++