personal-site/config.toml

33 lines
672 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
2021-06-06 12:09:21 +00:00
style = "fruity"
2021-01-24 16:14:34 +00:00
tabWidth = 2
2021-06-06 20:07:55 +00:00
[markup.goldmark.renderer]
unsafe= true
2021-06-06 12:09:21 +00:00
[[menu.social]]
name = "Twitter"
url = "https://twitter.com/HORHI"
weight = 1
[[menu.social]]
name = "GitHub"
url = "https://github.com/horhik"
weight = 10
[[menu.social]]
name = "LinkedIn"
url = "https://www.linkedin.com/in/horhik"
weight = 100