quartz-research-note/config.toml

32 lines
724 B
TOML
Raw Normal View History

2023-08-08 23:33:29 +09:00
title = "Matsuura Tomoya Research Note"
baseURL = "https://garden.matsuuratomoya.com"
2023-08-08 23:42:35 +09:00
languageCode = "ja"
2022-02-15 22:54:20 -05:00
relativeURLs = false
2021-07-22 15:27:38 -04:00
disablePathToLower = true
2021-07-19 18:02:16 -04:00
ignoreFiles = [
"/content/templates/*",
"/content/private/*",
]
2021-12-27 19:35:42 -05:00
summaryLength = 20
paginate = 10
2021-12-27 17:28:53 -05:00
enableGitInfo = true
2021-07-18 11:54:00 -04:00
[markup]
[markup.tableOfContents]
endLevel = 3
ordered = true
startLevel = 2
[markup.highlight]
2022-07-12 14:37:10 -07:00
noClasses = false
2021-07-18 11:54:00 -04:00
anchorLineNos = false
codeFences = true
guessSyntax = true
hl_Lines = ""
lineAnchors = ""
lineNoStart = 1
lineNos = true
lineNumbersInTable = true
style = "dracula"
[markup.goldmark.renderer]
unsafe = true