-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
50 lines (46 loc) · 1.21 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
43
44
45
46
47
48
49
50
baseURL = "https://gongled.ru/"
languageCode = "ru-ru"
defaultContentLanguage = "ru"
title = "Сайт Глеба Гончарова"
theme = "simple"
avatar = "userpic.jpg"
staticDir = ["static"]
[languages]
[languages.ru]
title = "Глеб Гончаров"
weight = 1
[languages.ru.params]
author = "Глеб Гончаров"
description = "Юнит лид в Купере."
email = "inbox@gongled.ru"
videoURL = "https://static.gongled.ru/video/"
nickname = "gongled"
locale = "ru-RU"
[languages.en]
title = "Gleb Goncharov"
weight = 2
[languages.en.params]
author = "Gleb Goncharov"
description = "Unit Lead in Kuper."
email = "inbox@gongled.ru"
videoURL = "https://static.gongled.ru/video/"
nickname = "gongled"
locale = "en-US"
[build]
writeStats = true
[permalinks]
public-speaking = "/public-speaking/:filename/"
articles = "/articles/:filename/"
work = "/work/:filename/"
[markup]
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ""
lineAnchors = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
tabWidth = 4