24 lines
418 B
TOML
24 lines
418 B
TOML
baseURL = 'https://mmote.ru/'
|
|
title = 'Здесь был MultiMote'
|
|
theme = 'mmotium'
|
|
languageCode = 'ru'
|
|
disqusShortname = 'multimote'
|
|
enableRobotsTXT = true
|
|
|
|
[params]
|
|
author = 'MultiMote'
|
|
|
|
[permalinks]
|
|
posts = "/:slugorfilename"
|
|
other = "/:slugorfilename"
|
|
|
|
|
|
[markup.highlight]
|
|
style = 'friendly'
|
|
|
|
[markup.goldmark.parser]
|
|
wrapStandAloneImageWithinParagraph = false
|
|
|
|
[markup.tableOfContents]
|
|
endLevel = 4
|