1
0
mirror of https://github.com/Wonderfall/hugo-WonderMod.git synced 2025-04-07 09:04:00 +02:00

add default archetypes

- https://gohugo.io/content-management/archetypes/
This commit is contained in:
Aditya Telange 2020-07-20 19:12:57 +05:30
parent b1cb4fceb6
commit b5ab1d495d

5
archetypes/default.md Normal file

@ -0,0 +1,5 @@
+++
title = "{{ replace .Name "-" " " | title }}"
date = {{ .Date }}
draft = true
+++