kamathskitchen-website/config.toml

57 lines
1.0 KiB
TOML

baseURL = "https://kamathskitchen.com"
languageCode = "en-us"
title = "Kamath's Kitchen"
theme = "raavas"
summaryLength = 140
pluralizeListTitles = "false"
disableKinds = ["taxonomyTerm"]
[permalinks]
tags = "/:slug/"
recipes = "/:year/:month/:title/"
[taxonomies]
tag = "tags"
[params]
author = "Smitha Kamath"
description = "Smitha Kamath is a housewife and foodlover, She loves sharing G.S.B konkani recipes"
keywords = "G.S.B cusines, India, recipe, cooking, curry, vegetarian, indian curry"
[menu]
[[menu.main]]
name = "Recipes"
url = "/recipes/"
weight = 1
[[menu.main]]
name = "about"
identifier = "about"
url = "/about/"
weight = 3
[related]
includeNewer = true
threshold = 80
toLower = false
[[related.indices]]
name = "keywords"
weight = 100
[[related.indices]]
name = "tags"
weight = 70
[[related.indices]]
name = "date"
weight = 10
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true