-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
67 lines (58 loc) · 1.41 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
site_name: SecNotes
theme:
logo: assets/logo.png
name: material
features:
#- navigation.tabs
- navigation.footer
- navigation.top # 一键回顶部
palette:
# Palette toggle for light mode
- scheme: default
primary: white
toggle:
icon: material/weather-sunny
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: grey
toggle:
icon: material/weather-night
name: Switch to light mode
# 仓库链接
repo_url: https://github.com/h4m5t/SecNotes
repo_name: h4m5t/SecNotes
# 作者
site_author: 'h4m5t'
# 版权信息
copyright: Copyright © 2023 h4m5t
# 源文件目录
docs_dir: 'docs'
# 生成静态文件目录
# site_dir: 'site'
# 额外信息
extra:
# 版本号
version: 1.0
social:
- icon: fontawesome/brands/zhihu
link: https://www.zhihu.com/people/h4m5t
- icon: fontawesome/brands/github
link: https://github.com/h4m5t
- icon: fontawesome/brands/twitter
link: https://twitter.com/h4m5t
- icon: fontawesome/brands/medium
link: https://medium.com/@h4m5t
# markdown扩展
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.inlinehilite
# 导航
# nav:
# - Home: index.md
# - Getting started:
# - Installation: install.md
# - Reference:
# - Reference: reference.md