-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
64 lines (58 loc) · 1.58 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
site_name: CTF Docs
theme:
name: material
favicon: assets/img/favicon.ico
logo: assets/img/favicon.ico
icon:
repo: fontawesome/brands/gitlab
features:
- navigation.instant
- navigation.tabs
- navigation.top
- search.suggest
- search.highlight
palette:
- scheme: default
primary: black
accent: red
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: black
accent: red
toggle:
icon: material/brightness-auto
name: Switch to light mode
repo_url: https://github.com/xanhacks/ctf-docs
repo_name: xanhacks/ctf-docs
extra:
homepage: https://docs.xanhacks.xyz/
base_url: https://docs.xanhacks.xyz/
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/xanhacks
- icon: fontawesome/brands/gitlab
link: https://gitlab.com/xanhacks
- icon: fontawesome/solid/globe
link: https://xanhacks.xyz
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- meta
- admonition
- def_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
plugins:
- macros
- search
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/highlight.min.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- assets/js/config.js
- assets/js/mathjax.js
extra_css:
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/styles/default.min.css