-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yaml
61 lines (60 loc) · 1.62 KB
/
mkdocs.yaml
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
# $schema: https://squidfunk.github.io/mkdocs-material/schema.json
site_name: cookiecutter-python
nav:
- index.md
- Contributing 🤝: contributing.md
theme:
favicon: https://juftin.com/favicon.ico
logo: https://raw.githubusercontent.com/juftin/juftin/main/static/juftin.png
name: material
features:
- navigation.tracking
- content.code.annotate
- content.code.copy
- navigation.indexes
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
accent: purple
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
toggle:
icon: material/weather-night
name: Switch to light mode
repo_url: https://github.com/juftin/cookiecutter-python
repo_name: cookiecutter-python
edit_uri: blob/main/docs/
site_author: juftin
remote_branch: gh-pages
copyright: Copyright © 2024 Justin Flannery
extra:
generator: false
markdown_extensions:
- toc:
permalink: "#"
- pymdownx.snippets:
base_path:
- !relative $config_dir
- pymdownx.magiclink
- attr_list
- md_in_html
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.superfences
- markdown.extensions.attr_list
- pymdownx.keys
- pymdownx.tasklist
- pymdownx.tilde
- admonition
- pymdownx.details
- pymdownx.emoji
- pymdownx.tabbed:
alternate_style: true
plugins:
- search
- markdown-exec