forked from waynerv/cookiecutter-pypackage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
49 lines (47 loc) · 1.19 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
site_name: Cookiecutter Pypackage
site_url: https://www.waynerv.com/cookiecutter-pypackage
repo_url: https://github.com/waynerv/cookiecutter-pypackage
repo_name: waynerv/cookiecutter-pypackage
nav:
- Introduction: index.md
- Tutorial: tutorial.md
- Console script: console_script_setup.md
- Release checklist: pypi_release_checklist.md
- FAQ: faq.md
- History: history.md
theme:
name: material
language: en
#logo: assets/logo.png
palette:
scheme: preference
primary: indigo
accent: indigo
features:
- navigation.indexes
- navigation.instant
- navigation.tabs.sticky
markdown_extensions:
- pymdownx.highlight:
linenums: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.superfences
- pymdownx.details
- admonition
- toc:
baselevel: 2
permalink: true
slugify: !!python/name:pymdownx.slugs.uslugify
plugins:
- include-markdown
- search:
lang: en
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/waynerv
name: Github
- icon: material/email
link: "mailto:[email protected]"