-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.config.risotto
More file actions
32 lines (32 loc) · 896 Bytes
/
Copy pathexample.config.risotto
File metadata and controls
32 lines (32 loc) · 896 Bytes
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
{
"site_name": "Example Documentation",
"site_title": "Example Documentation Site",
"description": "A comprehensive documentation site built with Risotto for example.com.",
"favicon": "https://example.com/images/favicon.png",
"logo": {
"light": "https://example.com/images/logo-light.png",
"dark": "https://example.com/images/logo-dark.png"
},
"theme_icons": {
"light": "https://example.com/images/icon-light.png",
"dark": "https://example.com/images/icon-dark.png"
},
"colors": {
"light": {
"primary": "#2563eb",
"secondary": "#64748b",
"background": "#ffffff",
"text": "#1e293b",
"sidebar": "#f8fafc"
},
"dark": {
"primary": "#3b82f6",
"secondary": "#94a3b8",
"background": "#0f172a",
"text": "#e2e8f0",
"sidebar": "#1e293b"
}
},
"output_dir": "site",
"home_page": "index.md"
}