69 lines
1.8 KiB
TOML
69 lines
1.8 KiB
TOML
baseURL = 'https://bird.tacowolf.net'
|
|
languageCode = 'en-us'
|
|
title = '🦜 - 🌮🐺 dot 🌐 [🔞]'
|
|
theme = 'avian'
|
|
|
|
[markup]
|
|
defaultMarkdownHandler = 'goldmark'
|
|
[markup.asciidocExt]
|
|
backend = 'html5'
|
|
extensions = []
|
|
failureLevel = 'fatal'
|
|
noHeaderOrFooter = true
|
|
preserveTOC = false
|
|
safeMode = 'unsafe'
|
|
sectionNumbers = false
|
|
trace = false
|
|
verbose = false
|
|
workingFolderCurrent = false
|
|
[markup.asciidocExt.attributes]
|
|
[markup.goldmark]
|
|
[markup.goldmark.extensions]
|
|
definitionList = true
|
|
footnote = true
|
|
linkify = true
|
|
linkifyProtocol = 'https'
|
|
strikethrough = true
|
|
table = true
|
|
taskList = true
|
|
[markup.goldmark.extensions.typographer]
|
|
apostrophe = '’'
|
|
disable = false
|
|
ellipsis = '…'
|
|
emDash = '—'
|
|
enDash = '–'
|
|
leftAngleQuote = '«'
|
|
leftDoubleQuote = '“'
|
|
leftSingleQuote = '‘'
|
|
rightAngleQuote = '»'
|
|
rightDoubleQuote = '”'
|
|
rightSingleQuote = '’'
|
|
[markup.goldmark.parser]
|
|
autoHeadingID = true
|
|
autoHeadingIDType = 'github'
|
|
wrapStandAloneImageWithinParagraph = true
|
|
[markup.goldmark.parser.attribute]
|
|
block = true
|
|
title = true
|
|
[markup.goldmark.renderer]
|
|
hardWraps = false
|
|
unsafe = false
|
|
xhtml = false
|
|
[markup.highlight]
|
|
anchorLineNos = false
|
|
codeFences = true
|
|
guessSyntax = false
|
|
hl_Lines = ''
|
|
hl_inline = false
|
|
lineAnchors = ''
|
|
lineNoStart = 1
|
|
lineNos = false
|
|
lineNumbersInTable = true
|
|
noClasses = true
|
|
noHl = false
|
|
style = 'monokai'
|
|
tabWidth = 4
|
|
[markup.tableOfContents]
|
|
endLevel = 3
|
|
ordered = false
|
|
startLevel = 2
|