-
Notifications
You must be signed in to change notification settings - Fork 65
/
Copy pathmkdocs.yml
65 lines (65 loc) · 1.82 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
# Project information
site_name: Blogspot Docs
site_description: 'Документация для разработчиков тем/шаблонов Blogger/Blogspot.'
site_author: 'Pavel Chistyakov'
nav:
- Главная информация: 'index.md'
- Roadmap: 'roadmap.md'
- Виджеты:
- 'Основные виджеты': 'settings/basic-widgets.md'
- 'Все виджеты': 'settings/all-widgets.md'
- 'Доп. возможности': 'settings/extra.md'
- 'Внешние расширения': 'settings/external.md'
- Настройки:
- 'Настройки блога': 'settings/basic-settings.md'
- 'Настройки SEO': 'settings/seo.md'
- 'Дизайнер шаблонов': 'settings/template-designer.md'
- 'Прочие настройки': 'settings/other-settings.md'
theme:
name: 'material'
language: 'ru'
direction: 'ltr'
favicon: 'images/favicon.ico'
logo: 'images/logo.png'
font:
text: 'Roboto'
code: 'monospaced'
palette:
primary: 'deep orange'
accent: 'deep orange'
feature:
tabs: 'true'
extra:
search:
language: 'en, ru'
use_directory_urls: true
# Extensions
markdown_extensions:
- meta
- toc:
permalink: true
- codehilite:
linenums: true
- admonition
- footnotes
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tilde
- pymdownx.betterem:
smart_enable: all
- pymdownx.tasklist:
custom_checkbox: true
# Repository
repo_name: 'web-xaser/blogspot-themes'
repo_url: 'https://github.com/web-xaser/blogspot-themes/docs'
edit_uri: ''
# Congif
docs_dir: 'docs-data'
site_dir: 'docs'
# Copyright
copyright: 'MIT License © 2018 by <a href="https://www.web-xaser.ru" target="_blank" rel="noopener">@web_xaser</a>'
# Analytics
# google_analytics:
# - 'UA-XXXXXXXX-X'
# - 'auto'