forked from alanpich/tvImagePlus
-
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathzensical.toml
More file actions
86 lines (72 loc) · 2.18 KB
/
zensical.toml
File metadata and controls
86 lines (72 loc) · 2.18 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 = "Image+"
site_description = "Documentation for Image+, the advanced image template variable for MODX."
site_author = "Treehill Studio"
site_url = "https://jako.github.io/ImagePlus/"
repo_url = "https://github.com/Jako/ImagePlus/"
repo_name = "Jako/ImagePlus"
copyright = """
© 2012-2014 <a href="https://github.com/alanpich">Alan Pich</a>, 2015-2026 <a href="https://treehillstudio.com">Treehill Studio</a>
"""
nav = [
"index.md",
"installation.md",
"getting-started.md",
"usage.md",
"examples.md",
"changelog.md",
"contributors.md"
]
extra_css = ["assets/stylesheets/treehillstudio.css"]
[project.theme]
custom_dir = "/Users/jako/Documents/MODX/Zensical/TreehillStudio"
favicon = "assets/favicon.png"
language = "en"
features = [
"announce.dismiss",
"content.code.annotate",
"content.code.copy",
"content.code.select",
"content.footnote.tooltips",
"content.tabs.link",
"content.tooltips",
"navigation.indexes",
"navigation.instant",
"navigation.instant.prefetch",
"navigation.path",
"navigation.top",
"navigation.tracking",
"search.highlight",
]
[[project.theme.palette]]
scheme = "default"
toggle.icon = "lucide/sun"
toggle.name = "Switch to dark mode"
[[project.theme.palette]]
scheme = "slate"
primary = "green"
toggle.icon = "lucide/moon"
toggle.name = "Switch to light mode"
[project.extra.analytics]
provider = "matomo"
url = "matomo.treehillstudio.com"
site = 40
[[project.extra.social]]
name = "Jako on GitHub"
icon = "fontawesome/brands/github"
link = "https://github.com/Jako"
[project.markdown_extensions.attr_list]
[project.markdown_extensions.admonition]
[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.footnotes]
[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 = ["docs", "core"]
[project.markdown_extensions.pymdownx.superfences]