baseURL = "https://culinary.kemonine.info" disablePathToLower = false languageCode = "en-us" title = "KemoNine's Culinary Notebook" theme = "gochowdown" defaultcontentlanguage = "en" paginate = 21 canonifyurls = true pygmentsstyle = "monokai" pygmentscodefences = true pygmentscodefencesguesssyntax = true pygmentsOptions = "linenos=table" [permalinks] recipes = "/recipes/:year/:month/:title" notes = "/notes/:year/:month/:title" [outputs] home = ["HTML", "RSS", "JSON"] [params] author = "KemoNine" description = "a confused culinary notebook" keywords = "recipes" hidecredits = false hidecopyright = false showNavTitle = true custom_css = [ "/css/style.css" ] mainSections = ["recipe", "recipes", "note", "notes"] [[menu.main]] name = "By Category" weight = 20 url = "/category/" [[menu.main]] name = "By Cuisine" weight = 30 url = "/cuisine/" [[menu.main]] name = "By Tag" weight = 40 url = "/tags/" [[menu.main]] name = "Notes" weight = 99 url = "/notes/" [taxonomies] category = "category" cuisine = "cuisine" tag = "tags" note = "notes"