-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontext.dev.json
More file actions
37 lines (37 loc) · 1016 Bytes
/
context.dev.json
File metadata and controls
37 lines (37 loc) · 1016 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
33
34
35
36
37
{
"_static_url": "/src",
"theme_color_mode": "auto",
"theme_nav_links": [
{
"title": "Examples",
"link": "#",
"children": [
{
"icon": "logos:amp-icon",
"title": "Blog",
"subtitle": "A blog example",
"link": "/blog/"
},
{
"icon": "lucide:podcast",
"title": "Podcast",
"subtitle": "A podcast example",
"link": "/podcast/"
}
]
},
{
"title": "GitHub",
"link": "https://github.com/typlog/theme-ueno",
"new_tab": true
}
],
"theme_github_url": "https://github.com/typlog/theme-nezu",
"theme_bluesky_url": "https://bsky.app/profile/typlog.com",
"theme_social_links": [
],
"theme_github_sponsor_url": "https://github.com/sponsors/lepture",
"theme_patreon_url": "https://patreon.com/lepture",
"theme_afdian_url": "https://afdian.com/a/pythonhunter",
"theme_copyright": "Copy © 2024, <a href='https://typlog.com/'>Typlog</a>"
}