blog/config.toml

31 lines
480 B
TOML
Raw Normal View History

2020-11-03 22:14:45 +00:00
baseURL = "http://example.org/"
languageCode = "en-us"
title = "Michael's Blog"
2020-11-03 22:14:45 +00:00
enableGitInfo = true
2021-07-06 05:52:05 +00:00
2021-07-06 21:32:34 +00:00
[taxonomies]
tag = "tags"
language = "languages"
2021-07-06 05:52:05 +00:00
[markup.tableOfContents]
endLevel = 4
2022-02-02 09:16:56 +00:00
ordered = false
2021-07-06 05:52:05 +00:00
startLevel = 2
2021-12-12 19:56:54 +00:00
[markup.goldmark.renderer]
unsafe = true
2022-02-08 22:51:36 +00:00
[markup.highlight]
anchorLineNos = true
codeFences = true
guessSyntax = false
hl_Lines = ''
lineAnchors = ''
lineNoStart = 1
lineNos = true
lineNumbersInTable = true
noClasses = false
style = 'monokai'
tabWidth = 4