-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
47 lines (38 loc) · 885 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
baseURL = 'https://unibik.github.io'
languageCode = 'en-us'
title = 'unibik'
[module]
[[module.imports]]
path = "github.com/lxndrblz/anatole"
disable = false
[params]
profilePicture = "images/profile pic2.png"
displayMode = "dark"
disableThemeSwitcher = true
[[params.socialIcons]]
icon = "fab fa-linkedin"
title = "Linkedin"
url = "https://www.linkedin.com/in/unibik/"
[[params.socialIcons]]
icon = "fab fa-github"
title = "github"
url = "https://github.com/unibik"
[[params.socialIcons]]
icon = "fab fa-instagram"
title = "instagram"
url = "https://www.instagram.com/arshadchotu10/"
[[params.socialIcons]]
icon = "fas fa-envelope"
title = "e-mail"
url = "mailto:[email protected]"
[menu]
[[menu.main]]
name = "Home"
identifier = "home"
weight = 100
url = "/"
[[menu.main]]
name = "Posts"
weight = 200
identifier = "posts"
url = "/post/"