-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
59 lines (53 loc) · 1.26 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
site_name: "Hunt Down The Freeman: Tech Docs"
site_description: 'Docs for features in HDTF'
site_author: 'Nbc66'
site_url: 'https://nbc66.github.io/hdtf_docs/'
repo_url: https://github.com/Nbc66/hdtf_docs
repo_name: "Nbc66/hdtf_docs"
# site_name: "Hunt Down The Freeman: Technical Documentation"
plugins:
- search
- glightbox:
touchNavigation: true
loop: false
effect: fade
slide_effect: slide
width: 100vh
height: auto
zoomable: true
draggable: true
auto_caption: false
caption_position: bottom
- macros:
include_dir: _includes
theme:
features:
- navigation.tabs
favicon: images/icon/hdtf_icon.jpg
logo: images/icon/hdtf_icon.jpg
name: material
palette:
scheme: slate
accent: red
primary: custom
highlightjs: true
custom_dir: 'theme'
hljs_languages:
- yaml
- rust
- c++
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.inlinehilite
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true