-
-
Notifications
You must be signed in to change notification settings - Fork 217
/
mkdocs.yml
81 lines (73 loc) · 2.12 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
site_name: Hacking The Cloud
site_description: The encyclopedia for offensive security in the cloud.
site_url: https://hackingthe.cloud/
docs_dir: content
theme:
name: material
logo: assets/logo.png
favicon: assets/favicon.png
custom_dir: overrides
icon:
repo: fontawesome/brands/github
features:
# - navigation.instant Add this at a later date
- navigation.tabs
- navigation.indexes
- content.action.edit
palette:
- scheme: slate
primary: red
toggle:
icon: material/toggle-switch-off-outline
name: Switch to Dark Mode
- scheme: default
primary: red
toggle:
icon: material/toggle-switch
name: Switch to Light Mode
markdown_extensions:
- meta
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- toc:
permalink: true
plugins:
- search
- rss: # non-standard
length: 200
- awesome-pages # non-standard
- minify:
minify_html: true
minify_js: true
minify_css: true
- redirects:
redirect_maps:
'aws/post_exploitation/aws_consoler.md': 'aws/post_exploitation/create_a_console_session_from_iam_credentials.md'
- glightbox: # non-standard
extra_javascript:
- javascripts/matomo.min.js
extra_css:
- stylesheets/extra.css
repo_name: Hacking The Cloud
repo_url: https://github.com/Hacking-the-Cloud/hackingthe.cloud
edit_uri: edit/main/content/
extra:
social:
- icon: fontawesome/brands/mastodon
link: https://infosec.exchange/@hackingthecloud
- icon: fontawesome/brands/bluesky
link: https://bsky.app/profile/hackingthe.cloud
- icon: fontawesome/brands/twitter
link: https://x.com/HackingthCloud
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/hacking-the-cloud/
- icon: fontawesome/brands/github
link: https://github.com/Hacking-the-Cloud
- icon: fontawesome/solid/rss
link: https://hackingthe.cloud/feed_rss_created.xml