-
-
Notifications
You must be signed in to change notification settings - Fork 109
/
mkdocs.yml
136 lines (128 loc) · 3.93 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
# ANCHOR Project information
site_name: Hackintosh the Thinkpad X1 Carbon 2018/6th Gen
site_url: https://tylernguyen.github.io/x1c6-hackintosh
site_author: Tyler Nguyen
site_description: >-
macOS on the Thinkpad X1 Carbon 2018/6th Generation, powered by OpenCore.
# ANCHOR Repository
repo_name: tylernguyen/x1c6-hackintosh
repo_url: https://github.com/tylernguyen/x1c6-hackintosh
edit_uri: "edit/main/docs/"
theme:
name: material
custom_dir: material
icon:
repo: fontawesome/brands/github
logo: material/laptop
admonition:
note: octicons/tag-16
abstract: octicons/checklist-16
info: octicons/info-16
tip: octicons/squirrel-16
success: octicons/check-16
question: octicons/question-16
warning: octicons/alert-16
failure: octicons/x-circle-16
danger: octicons/zap-16
bug: octicons/bug-16
example: octicons/beaker-16
quote: octicons/quote-16
font:
text: Roboto
code: Fira Code
palette:
- scheme: default
accent: deep orange
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
accent: amber
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- announce.dismiss # NOTE Dismissable Announcement Banner
- content.tooltips
- search.highlight # NOTE Highlight Matched Occurences after a Search
- search.suggest
- navigation.instant # NOTE Instant Loading on Internal Links with XMLHttpRequest (XHR)
- navigation.top # NOTE Back-to-top button
- navigation.tracking # NOTE Update URL with Active Anchor
- navigation.sections
- navigation.expand
- toc.follow # NOTE Anchor following in TOC
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/tylernguyen
# NOTE Hide "Made with Material for MkDocs"
generator: false
extra_css:
- stylesheets/extra.css
# ANCHOR PLugins
plugins:
- git-revision-date-localized:
enable_creation_date: true
type: timeago
exclude:
- archive/*
- category/*
- privacy
- search
- social
- tags
# SECTION Extensions
markdown_extensions:
# ANCHOR Python Markdown
- admonition
- attr_list # NOTE Grid, Annotations, Images, Buttons,
- md_in_html # NOTE Grid, Annotations, Images
- footnotes
- meta # NOTE YAML Front Matter
# ANCHOR Python Markdown Extensions
- pymdownx.details # NOTE Admonition
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.keys
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
options:
custom_icons:
- material/.icons
- pymdownx.superfences: # NOTE Admoniton, Annotations, MermaidJS
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
# !SECTION
# ANCHOR Page tree
nav:
- Home: index.md
- Hardware:
- Parts Replacements: hardware/parts-replacements.md
- Optimizing Hardware: hardware/optimizing-hardware.md
- BIOS:
- Settings for Vanilla BIOS: BIOS/settings-for-vanilla-BIOS.md
- Modding the BIOS: BIOS/modding-the-BIOS.md
- Settings for Modded BIOS: BIOS/settings-for-modded-BIOS.md
- Installing macOS: installing-macOS.md
- Post Installation:
- iCloud, iMessage, FaceTime: post-installation/iServices.md
- Dual Booting: post-installation/dual-booting.md
- Sleep: post-installation/sleep.md
- Display: post-installation/display.md
- Thunderbolt 3: post-installation/thunderbolt-3.md
- Keyboard: post-installation/keyboard.md
- Trackpad: post-installation/trackpad.md
- Issues: issues.md
- Technical Details: technical.md