-
Notifications
You must be signed in to change notification settings - Fork 5
/
hugo.toml
49 lines (41 loc) · 911 Bytes
/
hugo.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
baseURL = 'https://vitaut.net/'
languageCode = 'en-us'
title = 'vitaut.net'
theme = 'diary'
ignoreFiles = 'static/slides'
[markup]
[markup.highlight]
noclasses = false
[markup.goldmark.renderer]
unsafe= true
[params]
disqusShortname = 'zverovich'
[services]
[services.googleAnalytics]
ID = 'G-0XZ98BDDTK'
[menus]
[[menus.main]]
name = 'Posts'
pageRef = '/posts'
weight = 10
[[menus.main]]
name = 'Talks'
pageRef = '/talks'
weight = 20
[[menus.main]]
name = 'Papers'
pageRef = '/papers'
weight = 30
[[menus.main]]
name = 'Projects'
pageRef = '/projects'
weight = 40
[[params.socialIcons]]
name = 'GitHub'
url = 'https://github.com/vitaut'
[[params.socialIcons]]
name = 'StackOverflow'
url = 'https://stackoverflow.com/users/471164/vitaut'
[[params.socialIcons]]
name = 'Mastodon'
url = 'https://mastodon.social/@vitaut'