adding honey chicken recipe
All checks were successful
Build and Deploy Recipes / deploy (push) Successful in 28s
All checks were successful
Build and Deploy Recipes / deploy (push) Successful in 28s
This commit is contained in:
28
config.toml
28
config.toml
@@ -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"
|
||||
|
Reference in New Issue
Block a user