-
Notifications
You must be signed in to change notification settings - Fork 74
Expand file tree
/
Copy pathmkdocs.yml
More file actions
138 lines (127 loc) · 3.65 KB
/
mkdocs.yml
File metadata and controls
138 lines (127 loc) · 3.65 KB
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
# Project information
site_name: SecToolKit
site_url: https://tool.tjsec.cn/
site_author: 探姬
site_description: 收录常用 / 前沿 的安全工具以及其文档,覆盖CTF和实战渗透领域,努力的尝试清除信息差。
# docs_dir: build
# Repository
repo_name: SecToolKit
repo_url: https://github.com/ProbiusOfficial/SecToolKit
edit_uri: https://github.com/ProbiusOfficial/SecToolKit/tree/main/docs/
# Copyright
copyright: Copyright © 2023 探姬
# Configuration
theme:
name: material
# custom_dir: overrides
language: zh
features:
# - announce.dismiss # 通知关闭
- content.action.edit # 编辑操作
- content.action.view # 查看操作
- content.code.annotate # 代码注释
- content.code.copy # 复制代码
- content.tabs.link # 标签链接
- content.tooltips # 工具提示
# - header.autohide # 自动隐藏头部
# - navigation.expand # 展开导航
- navigation.indexes # 导航索引
- navigation.instant # 即时导航
# - navigation.prune # 导航修剪
# - navigation.sections # 导航节
- navigation.tabs # 导航标签
# - navigation.tabs.sticky # 固定导航标签
- navigation.top # 导航顶部
- navigation.footer # 导航底部
- navigation.tracking # 导航跟踪
- search.highlight # 搜索高亮
- search.share # 搜索分享
- search.suggest # 搜索建议
- toc.follow # 目录跟随
# - toc.integrate # 目录整合
palette:
- scheme: default
primary: white
# accent: indigo
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- scheme: slate
primary: grey
# accent: indigo
toggle:
icon: material/weather-night
name: Switch to light mode
font:
text: Noto Sans SC
code: Fira Code
favicon: assets/images/favicon.png
logo: assets/images/logo.png
icon:
logo: logo
repo: fontawesome/brands/github
edit: material/file-edit-outline
extra:
disqus: 'open'
social:
- icon: fontawesome/brands/github
link: https://github.com/probiusofficial
- icon: fontawesome/brands/twitter
link: https://twitter.com/probiusofficial
- icon: fontawesome/solid/video
link: https://space.bilibili.com/27109929
generator: false
# Plugins
plugins:
- search
# - blog
# Extensions
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
# - pymdownx.emoji:
# emoji_index: !!python/name:materialx.emoji.twemoji
# emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.keys
# - pymdownx.magiclink:
# repo_url_shorthand: true
# user: squidfunk
# repo: mkdocs-material
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
extra_javascript:
# - javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
extra_css:
- stylesheets/extra.css
# Page tree
nav:
- 主页:
- index.md
- CTF工具: CTF.md
- 渗透工具: Pene.md
- 钓鱼手册: PhishingBook.md
- 星链计划: StarLink.md