-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
executable file
·42 lines (38 loc) · 1.12 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
baseurl = "https://rusnasonov.com/"
languageCode = "ru,en"
title = "Ruslan Nasonov"
theme = "hugo-texify2"
publishDir = "output"
sectionPagesMenu = "main"
enableRobotsTXT = true
pygmentsOptions = ""
# Use the Chroma stylesheet
pygmentsUseClasses = true
pygmentsUseClassic = false
# See https://help.farbox.com/pygments.html
pygmentsStyle = "trac"
[params]
notoc = 1
description = "Блог об IT"
keywords = ["программирование", "блог", "it", "ит", "блог о программировании"]
author = "Ruslan Nasonov"
avatar = "/images/avatar.jpg"
yandexMetrica = 46434456
[params.commentEngine]
code = """
<script src="https://giscus.app/client.js"
data-repo="rusnasonov/blog"
data-repo-id="MDEwOlJlcG9zaXRvcnk3NjY3MTY2OQ=="
data-category="Announcements"
data-category-id="DIC_kwDOBJHqtc4CYIxL"
data-mapping="title"
data-strict="0"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="bottom"
data-theme="preferred_color_scheme"
data-lang="ru"
crossorigin="anonymous"
async>
</script>
"""