-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathmkdocs.yml
71 lines (65 loc) · 1.56 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
site_name: The Bash Hackers Wiki
site_url: https://flokoe.github.io/bash-hackers-wiki/
repo_url: https://github.com/flokoe/bash-hackers-wiki
repo_name: flokoe/bash-hackers-wiki
edit_uri: edit/main/docs/
theme:
name: material
custom_dir: overrides
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.sections
- navigation.top
- content.action.view
- content.action.edit
- search.suggest
- search.highlight
- content.code.copy
icon:
repo: fontawesome/brands/github
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
plugins:
- git-revision-date-localized:
enable_creation_date: true
- search
- awesome-pages
- tags:
tags_file: tags.md
- minify:
minify_html: true
minify_css: true
minify_js: true
htmlmin_opts:
remove_comments: true
cache_safe: true
markdown_extensions:
- admonition
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.smartsymbols
- footnotes
- toc:
permalink: true
nav:
- Start: index.md
- ... | regex=^(?!need_love\.md|bash4\.md|wishes\.md|tags\.md)
- tags.md
watch:
- overrides