-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathzensical.toml
More file actions
88 lines (71 loc) · 2.17 KB
/
zensical.toml
File metadata and controls
88 lines (71 loc) · 2.17 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
[project]
site_name = "t-linter"
site_description = "Intelligent syntax highlighting and validation for Python template strings (PEP 750)"
site_url = "https://t-linter.koxudaxi.dev"
repo_name = "koxudaxi/t-linter"
repo_url = "https://github.com/koxudaxi/t-linter"
nav = [
{ "Overview" = "index.md" },
{ "Installation" = "installation.md" },
{ "Usage" = [
{ "VSCode Extension" = "usage/vscode.md" },
{ "CLI" = [
{ "Check Command" = "usage/cli/check.md" },
{ "Format Command" = "usage/cli/format.md" },
{ "LSP Server" = "usage/cli/lsp.md" },
]},
{ "Configuration" = "usage/configuration.md" },
]},
{ "Supported Languages" = "supported-languages.md" },
{ "Roadmap" = "roadmap.md" },
{ "Changelog" = "changelog.md" },
]
[project.theme]
custom_dir = "overrides"
features = [
"content.code.copy",
"content.code.annotate",
"content.tabs.link",
"navigation.instant",
"navigation.tracking",
"navigation.sections",
"navigation.expand",
"search.highlight",
"search.share",
"toc.follow",
"announce.dismiss",
]
[project.theme.icon]
annotation = "material/arrow-right-circle"
[[project.theme.palette]]
scheme = "slate"
primary = "light blue"
accent = "light blue"
toggle.icon = "material/brightness-4"
toggle.name = "Switch to light mode"
[[project.theme.palette]]
scheme = "default"
primary = "light blue"
accent = "light blue"
toggle.icon = "material/brightness-7"
toggle.name = "Switch to dark mode"
[project.markdown_extensions.pymdownx.highlight]
anchor_linenums = true
line_spans = "__span"
pygments_lang_class = true
[project.markdown_extensions.pymdownx.inlinehilite]
[project.markdown_extensions.pymdownx.snippets]
base_path = "."
[project.markdown_extensions.pymdownx.superfences]
[project.markdown_extensions.pymdownx.tabbed]
alternate_style = true
[project.markdown_extensions.pymdownx.details]
[project.markdown_extensions.pymdownx.emoji]
emoji_index = "zensical.extensions.emoji.twemoji"
emoji_generator = "zensical.extensions.emoji.to_svg"
[project.markdown_extensions.admonition]
[project.markdown_extensions.attr_list]
[project.markdown_extensions.md_in_html]
[project.markdown_extensions.toc]
permalink = true
[project.plugins.search]