op of hugo new site hugo -f yaml

This commit is contained in:
2023-05-19 12:17:03 -04:00
parent 67235e4a40
commit 03ec17230c
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---