-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmkdocs.yml
86 lines (78 loc) · 2.06 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
site_name: شاززز
site_url: https://shaazzz.ir
site_author: shaazzz
site_description: وبسایت آزاد المپیاد کامپیوتر
copyright: |
تمامی مطالب این وبسایت تحت پروانه
<a href="https://creativecommons.org/licenses/by-sa/4.0/" target="_blank" style="color: #4ab6f1">CC-BY-SA</a>
در دسترس است.
theme:
name: material
custom_dir: overrides
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/weather-sunny
name: تم روشن
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-night
name: تم تیره
language: fa
font:
text: Vazirmatn
code: Source Code Pro
logo: assets/images/sid.png
favicon: assets/images/sid.png
features:
- navigation.tabs
- content.code.copy
nav:
- index.md
- شازززگاید: https://guide.shaazzz.ir/
- کتاب گراف: https://gtoi.shaazzz.ir/
- last-years.md
- archive.md
extra_css:
- stylesheets/extra.css
extra_javascript:
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
extra:
social:
- icon: material/web
link: https://shaazzz.ir
name: وبسایت
- icon: fontawesome/brands/github
link: https://github.com/shaazzz
name: گیتهاب
- icon: fontawesome/brands/telegram
link: https://t.me/shaazzz
name: تلگرام
plugins:
- search
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.snippets
- tables
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- md_in_html
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.arithmatex:
generic: true