attempting to get the generator to work but not yet
This commit is contained in:
parent
18cff44ec6
commit
230a9899d1
@ -7,7 +7,7 @@ draft: true
|
||||
tags: []
|
||||
categories: []
|
||||
|
||||
listthumbnail: "./recipie-folder-name/thumbnail.png"
|
||||
listthumbnail: "./{{ title }}/thumbnail.png"
|
||||
thumbnail: "./thumbnail.png"
|
||||
|
||||
parenturl: "https://site.com"
|
||||
|
20
archetypes/recipie/index.md
Normal file
20
archetypes/recipie/index.md
Normal file
@ -0,0 +1,20 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
subtitle: Any Subtext you might want to append
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
|
||||
tags: []
|
||||
categories: []
|
||||
|
||||
listthumbnail: "./{{ title }}/thumbnail.png"
|
||||
thumbnail: "./thumbnail.png"
|
||||
|
||||
parenturl: "https://site.com"
|
||||
---
|
||||
|
||||
## Ingredients
|
||||
|
||||
## Instructions
|
||||
|
||||
## Notes
|
Loading…
Reference in New Issue
Block a user