-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
82 lines (82 loc) · 2.2 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
74
75
76
77
78
79
80
81
82
site_name: littlefish
site_author: Tony Xiang
site_description: A bot for minesweeper league.
nav:
- "小鱼": README.md
- "指南":
- "功能与指令": guide/normal.md
- "配置与部署": guide/advanced.md
- "了解更多":
- "参与贡献": misc/contribution.md
- "更新日志": misc/changelog.md
- "已经触发的彩蛋": misc/easter.md
theme:
name: material
custom_dir: docs/overrides
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue
accent: orange
toggle:
icon: material/weather-sunny
name: Dark
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: orange
accent: blue
toggle:
icon: material/weather-night
name: Light
language: zh
icon:
logo: material/fish
repo: fontawesome/brands/github
favicon: ./icons/material/fish.svg
features:
- content.code.copy
- navigation.footer
- navigation.instant
- navigation.instant.progress
- navigation.top
- navigation.tracking
- search.suggest
- search.highlight
copyright: Copyright © 2020-2023 Tony Xiang <br> Licensed under AGPL 3.0
repo_url: https://github.com/T0nyX1ang/littlefish
repo_name: T0nyX1ang/littlefish
plugins:
- search
- git-revision-date-localized:
type: timeago
locale: zh
fallback_to_build_date: true
markdown_extensions:
- admonition
- attr_list
- pymdownx.arithmatex:
generic: true
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tilde
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- toc:
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
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
- stylesheets/print-page.css