-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
32 lines (31 loc) · 836 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
site_name: LocalModules
site_url: https://humanagainstmachine.github.io/LocalModules/
repo_url: https://github.com/HumanAgainstMachine/LocalModules
repo_name: HumanAgainstMachine/LocalModules
nav:
- LocalModules: index.md
- Local Repo: LocalRepo.md
theme:
name: material
icon:
logo: fontawesome/solid/computer
annotation: material/plus-circle
language: en
features:
- navigation.tabs
# - navigation.tabs.sticky
- toc.integrate
- navigation.top
- content.code.copy
- navigation.footer
markdown_extensions:
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- def_list
- admonition
- attr_list
- md_in_html