Archetypes
- archetypes/
- A template to create content files
archetypes/default.md
is the default archetype- It specifies how to create new content files using
hugo new
+++
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
date = {{ .Date }}
draft = true
+++