fixup notes section add initial notes test page
This commit is contained in:
parent
0f074d8827
commit
81854d373b
|
@ -52,6 +52,6 @@ url = "/notes/"
|
||||||
|
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
category = "category"
|
category = "category"
|
||||||
cusine = "cuisine"
|
cuisine = "cuisine"
|
||||||
tag = "tags"
|
tag = "tags"
|
||||||
note = "notes"
|
note = "notes"
|
|
@ -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 |
29
content/notes/scoville-unit-table/index.md
Normal file
29
content/notes/scoville-unit-table/index.md
Normal 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 |
|
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
{{ with .Params.Category }}{{ partial "taxonomy/category" . }}{{ end }}
|
{{ with .Params.Category }}{{ partial "taxonomy/notes" . }}{{ end }}
|
||||||
{{ with .Params.Cuisine }}{{ partial "taxonomy/cuisine" . }}{{ end }}
|
{{ with .Params.Cuisine }}{{ partial "taxonomy/cuisine" . }}{{ end }}
|
||||||
{{ with .Params.Tags }}{{ partial "taxonomy/tags" . }}{{ end }}
|
{{ with .Params.Tags }}{{ partial "taxonomy/tags" . }}{{ end }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue