fixup notes section add initial notes test page

This commit is contained in:
KemoNine 2022-12-03 12:13:42 -05:00
parent 0f074d8827
commit 81854d373b
5 changed files with 31 additions and 24 deletions

View File

@ -52,6 +52,6 @@ url = "/notes/"
[taxonomies]
category = "category"
cusine = "cuisine"
cuisine = "cuisine"
tag = "tags"
note = "notes"

View File

@ -1,22 +0,0 @@
---
layout: notes
title: "Classic Lasagna"
image: noun_playbook_595109.png
imagecredit:
date: 2018-01-02
authorName: Terri
authorURL: www.greatgrubdelicioustreats.com
sourceName: "Great Grub, Delicious Treats"
sourceURL: http://www.greatgrubdelicioustreats.com/classic-lasagna/
category: notes
notes:
- Prep
- Test
tags:
- Italian
- family
- Notes
---
You might need a bit more cottage or ricotta cheese, especially if splitting between smaller pans. Also, you will only get two levels deep if you don't have a really deep pan. Our contribution to this recipe comes from Ashley's mother, which is adding a package of spicy Italian sausage to give some additional flavor.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

View File

@ -0,0 +1,29 @@
---
layout: notes
title: "Scoville Unit Table"
imagecredit: https://thenounproject.com/icon/fire-962988/
authorName:
authorURL:
sourceName:
sourceURL:
notes:
- Information
- Heat
- Spice
tags:
- Information
- Heat
- Spice
---
| Pepper | Scoville Units |
|----------|---------------------|
| Bananna | 0 - 500 SHU |
| Poblano | 1000 - 1500 SHU |
| Anaheim | 500 - 2500 SHU |
| Jalapeno | 3500 - 8000 SHU |
| Fresno | 2500 - 10000 SHU |
| Serrano | 10000 - 23000 SHU |
| Cayenne | 30000 - 50000 SHU |
| Habanero | 100000 - 350000 SHU |

View File

@ -29,7 +29,7 @@
<br />
{{ with .Params.Category }}{{ partial "taxonomy/category" . }}{{ end }}
{{ with .Params.Category }}{{ partial "taxonomy/notes" . }}{{ end }}
{{ with .Params.Cuisine }}{{ partial "taxonomy/cuisine" . }}{{ end }}
{{ with .Params.Tags }}{{ partial "taxonomy/tags" . }}{{ end }}