Initial commit
This commit is contained in:
11
archetypes/blog.md
Normal file
11
archetypes/blog.md
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
description: ""
|
||||
lead: ""
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
images: [""]
|
||||
authors: [""]
|
||||
---
|
||||
|
||||
{{< img src="" alt="" caption="" class="wide" >}}
|
7
archetypes/default.md
Normal file
7
archetypes/default.md
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
description: ""
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
images: [""]
|
||||
---
|
15
archetypes/docs.md
Normal file
15
archetypes/docs.md
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
description: ""
|
||||
lead: ""
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
images: [""]
|
||||
menu:
|
||||
docs:
|
||||
parent: ""
|
||||
weight: 999
|
||||
toc: true
|
||||
---
|
||||
|
||||
{{< img src="" alt="" caption="" class="wide" >}}
|
Reference in New Issue
Block a user