-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
47 lines (43 loc) · 1.24 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
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: SiriusA's CTF Writeups
site_description: Colletions of CTF writeups and other security tips
site_url: https://sirius-a.github.io/ctf-writeups/
repo_url: https://github.com/Sirius-A/ctf-writeups
edit_uri: tree/main/docs/
theme:
name: material
features:
- navigation.sections
- navigation.indexes
- navigation.expand
- navigation.footer
- content.action.view
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: black
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
toggle:
icon: material/brightness-4
name: Switch to light mode
icon:
logo: material/file-document-multiple-outline
view: material/pencil
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
plugins:
- tags
- social