Change the default.md archetype to posts.md so it is used automatically by hugo new.
This commit is contained in:
@@ -1,9 +1,12 @@
|
|||||||
---
|
---
|
||||||
draft: true
|
draft: true
|
||||||
|
pinned: false
|
||||||
title: "{{ replace .Name "-" " " | title }}"
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
subtitle: ""
|
subtitle: ""
|
||||||
author: authorDefault
|
author: authorDefault
|
||||||
date: "{{ .Date }}"
|
date: "{{ .Date }}"
|
||||||
|
started:
|
||||||
|
edited:
|
||||||
toc: true
|
toc: true
|
||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
Reference in New Issue
Block a user