archetypes: repair

This commit is contained in:
Jan Kremer 2024-10-24 22:26:45 +02:00
parent f1a4c8c6e9
commit a71f273b04
Signed by: jan
GPG key ID: A7DA689CB3B078EC
5 changed files with 9 additions and 8 deletions

View file

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

View file

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

View file

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

View file

@ -1,6 +1,6 @@
--- ---
title: { { replace .Name "-" " " | title } } title: {{ replace .Name "-" " " | title }}
date: { { .Date } } date: {{ .Date }}
description: description:
feature: feature:
tags: tags:

View file

@ -21,6 +21,7 @@
}; };
}; };
settings.global.excludes = [ settings.global.excludes = [
"archetypes/**"
"public/**" "public/**"
"static/**" "static/**"
".envrc" ".envrc"