32 lines
632 B
TOML
32 lines
632 B
TOML
baseURL = "https://site.horhik.xyz/"
|
|
languageCode = "en-us"
|
|
title = "Horhik.xyz"
|
|
summaryLength=10
|
|
|
|
[markup]
|
|
[markup.highlight]
|
|
anchorLineNos = false
|
|
codeFences = true
|
|
guessSyntax = true
|
|
hl_Lines = ""
|
|
lineAnchors = ""
|
|
lineNoStart = 1
|
|
lineNos = true
|
|
lineNumbersInTable = true
|
|
noClasses = true
|
|
style = "fruity"
|
|
tabWidth = 2
|
|
|
|
|
|
[[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 |