43 lines
821 B
TOML
43 lines
821 B
TOML
#baseURL = "https://horhik.xyz/"
|
|
baseURL = "https://god.redeyes.club/"
|
|
languageCode = "en-us"
|
|
title = "Horhik's page"
|
|
summaryLength=10
|
|
enableEmoji = true
|
|
|
|
[markup]
|
|
[markup.highlight]
|
|
anchorLineNos = false
|
|
codeFences = true
|
|
guessSyntax = true
|
|
hl_Lines = ""
|
|
lineAnchors = ""
|
|
lineNoStart = 1
|
|
lineNos = true
|
|
lineNumbersInTable = true
|
|
noClasses = true
|
|
style = "fruity"
|
|
tabWidth = 2
|
|
[markup.goldmark.renderer]
|
|
unsafe= true
|
|
|
|
[[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
|
|
|
|
|
|
[taxonomies]
|
|
category = "categories"
|
|
tag = "tags"
|
|
site = "site"
|
|
github = "github"
|