-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
54 lines (45 loc) · 1.01 KB
/
config.toml
File metadata and controls
54 lines (45 loc) · 1.01 KB
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
baseURL = "https://vavilov.tech/"
publishDir = "docs"
disablePathToLower = true
languageCode = "en-us"
title = "Ivan Vavilov's blog"
theme = "archie"
pygmentsstyle = "monokai"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
[params]
mode = "auto"
featherIconsCDN = true
subtitle = "I'm Ivan. I write here about iOS, Swift and soft skills."
[markup.highlight]
style = "dracula"
# Social
[[params.social]]
name = "GitHub"
icon = "github"
url = "https://github.com/vani2/"
[[params.social]]
name = "Twitter"
icon = "twitter"
url = "https://twitter.com/vani297520105/"
[[params.social]]
name = "LinkedIn"
icon = "linkedin"
url = "https://www.linkedin.com/in/vavilovvani2/"
[[params.social]]
name = "Stack Overflow"
icon = "code"
url = "https://stackoverflow.com/users/1758448/ivan-vavilov"
# Main menu Items
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Tags"
url = "/tags"
weight = 2
[[menu.main]]
name = "About"
url = "/about"
weight = 3