-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
29 lines (29 loc) · 883 Bytes
/
config.json
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
{
"baseURL": "http://varuns.space/",
"params": {
"AuthorName": "Varun",
"navigation" : {
"left" : [
{
"name" : "Blog",
"URL" : "/blog"
}
],
"right" : [
{
"name": "Press and Clients",
"URL": "/press_and_clients"
}
]
},
"socials" : {
"twitter" : "https://twitter.com/miraclepreneur",
"instagram" : "https://www.instagram.com/the.miraclepreneur/",
"linkedIn" : "https://www.linkedin.com/in/varunchoraria/",
"quora" : "https://www.quora.com/profile/Varun-Choraria-2",
"medium" : "https://medium.com/@miraclepreneur"
}
},
"title": "Varun",
"theme": "personal-site-with-blog"
}