forked from Jako/ImagePlus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
61 lines (52 loc) · 1.17 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
site_name: Image+
docs_dir: docs
site_dir: _build/site
edit_uri: tree/master/docs
repo_name: 'Jako/ImagePlus'
repo_url: https://github.com/Jako/ImagePlus
copyright: '© 2015-2018 <a href="https://treehillstudio.com">Treehill Studio</a>'
pages:
- Description: 'index.md'
- Installation: 'installation.md'
- Getting Started: 'getting-started.md'
- Usage: 'usage.md'
- Examples: 'examples.md'
- Contributors: 'contributors.md'
- Donate: 'donate.md'
extra:
matomo:
- //matomo.partout.info/
- 13
theme:
name: null
custom_dir: ../../../mkdocs-material/material
# 404 page
static_templates:
- 404.html
# Don't include MkDocs' JavaScript
include_search_page: false
search_index_only: true
# Default values, taken from mkdocs_theme.yml
language: en
feature:
tabs: false
palette:
primary: #40A0DF
accent: #0080D4
font:
text: Dosis
text_weights: 300,400,700
code: Ubuntu Mono
code_weights: 400,700
head: Ubuntu
head_weights: 400,400i,700,700i
favicon: assets/images/favicon.png
logo:
icon: "\uE80C"
markdown_extensions:
- footnotes
- tables
- admonition
- meta
- toc(permalink=true)
- pymdownx.superfences