-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
93 lines (87 loc) · 2.54 KB
/
mkdocs.yml
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
89
90
91
92
93
---
site_name: cook-docs
site_description: A tool for automatically generating markdown documentation for cooklang recipes
site_author: Nicholas Wilde
site_url: https://nicholaswilde.io/cook-docs
copyright: Copyright © 2022 Nicholas Wilde
dev_addr: '0.0.0.0:8000'
repo_url: https://github.com/nicholaswilde/cook-docs
repo_name: nicholaswilde/cook-docs
edit_uri: "edit/main/docs/"
theme:
name: material
icon:
repo: fontawesome/brands/github
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- navigation.tracking
- navigation.top
nav:
- Home: index.md
- About: about.md
- Installation: installation.md
- Usage: usage.md
- Configuration: configuration.md
- Templates: templates.md
- Contributing: CONTRIBUTING.md
- Code of Conduct: CODE_OF_CONDUCT.md
extra:
social:
- icon: fontawesome/solid/house
link: https://nicholaswilde.io/
- icon: fontawesome/brands/github
link: https://github.com/nicholaswilde
- icon: fontawesome/brands/twitter
link: https://twitter.com/nicholascwilde
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/wildewoodworking/
- icon: fontawesome/brands/linkedin-in
link: https://www.linkedin.com/in/nicholaswilde
- icon: fontawesome/brands/facebook
link: https://www.facebook.com/nicholas.wilde/
- icon: fontawesome/brands/keybase
link: https://keybase.io/nicholaswilde
- icon: fontawesome/solid/key
link: https://github.com/nicholaswilde.gpg
plugins:
- search
- minify:
minify_html: true
markdown_extensions:
- toc:
permalink: true
- attr_list
- md_in_html
- admonition
- tables
- pymdownx.arithmatex:
generic: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.details
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.magiclink:
repo_url_shorthand: true
user: nicholaswilde
repo: recipes
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js