-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
50 lines (44 loc) · 1.16 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
site_name: P1sc3s007的个人博客
site_url: https://pisces032.github.io/P1sc3s007JustMyBlog/
site_author: P1sc3s007
site_description: P1sc3s007的个人网站
theme:
name: material
language: zh
features:
- navigation.tabs
- navigation.sections
- navigation.path
- navigation.indexes
- search.suggest
- search.share
- header.autohide
- announce.dismiss
- navigation.footer
- navigation.top
palette:
primary: black
plugins:
- search
- blog:
authors_profiles: true
copyright: Copyright © 2024 P1sc3s007
repo_url: https://github.com/Pisces032/Blog
repo_name: Pisces032/Blog
markdown_extensions:
- toc:
permalink: ⚓︎
toc_depth: 3
- attr_list
- pymdownx.highlight: # 代码块高亮
linenums: true # 显示行号
auto_title: true # 显示编程语言名称
- pymdownx.superfences # 代码块高亮插件
extra:
social:
- icon: fontawesome/brands/bilibili
link: https://space.bilibili.com/40044305
name: Bilibili
- icon: fontawesome/brands/github
link: https://github.com/Pisces032
name: GitHub