-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathzensical.toml
More file actions
108 lines (95 loc) · 3.29 KB
/
Copy pathzensical.toml
File metadata and controls
108 lines (95 loc) · 3.29 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
[project]
site_name = "CipherPortfolio"
site_description = "Technical documentation for CipherPortfolio — the official Cipher Unit portfolio site built with Next.js 16, React 19, TypeScript, and Tailwind CSS v4."
site_author = "Cipher Unit"
site_url = "https://cipherunits.github.io/CipherPortfolio/"
copyright = "Copyright © 2026 Cipher Unit"
repo_url = "https://github.com/cipherunits/CipherPortfolio"
repo_name = "cipherunits/CipherPortfolio"
docs_dir = "docs"
site_dir = "site"
logo = "CipherUnit.png"
favicon = "CipherUnit.png"
nav = [
{ "Home" = "README.md" },
{ "Project Overview" = "1-project-overview.md" },
{ "Architecture" = "2-architecture.md" },
{ "Routes & Pages" = "3-routes-and-pages.md" },
{ "Components" = "4-components.md" },
{ "Development" = "5-development.md" },
{ "SEO & Metadata" = "6-seo.md" },
{ "Content Updates" = "7-content-update-guide.md" },
{ "Known Issues" = "8-known-issues.md" },
{ "CLI & Commands" = "9-cli-commands.md" },
{ "Configuration" = "10-configuration.md" },
{ "Troubleshooting" = "11-troubleshooting.md" },
]
features = [
"announce.dismiss",
"content.code.annotate",
"content.code.copy",
"content.code.select",
"content.footnote.tooltips",
"content.tabs.link",
"content.tooltips",
"navigation.footer",
"navigation.indexes",
"navigation.instant",
"navigation.instant.prefetch",
"navigation.path",
"navigation.sections",
"navigation.top",
"navigation.tracking",
"search.highlight",
"toc.follow",
]
language = "en"
[[project.theme.palette]]
scheme = "default"
toggle.icon = "lucide/sun"
toggle.name = "Switch to dark mode"
[[project.theme.palette]]
scheme = "slate"
toggle.icon = "lucide/moon"
toggle.name = "Switch to light mode"
[project.markdown_extensions.abbr]
[project.markdown_extensions.admonition]
[project.markdown_extensions.attr_list]
[project.markdown_extensions.def_list]
[project.markdown_extensions.footnotes]
[project.markdown_extensions.md_in_html]
[project.markdown_extensions.toc]
permalink = true
[project.markdown_extensions.pymdownx.arithmatex]
generic = true
[project.markdown_extensions.pymdownx.betterem]
[project.markdown_extensions.pymdownx.caret]
[project.markdown_extensions.pymdownx.details]
[project.markdown_extensions.pymdownx.emoji]
emoji_generator = "zensical.extensions.emoji.to_svg"
emoji_index = "zensical.extensions.emoji.twemoji"
[project.markdown_extensions.pymdownx.highlight]
anchor_linenums = true
line_spans = "__span"
pygments_lang_class = true
[project.markdown_extensions.pymdownx.inlinehilite]
[project.markdown_extensions.pymdownx.keys]
[project.markdown_extensions.pymdownx.magiclink]
[project.markdown_extensions.pymdownx.mark]
[project.markdown_extensions.pymdownx.smartsymbols]
[project.markdown_extensions.pymdownx.superfences]
custom_fences = [
{ name = "mermaid", class = "mermaid", format = "pymdownx.superfences.fence_code_format" }
]
[project.markdown_extensions.pymdownx.tabbed]
alternate_style = true
combine_header_slug = true
[project.markdown_extensions.pymdownx.tasklist]
custom_checkbox = true
[project.markdown_extensions.pymdownx.tilde]
[[project.extra.social]]
icon = "fontawesome/brands/github"
link = "https://github.com/cipherunits/CipherPortfolio"
[[project.extra.social]]
icon = "fontawesome/solid/globe"
link = "https://cipherunit.xyz"