-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
73 lines (69 loc) · 2.07 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
68
69
70
71
72
73
# Project information
site_name: MMD-YBK
site_url: https://github.com/Asterecho/MMDYBK
site_author: 小熊
site_description: MMDYBK杂志社
# Configuration
theme:
name: 'material'
custom_dir: overrides
palette:
primary: 'white'
accent: 'orange'
features:
- navigation.tabs # 使用Tab来进行分类
- navigation.top # 返回顶部的按钮 在上滑时出现
- navigation.indexes # Tab会有一个index.md 而不是在打开Tab时打开第一篇文章
- navigation.expand # 打开Tab时左侧目录全部展开
- search.suggest # 搜索输入一些字母时推荐补全整个单词
- search.highlight # 搜索出的文章关键词加入高亮
language: zh # 一些提示性的文字会变成中文
logo: \image\logo.png
favicon: \image\logo.png
copyright: Copyright © 2023 MMD-YBK
extra_css:
- 'stylesheets/extra2.css'
extra:
social: # icons
- icon: fontawesome/brands/bilibili
link: https://space.bilibili.com/30847042
name: Bilibili | 吃爆米花的小熊 # 鼠标悬浮提示
- icon: fontawesome/solid/paper-plane
link: mailto:<[email protected]>
name: 邮箱地址
- icon: fontawesome/brands/github
link: https://github.com/Asterecho
name: Gayhub | Asterecho # 鼠标悬浮提示
- icon: simple/gitee
link: https://gitee.com/toolkit
name: 码云 | Toolkit
# Extensions
markdown_extensions:
- markdown.extensions.admonition
- markdown.extensions.codehilite:
guess_lang: false
- markdown.extensions.def_list
- markdown.extensions.footnotes
- markdown.extensions.meta
- markdown.extensions.toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
plugins:
- search
- roamlinks