baseddata.io/hugo.toml

27 lines
504 B
TOML
Raw Normal View History

2024-08-15 15:14:43 +01:00
baseURL = 'https://baseddata.io'
2024-08-01 14:06:16 +01:00
languageCode = 'en-gb'
2024-08-13 20:31:51 +01:00
title = 'Based Data'
2024-08-01 14:06:16 +01:00
2024-08-14 19:48:58 +01:00
[params]
2024-09-03 22:24:32 +01:00
apiURL = 'https://api.baseddata.io'
2024-08-14 19:48:58 +01:00
2024-08-08 11:13:18 +01:00
[markup.highlight]
pygmentsUseClasses = false
codeFences = true
guessSyntax = true
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = false
tabWidth = 4
noClasses = true
style = "catppuccin-latte"
2024-08-07 00:38:53 +01:00
2024-08-08 11:13:18 +01:00
[markup.tableOfContents]
endLevel = 2
ordered = false
startLevel = 2
2024-08-07 00:38:53 +01:00
2024-08-08 14:28:50 +01:00
[markup.goldmark.renderer]
unsafe = true