1
0
Fork 0
mirror of https://github.com/tylernguyen/x1c6-hackintosh.git synced 2025-02-05 01:23:14 -06:00
x1c6-hackintosh/mkdocs.yml

136 lines
3.9 KiB
YAML
Raw Normal View History

2022-04-20 02:10:56 -05:00
# ANCHOR Project information
site_name: Hackintosh the Thinkpad X1 Carbon 2018/6th Gen
2022-03-02 17:48:59 -06:00
site_url: https://tylernguyen.github.io/x1c6-hackintosh
site_author: Tyler Nguyen
2022-04-20 02:10:56 -05:00
site_description: >-
macOS on the Thinkpad X1 Carbon 2018/6th Generation, powered by OpenCore.
2022-03-02 17:48:59 -06:00
2022-04-20 02:10:56 -05:00
# ANCHOR Repository
2022-03-02 17:48:59 -06:00
repo_name: tylernguyen/x1c6-hackintosh
repo_url: https://github.com/tylernguyen/x1c6-hackintosh
2022-04-20 02:11:21 -05:00
edit_uri: "edit/main/docs/"
2022-03-02 17:48:59 -06:00
2022-04-20 02:10:56 -05:00
theme:
name: material
2022-07-27 00:19:30 -05:00
custom_dir: material
2022-04-20 02:10:56 -05:00
icon:
2022-08-08 01:19:52 -05:00
repo: fontawesome/brands/github
2022-04-20 02:10:56 -05:00
logo: material/laptop
2022-07-27 00:19:30 -05:00
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
2022-08-08 01:19:52 -05:00
font:
2023-03-23 09:25:20 -05:00
text: Roboto
2022-08-08 01:19:52 -05:00
code: Fira Code
2022-04-20 02:10:56 -05:00
palette:
2022-07-27 00:19:30 -05:00
- scheme: default
2022-04-20 02:11:21 -05:00
accent: deep orange
2022-04-20 02:10:56 -05:00
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
2022-07-27 00:19:30 -05:00
- scheme: slate
2022-04-20 02:11:21 -05:00
accent: amber
2022-04-20 02:10:56 -05:00
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- announce.dismiss # NOTE Dismissable Announcement Banner
2022-07-27 00:19:30 -05:00
- content.tooltips
2022-04-20 02:10:56 -05:00
- 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
2022-08-08 01:13:42 -05:00
- navigation.sections
- navigation.expand
2022-04-20 02:10:56 -05:00
- 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"
2022-04-20 02:11:21 -05:00
generator: false
2022-04-20 02:10:56 -05:00
extra_css:
- stylesheets/extra.css
# ANCHOR PLugins
plugins:
2023-03-23 09:25:20 -05:00
- git-revision-date-localized:
enable_creation_date: true
type: timeago
exclude:
- archive/*
- category/*
2022-04-20 02:10:56 -05:00
- 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
2022-07-27 00:19:30 -05:00
- pymdownx.keys
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.snippets
2022-04-20 02:10:56 -05:00
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
2022-07-27 00:19:30 -05:00
options:
custom_icons:
2023-03-23 09:25:20 -05:00
- material/.icons
2022-04-20 02:10:56 -05:00
- pymdownx.superfences: # NOTE Admoniton, Annotations, MermaidJS
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
2022-04-20 02:11:21 -05:00
- pymdownx.tabbed:
2022-07-27 00:19:30 -05:00
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
2022-04-20 02:10:56 -05:00
# !SECTION
# ANCHOR Page tree
2022-03-02 17:48:59 -06:00
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
2022-08-24 06:54:32 -05:00
- Modding the BIOS: BIOS/modding-the-BIOS.md
2022-03-02 17:48:59 -06:00
- 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
2022-08-02 08:56:35 -05:00
- Technical Details: technical.md