-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathzensical.toml
More file actions
83 lines (70 loc) · 1.97 KB
/
Copy pathzensical.toml
File metadata and controls
83 lines (70 loc) · 1.97 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
[project]
site_name = "detide"
site_description = "Best-practice methodology for de-tiding water level time series"
site_url = "https://oceanmodeling.github.io/detide/"
repo_url = "https://github.com/oceanmodeling/detide"
repo_name = "oceanmodeling/detide"
docs_dir = "docs"
site_dir = "site"
nav = [
{"Home" = "index.md"},
]
[project.theme]
features = [
"navigation.tabs",
"navigation.path",
"navigation.top",
"toc.integrate",
"content.code.copy",
"content.code.annotate",
]
[project.theme.icon]
logo = "material/waves"
# Palette toggle for automatic mode
[[project.theme.palette]]
media = "(prefers-color-scheme)"
toggle.icon = "lucide/sun-moon"
toggle.name = "Switch to light mode"
# Palette toggle for light mode
[[project.theme.palette]]
media = "(prefers-color-scheme: light)"
scheme = "default"
primary = "blue"
accent = "cyan"
toggle.icon = "lucide/sun"
toggle.name = "Switch to dark mode"
# Palette toggle for dark mode
[[project.theme.palette]]
media = "(prefers-color-scheme: dark)"
scheme = "slate"
primary = "blue"
accent = "cyan"
toggle.icon = "lucide/moon"
toggle.name = "Switch to system preference"
# admonitions
[project.markdown_extensions.admonition]
[project.markdown_extensions.pymdownx.details]
[project.markdown_extensions.pymdownx.superfences]
# lists
[project.markdown_extensions.def_list]
[project.markdown_extensions.pymdownx.tasklist]
custom_checkbox = true
# emojis
[project.markdown_extensions.attr_list]
[project.markdown_extensions.pymdownx.emoji]
# code snippets
[project.markdown_extensions.pymdownx.highlight]
anchor_linenums = true
line_spans = "__span"
pygments_lang_class = true
[project.markdown_extensions.pymdownx.snippets]
[project.markdown_extensions.pymdownx.inlinehilite]
# tabbed content
[project.markdown_extensions.pymdownx.tabbed]
alternate_style = true
# tables and HTML in markdown
[project.markdown_extensions.tables]
[project.markdown_extensions.md_in_html]
# table of contents
[project.markdown_extensions.toc]
permalink = true