2025-08-02 19:07:01 -04:00

31 lines
538 B
TOML

defaultContentLanguage = "en"
[languages]
[languages.en]
contentDir = "content/en"
languageName = "English"
weight = 1
[languages.ru]
contentDir = "content/ru"
languageName = "Русский"
weight = 2
[params]
# "relatedtext" is the text that appears above the tag list at the bottom of pages.
relatedtext = "Related"
favicon = "/favicon.ico"
#list items
datesinlist = true
authorsinlist = true
#footer items
showrss = true
[permalinks]
en = "/:slug/"
ru = "/ru/:slug/"
defaultContentLanguageInSubdir = false