New post on hosting, plus some final fixes to the archetype.

This commit is contained in:
2023-09-13 19:31:30 +00:00
parent 446b49e0b0
commit 33bafa0218
3 changed files with 64 additions and 4 deletions

View File

@ -1,5 +1,8 @@
---
title: "{{ .Name | replaceRE "^\d{4}-\d{2}-\d{2}-(.*)$" "\1" | replace "-" " " | title }}"
date: {{ .Date }}
title: "{{ replace (replace .Name "draft-" "") "-" " " | title }}"
date: {{ dateFormat .Site.Params.dateformat .Date }}
draft: true
tags:
- tag1
---
<!--more-->