-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
85 lines (68 loc) · 1.77 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
baseURL = "https://romanvolkov.ru"
languageCode = "en-us"
theme = "PaperMod"
enableEmoji = true
[outputs]
home = ["HTML", "RSS"]
#[[languages.en.menu.main]]
#name = "Posts"
#url = "posts/"
#weight = 5
[params]
env = "production"
defaultTheme = "auto"
disableThemeToggle = false
ShowShareButtons = false
ShowReadingTime = false
displayFullLangName = true
ShowPostNavLinks = true
ShowBreadCrumbs = true
ShowCodeCopyButtons = true
author = "Roman Volkov"
comments = false
hideFooter = false
rtl = false
keywords = ["blog", "page", "development", "youtube", "roman volkov", "роман волков"]
[params.profileMode]
enabled = true
title = "Hey, I'm Roman Volkov"
subtitle = """Engineering manager and Software engineer.\nCurrently working at Linearity GmbH as Engineering Manager, leading Rendering team"""
imageUrl = "profile.png"
imageTitle = "Roman's profile picture"
imageWidth = 200
imageHeight = 200
# [[params.profileMode.buttons]]
# name = "Posts"
# url = "posts"
[[params.socialIcons]]
name = "linkedin"
url = "http://linkedin.com/in/roman-volkov/"
[[params.socialIcons]]
name = "telegram"
url = "http://t.me/romanvolkov"
[[params.socialIcons]]
name = "github"
url = "https://github.com/romanvolkov"
[[params.socialIcons]]
name = "unsplash"
url = 'https://unsplash.com/@romanvolkov'
# [[params.socialIcons]]
# name = "youtube"
# url = 'https://www.youtube.com/channel/UCwRxT_-VdAiU8ncqIPK4pCA'
#
# [[params.socialIcons]]
# name = "youtube"
# url = 'https://www.youtube.com/channel/UCi1Hco_0efrqucQPbRraqbQ'
[privacy.vimeo]
disabled = true
simple = true
[privacy.twitter]
disabled = false
enableDNT = true
simple = true
[privacy.instagram]
disabled = false
simple = true
[privacy.youtube]
disabled = true
privacyEnhanced = true