-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
66 lines (58 loc) · 1.78 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
63
64
65
66
site_name: The Hacking Handbook
site_description: The encyclopedia for offensive security in the cloud.
site_url: https://0xeval.github.io/
docs_dir: content
theme:
name: material
# logo: images/logo.png
# favicon: images/logo.png
# custom_dir: overrides
icon:
repo: fontawesome/brands/github
features:
- navigation.instant # ref: https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#instant-loading
- navigation.indexes
- navigation.tracking
- navigation.sections # ref: https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#with-sections
# - navigation.tabs
palette:
- scheme: default
primary: black
toggle:
icon: material/lightbulb
name: Switch to Dark Mode
- scheme: slate
primary: black
toggle:
icon: material/lightbulb-outline
name: Switch to Light Mode
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences # allows for nested markdown blocks
plugins:
- search
- awesome-pages # https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin
##plugins:
# - search
# - rss: # non-standard
# length: 200
# - awesome-pages # non-standard
# - minify:
# minify_html: true
# minify_js: true
# minify_css: true
repo_url: https://github.com/0xEval/0xeval.github.io
repo_name: 0xeval/hackinghandbook
extra:
social:
# - icon: fontawesome/brands/mastodon
# link: https://infosec.exchange/@hackingthecloud
- icon: fontawesome/brands/twitter
link: https://twitter.com/0xEval
# - icon: fontawesome/brands/linkedin
# link: https://www.linkedin.com/in/nick-frichette/
- icon: fontawesome/brands/github
link: https://github.com/0xEval/0xeval.github.io