fix line endings
This commit is contained in:
parent
b6bcf67f56
commit
791723e2fd
112
config.toml
112
config.toml
|
@ -1,57 +1,57 @@
|
||||||
baseURL = "https://culinary.kemonine.info"
|
baseURL = "https://culinary.kemonine.info"
|
||||||
disablePathToLower = false
|
disablePathToLower = false
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
title = "KemoNine's Culinary Notebook"
|
title = "KemoNine's Culinary Notebook"
|
||||||
theme = "gochowdown"
|
theme = "gochowdown"
|
||||||
defaultcontentlanguage = "en"
|
defaultcontentlanguage = "en"
|
||||||
paginate = 20
|
paginate = 20
|
||||||
canonifyurls = true
|
canonifyurls = true
|
||||||
pygmentsstyle = "monokai"
|
pygmentsstyle = "monokai"
|
||||||
pygmentscodefences = true
|
pygmentscodefences = true
|
||||||
pygmentscodefencesguesssyntax = true
|
pygmentscodefencesguesssyntax = true
|
||||||
pygmentsOptions = "linenos=table"
|
pygmentsOptions = "linenos=table"
|
||||||
|
|
||||||
[permalinks]
|
[permalinks]
|
||||||
recipes = "/recipes/:title"
|
recipes = "/recipes/:title"
|
||||||
notes = "/notes/:title"
|
notes = "/notes/:title"
|
||||||
|
|
||||||
[outputs]
|
[outputs]
|
||||||
home = ["HTML", "RSS", "JSON"]
|
home = ["HTML", "RSS", "JSON"]
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
author = "KemoNine"
|
author = "KemoNine"
|
||||||
description = "a confused culinary notebook"
|
description = "a confused culinary notebook"
|
||||||
keywords = "recipes"
|
keywords = "recipes"
|
||||||
favicon_32 = "/images/favicon-32x32.png"
|
favicon_32 = "/images/favicon-32x32.png"
|
||||||
favicon_16 = "/images/favicon-16x16.png"
|
favicon_16 = "/images/favicon-16x16.png"
|
||||||
hidecredits = false
|
hidecredits = false
|
||||||
hidecopyright = false
|
hidecopyright = false
|
||||||
showNavTitle = true
|
showNavTitle = true
|
||||||
custom_css = [ "style.css" ]
|
custom_css = [ "style.css" ]
|
||||||
mainSections = ["recipe", "recipes", "note", "notes"]
|
mainSections = ["recipe", "recipes", "note", "notes"]
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "By Category"
|
name = "By Category"
|
||||||
weight = 20
|
weight = 20
|
||||||
url = "/category/"
|
url = "/category/"
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "By Cuisine"
|
name = "By Cuisine"
|
||||||
weight = 30
|
weight = 30
|
||||||
url = "/cuisine/"
|
url = "/cuisine/"
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "By Tag"
|
name = "By Tag"
|
||||||
weight = 40
|
weight = 40
|
||||||
url = "/tags/"
|
url = "/tags/"
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Notes"
|
name = "Notes"
|
||||||
weight = 99
|
weight = 99
|
||||||
url = "/notes/"
|
url = "/notes/"
|
||||||
|
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
category = "category"
|
category = "category"
|
||||||
cuisine = "cuisine"
|
cuisine = "cuisine"
|
||||||
tag = "tags"
|
tag = "tags"
|
||||||
note = "notes"
|
note = "notes"
|
|
@ -1,34 +1,34 @@
|
||||||
+++
|
+++
|
||||||
title = "Lemon Chicken 'Fettuccine'"
|
title = "Lemon Chicken 'Fettuccine'"
|
||||||
author = ["KemoNine"]
|
author = ["KemoNine"]
|
||||||
publishDate = 2022-12-03
|
publishDate = 2022-12-03
|
||||||
tags = ["Chicken", "Pasta"]
|
tags = ["Chicken", "Pasta"]
|
||||||
draft = false
|
draft = false
|
||||||
layout="recipe"
|
layout="recipe"
|
||||||
image="heather-gill-zmBI_GT_xps-unsplash.jpg"
|
image="heather-gill-zmBI_GT_xps-unsplash.jpg"
|
||||||
imagecaption="A pile of fresh pasta. The image was obtained from Unsplash at https://unsplash.com/photos/zmBI_GT_xps"
|
imagecaption="A pile of fresh pasta. The image was obtained from Unsplash at https://unsplash.com/photos/zmBI_GT_xps"
|
||||||
date="2022-12-03"
|
date="2022-12-03"
|
||||||
AuthorName="KemoNine"
|
AuthorName="KemoNine"
|
||||||
AuthorURL="https://culinary.kemonine.info"
|
AuthorURL="https://culinary.kemonine.info"
|
||||||
category="Dinner"
|
category="Dinner"
|
||||||
cuisine="Italian"
|
cuisine="Italian"
|
||||||
yield=4
|
yield=4
|
||||||
ingredients=[
|
ingredients=[
|
||||||
"cubed chicken",
|
"cubed chicken",
|
||||||
"angel hair pasta",
|
"angel hair pasta",
|
||||||
"zucchini",
|
"zucchini",
|
||||||
"yellow/summer squash",
|
"yellow/summer squash",
|
||||||
"salt",
|
"salt",
|
||||||
"pepper",
|
"pepper",
|
||||||
"garlic powder",
|
"garlic powder",
|
||||||
"cream cheese",
|
"cream cheese",
|
||||||
"Parmesan cheese (the powerdery stuff)",
|
"Parmesan cheese (the powerdery stuff)",
|
||||||
"lemon juice",
|
"lemon juice",
|
||||||
"lemon zest"]
|
"lemon zest"]
|
||||||
directions=[
|
directions=[
|
||||||
"its a skillet meal",
|
"its a skillet meal",
|
||||||
"you know what to do"]
|
"you know what to do"]
|
||||||
+++
|
+++
|
||||||
|
|
||||||
- spices are a must
|
- spices are a must
|
||||||
- break pasta in half or quarters prior to cooking to make the mixing of everything at the end easier
|
- break pasta in half or quarters prior to cooking to make the mixing of everything at the end easier
|
||||||
|
|
Loading…
Reference in a new issue