personal-site/config.toml

32 lines
632 B
TOML
Raw Normal View History

2021-01-03 01:21:45 +02:00
baseURL = "https://site.horhik.xyz/"
2021-01-02 22:17:33 +02:00
languageCode = "en-us"
2021-01-02 23:59:27 +02:00
title = "Horhik.xyz"
2021-01-03 00:50:43 +02:00
summaryLength=10
2021-01-24 18:14:34 +02:00
[markup]
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = true
hl_Lines = ""
lineAnchors = ""
lineNoStart = 1
lineNos = true
lineNumbersInTable = true
noClasses = true
2021-06-06 15:09:21 +03:00
style = "fruity"
2021-01-24 18:14:34 +02:00
tabWidth = 2
2021-06-06 15:09:21 +03: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