mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
add default archetypes
- https://gohugo.io/content-management/archetypes/
This commit is contained in:
parent
b1cb4fceb6
commit
b5ab1d495d
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…
Reference in New Issue
Block a user