mmote.ru/config.toml

15 lines
268 B
TOML
Raw Normal View History

2023-01-01 18:21:01 +03:00
baseURL = 'https://mmote.ru/'
title = 'Здесь был MultiMote'
theme = 'mmotium'
languageCode = 'ru'
[params]
author = 'MultiMote'
[permalinks]
posts = "/:slugorfilename"
other = "/:slugorfilename"
[markup]
[markup.highlight]
style = 'monokailight'