-
-
Notifications
You must be signed in to change notification settings - Fork 135
Expand file tree
/
Copy pathzensical.toml
More file actions
86 lines (77 loc) · 2.32 KB
/
Copy pathzensical.toml
File metadata and controls
86 lines (77 loc) · 2.32 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
[project]
site_name = "oterm"
site_description = "the terminal client for Ollama, OpenAI, Anthropic, and any pydantic-ai-supported provider."
site_url = "https://ggozad.github.io/oterm/"
repo_url = "https://github.com/ggozad/oterm"
repo_name = "ggozad/oterm"
site_author = "Yiorgis Gozadinos"
copyright = "Copyright © 2023–2026 Yiorgis Gozadinos"
extra_css = ["stylesheets/extra.css"]
nav = [
{ oterm = [
"index.md",
{ Features = "features.md" },
{ Installation = "installation.md" },
{ "Commands & shortcuts" = "commands.md" },
] },
{ "Chat parameters" = "parameters.md" },
{ "Model Context Protocol" = ["mcp/index.md"] },
{ Tools = ["tools/index.md"] },
{ Configuration = "app_config.md" },
{ "Debugging / Development" = ["development/index.md"] },
{ "RAG example" = "rag_example.md" },
]
[project.theme]
custom_dir = "overrides"
font.code = "JetBrains Mono"
favicon = "img/favicon.svg"
features = [
"announce.dismiss",
"content.code.annotate",
"content.code.copy",
"content.code.select",
"content.footnote.tooltips",
"content.tooltips",
"navigation.expand",
"navigation.footer",
"navigation.indexes",
"navigation.instant",
"navigation.instant.prefetch",
"navigation.instant.progress",
"navigation.top",
"navigation.tracking",
"search.highlight",
"toc.follow",
]
[project.theme.icon]
repo = "fontawesome/brands/git-alt"
[[project.theme.palette]]
media = "(prefers-color-scheme)"
toggle.icon = "lucide/sun-moon"
toggle.name = "Switch to light mode"
[[project.theme.palette]]
media = "(prefers-color-scheme: light)"
scheme = "default"
primary = "deep purple"
accent = "amber"
toggle.icon = "lucide/sun"
toggle.name = "Switch to dark mode"
[[project.theme.palette]]
media = "(prefers-color-scheme: dark)"
scheme = "slate"
primary = "deep purple"
accent = "amber"
toggle.icon = "lucide/moon"
toggle.name = "Switch to system preference"
[[project.extra.social]]
icon = "fontawesome/brands/github"
link = "https://github.com/ggozad/oterm"
name = "oterm on GitHub"
[[project.extra.social]]
icon = "simple/pypi"
link = "https://pypi.org/project/oterm/"
name = "oterm on PyPI"
[[project.extra.social]]
icon = "fontawesome/brands/bluesky"
link = "https://bsky.app/profile/ggozad.bsky.social"
name = "@ggozad.bsky.social on Bluesky"