-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
31 lines (28 loc) · 824 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
baseURL = 'https://sujant.xyz/'
languageCode = 'en-us'
title = 'sujānt kumār kv'
theme = 'PaperMod'
[params]
[params.homeInfoParams]
Title = "konnichiwa \U0001F44B"
Content = "mathematically, the probability of you doing exactly what you're doing right now is approximately *1 in 400,000,000,000,000,000* and you landed here. welcome to my corner of the internet."
[[params.socialIcons]]
name = 'email'
url = 'mailto:[email protected]'
[[params.socialIcons]]
name = 'x'
url = 'https://x.com/sujantkumarkv'
[[params.socialIcons]]
name = 'github'
url = 'https://github.com/sujantkumarkv'
[menu]
[[menu.main]]
identifier = 'home'
name = 'Home'
url = '/'
weight = 10
[[menu.main]]
identifier = 'posts'
name = 'Posts'
url = '/posts/'
weight = 20