personal-site/config.toml

19 lines
368 B
TOML
Raw Normal View History

2021-01-02 23:21:45 +00:00
baseURL = "https://site.horhik.xyz/"
2021-01-02 20:17:33 +00:00
languageCode = "en-us"
2021-01-02 21:59:27 +00:00
title = "Horhik.xyz"
2021-01-02 22:50:43 +00:00
summaryLength=10
2021-01-24 16:14:34 +00:00
[markup]
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = true
hl_Lines = ""
lineAnchors = ""
lineNoStart = 1
lineNos = true
lineNumbersInTable = true
noClasses = true
style = "dracula"
tabWidth = 2