-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
49 lines (46 loc) · 946 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://daltonmatos.com/",
"languageCode": "pt-br",
"title": "",
"theme": "hyde-hyde",
"publishDir": "docs/",
"RemovePathAccents": true,
"params": {
"mainSections": ["posts"],
"highlightjs": true,
"highlightjsstyle": "atom-one-dark",
"layoutReverse": false,
"themeColor": "theme-base-08",
"description": "Dalton Barreto",
"author": "Dalton Barreto",
"authorimage": "/daltonmatos.jpeg",
"postNavigation": true,
"relatedPosts": true,
"social": {
"github": "daltonmatos",
"twitter": "daltonmatos"
}
},
"menu": {
"main": [
{
"name": "Home",
"url": "/",
"weight": -10
},
{
"name": "Posts Antigos",
"url": "/posts",
"weight": -10
},
{
"name": "AVR",
"url": "/avr",
"weight": 10
}
]
},
"permalinks": {
"posts": "/:year/:month/:slug/"
}
}