-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
88 lines (82 loc) · 2.11 KB
/
mkdocs.yml
File metadata and controls
88 lines (82 loc) · 2.11 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
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
site_name: Dotfiles
site_description: Personal dotfiles managed with chezmoi
site_author: Harry Masson
# Repository
repo_name: dotfiles
repo_url: https://github.com/harrymasson/dotfiles
edit_uri: edit/main/docs/
# Theme
theme:
name: material
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.sections
- navigation.top
- search.suggest
- search.highlight
- content.code.copy
# Extensions
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true
- tables
- toc:
permalink: true
# Plugins
plugins:
- search:
lang: en
# Navigation
nav:
- Home: index.md
- Getting Started:
- Overview: getting-started/index.md
- Install: getting-started/install.md
- Install (work machine): getting-started/install-work.md
- Structure: getting-started/structure.md
- Quick Reference:
- Overview: quick-reference/index.md
- Navigation: quick-reference/navigation.md
- Git: quick-reference/git.md
- Development: quick-reference/development.md
- Sessions & Multitasking: quick-reference/sessions.md
- Remote: quick-reference/remote.md
- Neovim: quick-reference/neovim.md
- Tools:
- Chezmoi: tools/chezmoi.md
- Chezmoi Multi-Context: tools/chezmoi-multi-context.md
- Git: tools/git.md
- Homebrew: tools/homebrew.md
- mise: tools/mise.md
- Neovim: tools/neovim.md
- Tmux: tools/tmux.md
- Zsh: tools/zsh.md
- Archive: archive/past-experiments.md
# Extra
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/harrymasson