generated from xdylanm/modular-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
77 lines (68 loc) · 1.67 KB
/
mkdocs.yml
File metadata and controls
77 lines (68 loc) · 1.67 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
site_name: State Variable Filter
site_author: idyllm
repo_url: https://github.com/xdylanm/state-variable-filter
nav:
- Home: index.md
- Design:
- theory.md
- Second Order Filters: notebook.ipynb
- DC Gain Analysis: dc_gain_analysis.md
- Assembly: assembly.md
- Schematic: assets/svf-1.pdf
theme:
name: material
custom_dir: overrides
features:
- navigation.indexes
- navigation.tabs
font:
text: Radio Canada
code: Roboto Mono
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: bootstrap-icons-1.13.1/toggle-off
name: Switch to dark mode
primary: black
accent: grey
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: bootstrap-icons-1.13.1/toggle-on
name: Switch to light mode
primary: blue grey
accent: indigo
icon:
logo: bootstrap-icons-1.13.1/boombox
plugins:
- search
- include-markdown
- mkdocs-jupyter
- meta
- tags
markdown_extensions:
- pymdownx.arithmatex
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- overrides/.icons
extra_javascript:
- scripts/arithmatex-config.js
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
extra_css:
- stylesheets/extra.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/idyllm
exclude_docs: |
**/assets/*.md
copyright: Copyright © 2025 idyllm