15 lines
268 B
TOML
15 lines
268 B
TOML
|
baseURL = 'https://mmote.ru/'
|
||
|
title = 'Здесь был MultiMote'
|
||
|
theme = 'mmotium'
|
||
|
languageCode = 'ru'
|
||
|
|
||
|
[params]
|
||
|
author = 'MultiMote'
|
||
|
|
||
|
[permalinks]
|
||
|
posts = "/:slugorfilename"
|
||
|
other = "/:slugorfilename"
|
||
|
|
||
|
[markup]
|
||
|
[markup.highlight]
|
||
|
style = 'monokailight'
|