-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
84 lines (74 loc) · 1.87 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
80
81
82
83
84
site_name: Cookiecutter Dotfiles
site_url: https://mariovagomarzal.github.io/cookiecutter-dotfiles/
site_author: Mario Vago Marzal
site_description: >-
A cookiecutter template to easily create a dotfiles repository
# Repository
repo_name: mariovagomarzal/cookiecutter-dotfiles
repo_url: https://github.com/mariovagomarzal/cookiecutter-dotfiles
# Copyright
copyright: Copyright © 2023 Mario Vago Marzal
# Configuration
theme:
name: material
# Color paletter
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: green
accent: deep green
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: green
accent: deep green
toggle:
icon: material/brightness-4
name: Switch to system preference
# Favicon and logo
favicon: assets/favicon.ico
logo: assets/logo.png
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- toc.integrate
- navigation.top
- navigation.footer
- content.code.copy
- content.code.annotate
- content.tabs.link
# Plugins
plugin:
- search
# Markdown extensions
markdown_extensions:
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- attr_list
- md_in_html
- def_list
- pymdownx.tasklist:
custom_checkbox: true
# Page tree
nav:
- Home: index.md
- Usage: usage.md
- Contributing: contributing-info.md
- Changelog: changelog-info.md
- License: license-info.md