-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
49 lines (49 loc) · 995 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"baseURL": "https://vinaygopinath.me/",
"languageCode": "en-gb",
"title": "Vinay Gopinath",
"theme": "vinaygopinath.me",
"metaDataFormat": "yaml",
"paginate": 5,
"googleAnalytics": "",
"enableRobotsTXT": true,
"pygmentsCodeFences": true,
"sitemap": {
"changefreq": "weekly",
"priority": 0.5,
"filename": "sitemap.xml"
},
"markup": {
"goldmark": {
"renderer": {
"unsafe": true
}
}
},
"params": {
"description": "Full-stack developer and digital nomad aspiring to work on technology for social good"
},
"permalinks": {
"blog": "/:year/:month/:title/"
},
"author": {
"name": "Vinay Gopinath"
},
"pluralizeListTitles": false,
"menu": {
"main": [
{
"name": "About",
"identifier": "about",
"url": "/about",
"weight": 5
},
{
"name": "Contact",
"identifier": "contact",
"url": "/contact",
"weight": 6
}
]
}
}