diff --git a/config.toml b/config.toml index 3cc54f3..8d1696d 100644 --- a/config.toml +++ b/config.toml @@ -52,6 +52,6 @@ url = "/notes/" [taxonomies] category = "category" -cusine = "cuisine" +cuisine = "cuisine" tag = "tags" note = "notes" \ No newline at end of file diff --git a/content/notes/classic-lasagna/index.md b/content/notes/classic-lasagna/index.md deleted file mode 100644 index b22c0d4..0000000 --- a/content/notes/classic-lasagna/index.md +++ /dev/null @@ -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. diff --git a/content/notes/classic-lasagna/noun_playbook_595109.png b/content/notes/classic-lasagna/noun_playbook_595109.png deleted file mode 100644 index dbe4d8b..0000000 Binary files a/content/notes/classic-lasagna/noun_playbook_595109.png and /dev/null differ diff --git a/content/notes/scoville-unit-table/index.md b/content/notes/scoville-unit-table/index.md new file mode 100644 index 0000000..ee1e6e0 --- /dev/null +++ b/content/notes/scoville-unit-table/index.md @@ -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 | diff --git a/themes/gochowdown/layouts/notes/single.html b/themes/gochowdown/layouts/notes/single.html index c69120b..a9aa3ce 100644 --- a/themes/gochowdown/layouts/notes/single.html +++ b/themes/gochowdown/layouts/notes/single.html @@ -29,7 +29,7 @@
- {{ 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 }}