You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
457 B

baseURL = "https://rezepte.kanojo.de/"
languageCode = "en-us"
title = "My Cookbook"
theme = "cookbook"
sectionPagesMenu = "main"
# Print output just creates a special route for a print view
[outputs]
home = ["HTML"]
4 years ago
page = ["PRINT"]
[outputFormats]
[outputFormats.printFormat]
name = "print"
mediaType = "text/html"
baseName = "print"
isPlainText = false
rel = "print"
isHTML = true
noUgly = true
permalinkable = true
path = "print"