-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
54 lines (53 loc) · 1.1 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
site_name: regex-rename
repo_name: igrek51/regex-rename
repo_url: https://github.com/igrek51/regex-rename
site_author: igrek51
docs_dir: .
edit_uri: ''
theme:
name: material
icon:
repo: fontawesome/brands/github
logo: material/eraser
palette:
- scheme: default
primary: blue
accent: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: black
accent: light blue
toggle:
icon: material/toggle-switch
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
features:
- navigation.expand
markdown_extensions:
- admonition
- pymdownx.highlight:
use_pygments: true
- pymdownx.superfences
plugins:
- search
- same-dir
- exclude:
glob:
- venv/*
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/igrek51/regex-rename
name: regex-rename on GitHub
extra_css:
- docs/css/termynal.css
- docs/css/custom.css
extra_javascript:
- docs/js/termynal.js
- docs/js/custom.js
nav:
- Home: index.md