archetypes: repair
This commit is contained in:
parent
f1a4c8c6e9
commit
a71f273b04
5 changed files with 9 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: { { replace .Name "-" " " | title } }
|
||||
date: { { .Date } }
|
||||
title: {{ replace .Name "-" " " | title }}
|
||||
date: {{ .Date }}
|
||||
description:
|
||||
tags:
|
||||
draft: true
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: { { replace .Name "-" " " | title } }
|
||||
date: { { .Date } }
|
||||
title: {{ replace .Name "-" " " | title }}
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: { { replace .Name "-" " " | title } }
|
||||
date: { { .Date } }
|
||||
title: {{ replace .Name "-" " " | title }}
|
||||
date: {{ .Date }}
|
||||
tags:
|
||||
- micro
|
||||
draft: true
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: { { replace .Name "-" " " | title } }
|
||||
date: { { .Date } }
|
||||
title: {{ replace .Name "-" " " | title }}
|
||||
date: {{ .Date }}
|
||||
description:
|
||||
feature:
|
||||
tags:
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@
|
|||
};
|
||||
};
|
||||
settings.global.excludes = [
|
||||
"archetypes/**"
|
||||
"public/**"
|
||||
"static/**"
|
||||
".envrc"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue