-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
51 lines (42 loc) · 1.03 KB
/
Copy pathmkdocs.yml
File metadata and controls
51 lines (42 loc) · 1.03 KB
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
site_name: Software Development Notes
nav:
- Overview: 'index.md'
- Ubuntu: 'ubuntu.md'
- Git: 'git.md'
- Python: 'py.md'
- Network: 'network.md'
- Fish: 'fish.md'
- Shell: 'shell.md'
- Docker: 'docker.md'
- API's: 'apis.md'
# - Databases: 'databases.md'
theme:
name: material
icon:
logo: material/reminder
# :material-reminder:
# logo: assets/rice_48.png
favicon: ./images/ic_reminder_black_18dp.png
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
palette:
primary: 'cyan'
accent: 'amber'
repo_name: dev-notes
repo_url:
docs_dir: dev_notes
markdown_extensions:
- toc:
permalink: 🔖
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tabbed
- pymdownx.superfences
- admonition
- attr_list
extra_css:
- 'css/custom.css'