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 } }
|
title: {{ replace .Name "-" " " | title }}
|
||||||
date: { { .Date } }
|
date: {{ .Date }}
|
||||||
description:
|
description:
|
||||||
tags:
|
tags:
|
||||||
draft: true
|
draft: true
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
title: { { replace .Name "-" " " | title } }
|
title: {{ replace .Name "-" " " | title }}
|
||||||
date: { { .Date } }
|
date: {{ .Date }}
|
||||||
draft: true
|
draft: true
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: { { replace .Name "-" " " | title } }
|
title: {{ replace .Name "-" " " | title }}
|
||||||
date: { { .Date } }
|
date: {{ .Date }}
|
||||||
tags:
|
tags:
|
||||||
- micro
|
- micro
|
||||||
draft: true
|
draft: true
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
title: { { replace .Name "-" " " | title } }
|
title: {{ replace .Name "-" " " | title }}
|
||||||
date: { { .Date } }
|
date: {{ .Date }}
|
||||||
description:
|
description:
|
||||||
feature:
|
feature:
|
||||||
tags:
|
tags:
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
settings.global.excludes = [
|
settings.global.excludes = [
|
||||||
|
"archetypes/**"
|
||||||
"public/**"
|
"public/**"
|
||||||
"static/**"
|
"static/**"
|
||||||
".envrc"
|
".envrc"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue