-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
62 lines (61 loc) · 1.31 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
site_name: BLUE TEAM LABS
site_url: https://blueteamlabs.io/
repo_url: https://github.com/blueteamboss/blueteamlabs.io
theme:
name: material
palette:
scheme: slate
primary: black
accent: cyan
font:
text: Arial
code: JetBrains Mono
logo: docs/assets/btl_no_background.png
favicon: docs/assets/favicon.svg
nav:
- index.md
- blog/index.md
- Lab Architecture:
- arch/index.md
- arch/network-security.md
- arch/virtualization.md
- resources.md
- about.md
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.emoji
- pymdownx.keys
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.tilde
- attr_list
- md_in_html
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.blocks.caption:
prepend: true
plugins:
- blog:
blog_toc: true
pagination: true
post_excerpt: required
pagination_per_page: 10
archive_date_format: MMMM yyyy
- glightbox:
touchNavigation: true
loop: false
effect: zoom
slide_effect: slide
width: 100%
height: auto
zoomable: true
draggable: true
skip_classes:
- custom-skip-class-name
auto_caption: false
caption_position: bottom
background: white
shadow: true
manual: false