-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
60 lines (54 loc) · 1.63 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
site_name: Python Template
site_dir: public
site_url: https://github.com/ilkersigirci/python-template
site_description: A cookiecutter template for Python projects
site_author: İlker SIĞIRCI
edit_uri: edit/main/docs/
repo_url: https://ilkersigirci.github.io/python-template/
repo_name: ilkersigirci/python-template
copyright: Maintained by <a href="https://blog.ilkerflix.com">İlker SIĞIRCI</a>.
plugins:
- search
nav:
- Home: index.md
- Tutorials:
- Docker: tutorials/docker.md
- IDE Settings: tutorials/ide-settings.md
- Uv: tutorials/uv.md
- Makefile: tutorials/makefile.md
theme:
name: material
feature:
tabs: true
palette:
# Note: Using the system theme works with the insiders version
# https://squidfunk.github.io/mkdocs-material/setup/changing-the-colors/#automatic-light-dark-mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: astral-light
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: astral-dark
toggle:
icon: material/brightness-4
name: Switch to system preference
icon:
repo: fontawesome/brands/github
extra_css:
- stylesheets/custom.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/ilkersigirci/python-template
# - icon: fontawesome/brands/python
# link: https://pypi.org/project/python-template/
markdown_extensions:
- toc:
permalink: true
- pymdownx.arithmatex:
generic: true