-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yaml
92 lines (90 loc) · 2.8 KB
/
mkdocs.yaml
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
85
86
87
88
89
90
91
92
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: dotfiles
nav:
- 🌈 dotfiles:
- 🌈 dotfiles: dotfiles/index.md
- 🏃 QuickStart: dotfiles/quickstart.md
- ✨ Features: dotfiles/features.md
- 🚀 Installation: dotfiles/installation.md
- 📦 Dependencies: dotfiles/dependencies.md
- 💅 Customization: dotfiles/customization.md
- 📔 dev-setup:
- 📔 dev-setup: dev-setup/index.md
- 🍏 Initial Mac Setup: dev-setup/startup.md
- 🎮 Terminal: dev-setup/terminal.md
- 🍎 Apple Silicon: dev-setup/silicon.md
- 🐍 Python: dev-setup/python.md
- 🎚️ Version Control: dev-setup/git.md
- 🤖 Applications & Tools: dev-setup/apps.md
- 🔐 SSH: dev-setup/ssh.md
- ⌨️ AWS: dev-setup/aws.md
- 💁 Productivity Tips: dev-setup/productivity.md
theme:
favicon: https://raw.githubusercontent.com/juftin/juftin/main/static/favicon.ico
logo: https://raw.githubusercontent.com/juftin/juftin/main/static/juftin.png
name: material
features:
- navigation.tracking
- content.code.annotate
- content.code.copy
- navigation.indexes
- navigation.tabs
- tabs
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: deep purple
accent: red
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: deep purple
accent: red
toggle:
icon: material/weather-night
name: Switch to light mode
repo_url: https://github.com/juftin/dotfiles
repo_name: dotfiles
edit_uri: blob/main/docs/
site_author: juftin
remote_branch: gh-pages
extra:
generator: false
exclude_docs: |
gen_pages.py
requirements.txt
dotfiles.png
markdown_extensions:
- toc:
permalink: "#"
- attr_list
- md_in_html
- markdown.extensions.attr_list
- admonition
- pymdownx.details
- 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.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.snippets:
base_path:
- !relative $config_dir
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist
- pymdownx.tilde
plugins:
- search
- gen-files:
scripts:
- docs/gen_pages.py
- section-index
- callouts
- markdown-exec