HardwareAllTheThings/mkdocs.yml

71 lines
1.6 KiB
YAML
Raw Permalink Normal View History

2022-09-27 09:47:19 +00:00
site_name: Hardware All The Things
2023-12-24 15:21:16 +00:00
site_description: 'Hardware/IOT Pentesting Wiki'
2023-12-25 21:12:16 +00:00
site_url: https://swisskyrepo.github.io/HardwareAllTheThings
2023-12-24 15:21:16 +00:00
2024-04-15 18:34:04 +00:00
repo_url: https://github.com/swisskyrepo/HardwareAllTheThings
edit_uri: blob/main/docs/
2022-09-27 09:47:19 +00:00
theme:
name: material
custom_dir: overrides
2024-04-15 18:55:13 +00:00
color_mode: auto
user_color_mode_toggle: true
2022-09-27 09:47:19 +00:00
icon:
repo: fontawesome/brands/github
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
2023-11-18 12:43:05 +00:00
- content.code.copy
2024-04-15 18:34:04 +00:00
- content.action.edit
- content.action.view
- content.tooltips
2022-09-27 09:47:19 +00:00
- navigation.tracking
- navigation.top
- search.share
- search.suggest
2022-09-27 09:47:19 +00:00
2023-11-18 12:09:56 +00:00
extra_css:
- custom.css
2022-09-27 09:47:19 +00:00
markdown_extensions:
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- tables
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
2022-09-27 09:47:19 +00:00
plugins:
- search
- git-revision-date-localized
2023-12-24 11:31:52 +00:00
- social
2022-09-27 09:47:19 +00:00
2023-12-24 11:31:52 +00:00
# - meta-descriptions
2022-09-27 09:47:19 +00:00
# insiders-2.12.0 · Plugin · Experimental
# - tags
# - toc.integrate
# - navigation.instant
# logo: 'images/site_logo.png'
# favicon: 'images/favicon.png'