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.
21 lines
406 B
21 lines
406 B
baseURL = "http://example.org/"
|
|
languageCode = "en-us"
|
|
title = "My Cookbook"
|
|
theme = "cookbook"
|
|
|
|
# Print output just creates a special route for a print view
|
|
[outputs]
|
|
page = ["PRINT"]
|
|
|
|
[outputFormats]
|
|
[outputFormats.printFormat]
|
|
name = "print"
|
|
mediaType = "text/html"
|
|
baseName = "print"
|
|
isPlainText = false
|
|
rel = "print"
|
|
isHTML = true
|
|
noUgly = true
|
|
permalinkable = true
|
|
path = "print"
|