forked from cybersonic/LuCLI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmarkspresso.json
More file actions
51 lines (51 loc) · 1.06 KB
/
Copy pathmarkspresso.json
File metadata and controls
51 lines (51 loc) · 1.06 KB
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
50
51
{
"name": "LuCLI",
"build": {
"prettyUrls": true,
"defaultLayout": "page",
"includeDrafts": false
},
"collections": {
"posts": {
"permalink": "/posts/:slug/",
"path": "posts",
"layout": "post",
"feed": {
"enabled": true,
"formats": ["rss", "atom"],
"limit": 20,
"title": "LuCLI Blog",
"description": "Latest posts about the development of LuCLI"
}
}
},
"navigation": {
"rootPath": "docs",
"pagination": true
},
"search": {
"lunr": {
"enabled": true
}
},
"socialImages": {
"enabled": true,
"width": 1200,
"height": 630,
"outputDir": "social-images",
"titleMaxLines": 3,
"descriptionMaxLines": 3,
"overrideOgImage": false,
"useRelativeInDev": true,
"backgroundStartColor": "#0f172a",
"backgroundEndColor": "#1d4ed8",
"accentColor": "#60a5fa"
},
"baseUrl": "https://lucli.dev",
"paths": {
"content": "content",
"output": "public",
"layouts": "content/layouts",
"assets": "content/assets"
}
}