12 lines
495 B
TOML
12 lines
495 B
TOML
|
baseURL = 'https://bgenc.net/recipes/'
|
||
|
languageCode = 'en-us'
|
||
|
theme = "nostyleplease"
|
||
|
title = "Kaan's recipes"
|
||
|
|
||
|
[params]
|
||
|
description = """These are my recipes. They are not necessarily authentic to any culture, but they are what I cook and eat regularly. I often add or update recipes here. This is mainly for my own reference, but feel free to use these recipes yourself too. Also they are all vegan."""
|
||
|
|
||
|
[params.theme_config]
|
||
|
show_description = true
|
||
|
back_home_text = "go back"
|
||
|
date_format = ""
|