-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
101 lines (94 loc) · 2.26 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
# Project information
site_name: 东林机电辩论队
site_description: 东北林业大学机电辩论队
site_url: https://ittuann.github.io/NEFU-CMEE-DebateTeam/
# Repository
repo_name: ittuann/NEFU-CMEE-DebateTeam
repo_url: https://github.com/ittuann/NEFU-CMEE-DebateTeam
edit_uri: edit/main/docs/
# Configuration
theme:
name: material
font:
text: Roboto
code: Roboto Mono
features:
- navigation.top
- navigation.footer
- navigation.tracking
- content.code.copy
- content.action.edit
- instant
- header.autohide
- search.suggest
- search.share
logo: assets/images/favicon.png
favicon: assets/images/favicon.png
icon:
repo: fontawesome/brands/github
edit: material/pencil
language: zh
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: green
accent: light green
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: deep purple
toggle:
icon: material/brightness-4
name: Switch to light mode
site_author: ittuann
copyright: CC BY-NC-SA 4.0
# Extensions
markdown_extensions:
- admonition
- footnotes
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.critic
- pymdownx.details
- pymdownx.betterem
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- markdown.extensions.def_list
- meta
- toc:
permalink: true
plugins:
- search:
lang: ja
indexing: titles
- git-revision-date-localized:
enable_creation_date: true
type: iso_date
- awesome-pages
# Extra
extra:
social:
- icon: fontawesome/brands/trello
link: https://trello.com
- icon: fontawesome/brands/blogger-b
link: https://ittuann.github.io
- icon: fontawesome/brands/github
link: https://github.com/ittuann
# Navigation
nav:
- 首页: index.md
# - 贡献指南:
- 辩论类型:
- 事实辩: type/factual.md