personal-site/config.toml

43 lines
824 B
TOML
Raw Normal View History

2021-06-13 12:11:45 +00:00
#baseURL = "https://horhik.xyz/"
2021-09-07 17:05:13 +00:00
baseURL = "https://god.redeyes.club/"
2021-01-02 20:17:33 +00:00
languageCode = "en-us"
2021-09-26 11:58:27 +00:00
title = "Your redeyes god"
2021-01-02 22:50:43 +00:00
summaryLength=10
2021-06-07 17:55:11 +00:00
enableEmoji = true
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"
2021-06-07 17:55:11 +00:00
weight = 100
[taxonomies]
category = "categories"
tag = "tags"
site = "site"
2021-06-13 12:11:45 +00:00
github = "github"