-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmkdocs.yml
78 lines (70 loc) · 1.69 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
site_name: MPEI
site_description: MPEI students open library
site_author: Aladdin
site_url: https://mpei.space/
repo_url: https://github.com/Alaladdin/MPEI/
edit_uri: blob/main/docs/
copyright: By <a href="https://github.com/Alaladdin/" target="_blank" rel="nofollow noopener">Alaladdin</a>
theme:
name: material
custom_dir: overrides
language: ru
palette:
scheme: slate
primary: deep purple
accent: deep purple
features:
- navigation.tabs
- navigation.sections
font:
text: Roboto
code: Roboto Mono
icon:
repo: fontawesome/brands/github-alt
tag_manager: GTM-KFJSDNH
markdown_extensions:
- toc:
permalink: '⚓︎'
- admonition
- abbr
- attr_list
- pymdownx.extra
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tilde
- pymdownx.mark
- pymdownx.caret
- pymdownx.details
- pymdownx.arithmatex
# - pymdownx.tasklist:
# custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
plugins:
- awesome-pages
- macros
- search:
lang:
- ru
- en
- git-revision-date-localized:
enable_creation_date: true
type: timeago
time_zone: Europe/Moscow
locale: ru
- minify:
minify_html: true
minify_js: true
htmlmin_opts:
remove_comments: true
js_files:
- /assets/js/main.js
extra_css:
- assets/css/main.css
extra_javascript:
- /assets/js/main.js
- https://cdnjs.cloudflare.com/ajax/libs/medium-zoom/1.0.6/medium-zoom.min.js
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/latest.js?config=TeX-MML-AM_CHTML
extra:
manifest: /manifest.json