adding honey chicken recipe
All checks were successful
Build and Deploy Recipes / deploy (push) Successful in 28s

This commit is contained in:
2025-04-13 02:49:45 +00:00
parent a587ed146e
commit 03cebbd104
8 changed files with 77 additions and 50 deletions

View File

@@ -28,30 +28,30 @@ fileName = "/images/favicon.svg" #your favicon here if you wish to change it.
[[menu.main]]
name = "Home"
pre = "fas fa-home" #icon, change if you would prefer a different icon
url = "/"
pageRef = "/"
weight = 1
[[menu.main]]
name = "Categories" # change to w/e you want, tags or categories works best
pre = "fas fa-tags" #icon, change if you would prefer a different icon
url = "/tags/"
pageRef = "/tags/"
weight = 2
# Print output just creates a special route for a print view
[outputs]
home = ["HTML", "RSS", "JSON"]
page = ["HTML", "PRINT"]
home = ["html", "rss", "json"]
page = ["html", "print"]
# The settings for the print format
[outputFormats]
[outputFormats.printFormat]
name = "print"
mediaType = "text/html"
baseName = "print"
isPlainText = false
rel = "print"
isHTML = true
noUgly = true
permalinkable = true
path = "print"
[outputFormats.print]
name = "print"
mediaType = "text/html"
baseName = "print"
isPlainText = false
rel = "print"
isHTML = true
noUgly = true
permalinkable = true
path = "print"