personal-site/config.toml

43 lines
841 B
TOML
Raw Permalink Normal View History

2021-06-13 12:11:45 +00:00
#baseURL = "https://horhik.xyz/"
2021-11-13 17:25:29 +00:00
baseURL = "https://redeyes.club/"
2021-01-02 20:17:33 +00:00
languageCode = "en-us"
2021-11-13 17:25:29 +00:00
title = "Horhik's redeyes reason"
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]]
2021-11-13 17:25:29 +00:00
name = "Mastodon"
url = "https://mastodon.ml/web/accounts/74403"
2021-06-06 12:09:21 +00:00
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"