-
Notifications
You must be signed in to change notification settings - Fork 102
Expand file tree
/
Copy pathmkdocs.yml
More file actions
39 lines (35 loc) · 762 Bytes
/
mkdocs.yml
File metadata and controls
39 lines (35 loc) · 762 Bytes
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
site_name: Infosec Getting Started
theme:
name: material
custom_dir: overrides
palette:
scheme: slate
accent: green
primary: black
icon:
repo: fontawesome/brands/github
features:
- navigation.indexes
extra:
social:
- icon: fontawesome/brands/mastodon
link: https://infosec.exchange/@gradius
name: gradius
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- attr_list
- md_in_html
- pymdownx.superfences
plugins:
- search
- tags
- offline
repo_url: https://github.com/gradiuscypher/infosec_getting_started/
repo_name: infosec_getting_started