2021-07-17 22:37:22 -05:00
|
|
|
# Project information
|
2021-07-17 17:01:50 -05:00
|
|
|
site_name: Hackintosh the Thinkpad X1 Carbon 6th Gen
|
2021-07-18 00:06:48 -05:00
|
|
|
site_url: https://tylernguyen.github.io/x1c6-hackintosh
|
2021-07-17 22:37:22 -05:00
|
|
|
site_author: Tyler Nguyen
|
|
|
|
|
|
|
|
# Repository
|
|
|
|
repo_name: tylernguyen/x1c6-hackintosh
|
|
|
|
repo_url: https://github.com/tylernguyen/x1c6-hackintosh
|
|
|
|
edit_uri: ""
|
|
|
|
|
2021-07-17 06:23:27 -05:00
|
|
|
nav:
|
2021-07-18 00:23:32 -05:00
|
|
|
- Home: index.md
|
2021-07-17 17:01:50 -05:00
|
|
|
- Summary: Summary.md
|
|
|
|
- Hardware: Hardware.md
|
|
|
|
- BIOS: BIOS.md
|
|
|
|
- Getting Started: Getting-Started.md
|
|
|
|
- Post Installation: Post-Installation.md
|
|
|
|
- Issues: Issues.md
|
2021-07-27 01:22:56 -05:00
|
|
|
- Technical Details:
|
|
|
|
- config.plist: config.plist.md
|
|
|
|
- Patches: Patches.md
|
2021-07-27 01:51:23 -05:00
|
|
|
- Keyboard Map: references/keyboard.md
|
|
|
|
- ALC285 Codec: references/ALC285.md
|
2021-07-27 01:22:56 -05:00
|
|
|
- WhateverGreen Intel HD Manual: https://github.com/acidanthera/WhateverGreen/blob/master/Manual/FAQ.IntelHD.en.md
|
|
|
|
- UEFI Secure Boot: https://osy.gitbook.io/hac-mini-guide/details/secure-boot
|
|
|
|
- Thunderbolt 3 (Part 1): https://osy.gitbook.io/hac-mini-guide/details/thunderbolt-3-fix
|
|
|
|
- Thunderbolt 3 (Part 2): https://osy.gitbook.io/hac-mini-guide/details/thunderbolt-3-fix-part-2
|
|
|
|
- Thunderbolt 3 (Part 3): https://osy.gitbook.io/hac-mini-guide/details/thunderbolt-3-fix-part-3
|
2021-07-18 00:23:32 -05:00
|
|
|
|
2021-07-17 06:23:27 -05:00
|
|
|
theme:
|
2021-07-17 17:01:50 -05:00
|
|
|
name: material
|
2021-07-27 01:22:56 -05:00
|
|
|
palette:
|
|
|
|
primary: red
|
|
|
|
accent: yellow
|
2021-07-18 00:23:32 -05:00
|
|
|
features:
|
|
|
|
- header.autohide
|
|
|
|
- search.highlight
|
|
|
|
- search.suggest
|
|
|
|
|
2021-07-17 22:37:22 -05:00
|
|
|
plugins:
|
|
|
|
- minify:
|
2021-07-18 00:23:32 -05:00
|
|
|
minify_html: true
|
2021-07-18 00:41:10 -05:00
|
|
|
- search
|
2021-07-18 00:23:32 -05:00
|
|
|
|
|
|
|
markdown_extensions:
|
|
|
|
- admonition
|
2021-07-18 00:41:10 -05:00
|
|
|
|