-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
196 lines (185 loc) · 4.9 KB
/
mkdocs.yml
File metadata and controls
196 lines (185 loc) · 4.9 KB
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
site_name: Логово медведя
site_description: Обзоры полезных модификаций для Simple Machines Forum (SMF)
site_author: Bugo
site_url: https://dragomano.ru/
repo_url: https://github.com/dragomano/SMF-Blog
edit_uri: edit/main/docs/
copyright: © Bugo, 2009—2026
theme:
name: material
custom_dir: overrides
logo: assets/logo.svg
language: ru
icon:
tag:
default: material/tag
star: material/star
hooks: material/webhook
smf-2-0: material/forum
smf-2-1: material/forum
smf-3-0: material/forum
favicon: assets/favicon.png
features:
- navigation.top
- navigation.instant
- navigation.instant.progress
- navigation.instant.prefetch
- navigation.tracking
- navigation.indexes
- navigation.footer
- navigation.sections
- navigation.path
- navigation.tabs
- navigation.tabs.sticky
- search.highlight
- search.share
- search.suggest
- toc.follow
- content.tabs.link
- content.code.copy
- content.code.select
- content.code.annotate
- content.action.edit
font:
text: Inter
code: Fira Code
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
primary: blue grey
scheme: default
toggle:
icon: material/weather-night
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
primary: black
accent: orange
scheme: slate
toggle:
icon: material/weather-sunny
extra:
generator: false
social:
- icon: material/creative-commons
link: https://creativecommons.org/licenses/by-nc-sa/4.0/deed.ru
name: Лицензия CC BY-NC-SA 4.0
- icon: material/github
link: https://github.com/dragomano/SMF-Blog
name: GitHub
- icon: material/sitemap
link: /sitemap.xml
name: Sitemap
- icon: material/rss
link: /rss.xml
name: RSS
status:
new: Новое
deprecated: Скоро будет удалено
tags:
рейтинг: star
хуки: hooks
SMF 2.0: smf-2-0
SMF 2.1: smf-2-1
SMF 3.0: smf-3-0
extra_javascript:
- extra.js
extra_css:
- extra.css
markdown_extensions:
- meta
- tables
- smarty
- toc:
permalink: ⚓︎
permalink_title: Постоянная ссылка
toc_depth: 2
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- admonition
- pymdownx.details
- pymdownx.critic
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- md_in_html
- attr_list
- pymdownx.keys
hooks:
- hooks/fonts.py
- hooks/navigation.py
- hooks/related.py
- hooks/sort_tags.py
plugins:
# - offline:
# enabled: !ENV [OFFLINE, false]
- redirects: # pip install mkdocs-redirects
redirect_maps:
"kwork.md": "https://kwork.ru?ref=34293"
"hosting.md": "https://billing.lite-host.in/aff.php?aff=1544"
#- privacy:
# enabled: !ENV [CI, false]
- tags
- search:
lang:
- en
- ru
- minify: # pip install mkdocs-minify-plugin
minify_html: true
- glightbox: # pip install mkdocs-glightbox
auto_caption: true
caption_position: top
auto_themed: true
- social
# - pub-social: # pip install mkdocs-publisher
# site_name_in_title:
# location: after
# og:
# locale: ru_RU
- blog:
blog_dir: .
authors_file: "posts/.authors.yml"
post_url_format: "{categories}/{slug}"
categories_name: Все рубрики
categories_url_format: "{slug}"
post_readtime: false
post_excerpt: required
blog_toc: true
post_excerpt_max_authors: 0
archive: false
- awesome-nav # pip install mkdocs-awesome-nav
- rss: # pip install mkdocs-rss-plugin
match_path: posts/*
date_from_meta:
as_creation: date
as_update: update
feed_ttl: 1440
image: https://upload.wikimedia.org/wikipedia/commons/thumb/4/43/Feed-icon.svg/128px-Feed-icon.svg.png
length: 12
pretty_print: false
abstract_chars_count: 160 # -1 for full content
abstract_delimiter: <!-- more -->
json_feed_enabled: false
feeds_filenames:
rss_created: rss.xml
rss_updated: rss-updated.xml
categories:
- tags
- macros: # pip install mkdocs-macros-plugin
module_name: hooks/macros