-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
44 lines (33 loc) · 876 Bytes
/
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
site_name: Connectinator
repo_url: https://github.com/West-Davaneel/connectinator
repo_name: West-Davaneel/connectinator
theme:
name: material
favicon: images/connectinator-logo.svg
logo: images/connectinator-logo.svg
icon:
repo: fontawesome/brands/github-square
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
markdown_extensions:
- admonition
- pymdownx.tabbed
- pymdownx.superfences
- pymdownx.details
- pymdownx.snippets
copyright: Copyright © 2021 West Davaneel
extra_css:
- css/termynal.css
extra_javascript:
- js/termynal.js
- js/forms.js
- js/custom.js