quartz-research-note/config.toml

32 lines
724 B
TOML
Raw Normal View History

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