31 lines
538 B
TOML
Raw Permalink Normal View History

2025-08-02 19:07:01 -04:00
defaultContentLanguage = "en"
2025-08-01 00:44:04 -04:00
[languages]
[languages.en]
2025-08-02 19:07:01 -04:00
contentDir = "content/en"
languageName = "English"
weight = 1
2025-08-01 00:44:04 -04:00
[languages.ru]
2025-08-02 19:07:01 -04:00
contentDir = "content/ru"
languageName = "Русский"
weight = 2
2025-08-01 00:44:04 -04:00
[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
2025-08-02 19:07:01 -04:00
[permalinks]
en = "/:slug/"
ru = "/ru/:slug/"
defaultContentLanguageInSubdir = false