lodc2022-culture-art/config.toml

30 lines
631 B
TOML
Raw Normal View History

2022-09-05 01:27:41 +09:00
baseURL = 'https://lodc2022-culture-art.metadata.moe/'
2022-09-04 22:47:10 +09:00
languageCode = 'ja-jp'
title = '文化・芸術とLOD ハンズオン'
theme = 'book'
2022-09-05 03:52:33 +09:00
pygmentsCodeFences = true
2022-09-04 22:47:10 +09:00
[params]
BookRepo = 'https://github.com/Babibubebon/lodc2022-culture-art'
2022-09-05 01:27:41 +09:00
BookCommitPath = 'commit'
BookEditPath = 'edit/master'
2022-09-05 03:52:33 +09:00
BookComments = false
[markup]
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ''
hl_inline = false
lineAnchors = ''
lineNoStart = 1
lineNos = true
lineNumbersInTable = false
noClasses = true
noHl = false
style = 'dracula'
tabWidth = 4