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
|
||||
pinned: false
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
subtitle: ""
|
||||
author: authorDefault
|
||||
date: "{{ .Date }}"
|
||||
started:
|
||||
edited:
|
||||
toc: true
|
||||
images:
|
||||
tags:
|
||||
Reference in New Issue
Block a user