lodc2022-culture-art/config.toml

31 lines
660 B
TOML
Raw Permalink 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
2022-09-05 21:46:32 +09:00
CodeMirrorTheme = 'dracula'
2022-09-05 03:52:33 +09:00
[markup]
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ''
hl_inline = false
lineAnchors = ''
lineNoStart = 1
lineNos = true
lineNumbersInTable = false
2022-09-05 21:46:32 +09:00
noClasses = false
2022-09-05 03:52:33 +09:00
noHl = false
style = 'dracula'
tabWidth = 4