Skip to content

Commit 74bb856

Browse files
committed
Fix nav, add light/dark theme toggle and site links
1 parent d5bc224 commit 74bb856

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

zensical.toml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,33 @@ nav = [
1010
{"Trust Bundles" = "trust-bundles.md"},
1111
{"Deployment" = "deployment.md"},
1212
{"Troubleshooting" = "troubleshooting.md"},
13+
{"schemapin.org" = "https://schemapin.org"},
1314
]
1415

1516
[project.repository]
1617
url = "https://github.com/ThirdKeyAI/SchemaPin"
18+
19+
[[project.theme.palette]]
20+
scheme = "default"
21+
toggle.icon = "lucide/sun"
22+
toggle.name = "Switch to dark mode"
23+
24+
[[project.theme.palette]]
25+
scheme = "slate"
26+
toggle.icon = "lucide/moon"
27+
toggle.name = "Switch to light mode"
28+
29+
[[project.extra.social]]
30+
icon = "fontawesome/brands/github"
31+
link = "https://github.com/ThirdKeyAI/SchemaPin"
32+
name = "SchemaPin on GitHub"
33+
34+
[[project.extra.social]]
35+
icon = "fontawesome/solid/globe"
36+
link = "https://schemapin.org"
37+
name = "schemapin.org"
38+
39+
[[project.extra.social]]
40+
icon = "fontawesome/solid/shield-halved"
41+
link = "https://thirdkey.ai"
42+
name = "ThirdKey"

0 commit comments

Comments
 (0)