mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2025-08-02 20:16:04 -04:00
add default archetypes
- https://gohugo.io/content-management/archetypes/
This commit is contained in:
parent
b1cb4fceb6
commit
b5ab1d495d
1 changed files with 5 additions and 0 deletions
5
archetypes/default.md
Normal file
5
archetypes/default.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
+++
|
||||
title = "{{ replace .Name "-" " " | title }}"
|
||||
date = {{ .Date }}
|
||||
draft = true
|
||||
+++
|
Loading…
Add table
Add a link
Reference in a new issue