-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
78 lines (75 loc) · 1.83 KB
/
mkdocs.yml
File metadata and controls
78 lines (75 loc) · 1.83 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
site_name: H5CPP Compiler
site_url: https://steven-varga.ca
site_description: H5CPP — Reverse Schema Compiler for C and C++
site_author: Steven Varga
copyright: Steven Varga
docs_dir: docs
twitter_handle: "@vargaconsulting"
nav:
- Introduction: index.md
plugins:
- search
theme:
name: material
custom_dir: docs/overrides
features:
- navigation.instant
- search.suggest
- content.code.copy
- content.tooltips
icon:
admonition:
palette:
- scheme: solarized
primary: orange
toggle:
icon: material/lightbulb
name: Switch to dark mode
- scheme: slate
primary: orange
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
extra:
social:
- icon: material/whatsapp
link: https://wa.me/16475611829
- icon: material/email-fast
link: mailto:steven@vargaconsulting.ca
- icon: material/twitter
link: https://x.com/vargaconsulting
- icon: material/linkedin
link: https://www.linkedin.com/in/steven-varga-04224a19/
- icon: material/github
link: https://github.com/vargaconsulting
analytics:
provider: google
property: G-XCXX1L29GM
markdown_extensions:
- admonition
- attr_list
- md_in_html
- tables
- footnotes
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.details
- pymdownx.superfences
- pymdownx.blocks.caption
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.critic
- pymdownx.keys
- pymdownx.snippets:
extra_javascript:
- https://cdn.tailwindcss.com
- javascripts/tw-config.js
- https://cdn.jsdelivr.net/npm/asciinema-player@3.0.1/dist/bundle/asciinema-player.js
extra_css:
- styles/custom.css
- styles/background.css