-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
79 lines (79 loc) · 1.96 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
site_name: cookiecutter-pypackage
site_description: "🐍🍪 Another Python Cookiecutter"
site_url: "https://billsioros.github.io/cookiecutter-pypackage/"
repo_url: "https://github.com/billsioros/cookiecutter-pypackage"
edit_uri: "edit/master/docs/"
repo_name: "billsioros/cookiecutter-pypackage"
copyright: |
Copyright © 2021 <a href="https://github.com/billsioros" target="_blank" rel="noopener">Vasileios Sioros</a>
nav:
- Overview: index.md
- Contributing:
- Contributing Guidelines: CONTRIBUTING.md
- Code Of Conduct: CODE_OF_CONDUCT.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
theme:
name: material
features:
- search.suggest
- content.code.annotate
- content.tabs.link
- content.tooltips
- header.autohide
- navigation.expand
- navigation.indexes
- navigation.instant
- navigation.prune
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow
- toc.integrate
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: teal
toggle:
icon: material/weather-night
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: teal
toggle:
icon: material/weather-sunny
name: Switch to dark mode
font:
text: Roboto
code: Roboto Mono
plugins:
- search
- minify:
minify_html: true
markdown_extensions:
- admonition
- pymdownx.emoji
- pymdownx.magiclink
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tasklist
- toc:
permalink: ¤
- mdx_truly_sane_lists
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/billsioros
version:
provider: mike