forked from nefarius/ViGEm.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
51 lines (47 loc) · 1.32 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
site_name: Virtual Gamepad Emulation Framework
site_url: https://vigem.org
repo_url: https://github.com/ViGEm/ViGEm.github.io
site_description: Projects devoted to USB input device emulation and game peripherals reverse engineering
copyright: |
Copyright © 2020 - 2022 <a href="https://github.com/nefarius" target="_blank" rel="noopener">Benjamin Höglinger-Stelzer</a>
theme:
name: material
favicon: images/favicon.png
palette:
primary: teal
features:
- navigation.tabs
custom_dir: overrides
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/ViGEm
- icon: fontawesome/brands/discord
link: https://discord.vigem.org
extra_css:
- stylesheets/extra.css
- stylesheets/glightbox.css
extra_javascript:
- javascripts/glightbox.js
- javascripts/main.js
plugins:
- search:
lang: en
markdown_extensions:
- admonition:
- attr_list:
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight:
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences:
- pymdownx.keys:
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.details:
- pymdownx.tilde:
- pymdownx.magiclink:
repo_url_shorthand: true
social_url_shorthand: true