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

37 lines
790 B
YAML
Raw Normal View History

# 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
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:
- 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
- config.plist: config.plist.md
2021-07-17 17:01:50 -05:00
- Patches: Patches.md
- Post Installation: Post-Installation.md
- Issues: Issues.md
2021-07-17 06:23:27 -05:00
theme:
2021-07-17 17:01:50 -05:00
name: material
features:
- header.autohide
- search.highlight
- search.suggest
plugins:
- minify:
minify_html: true
2021-07-18 00:41:10 -05:00
- search
markdown_extensions:
- admonition
2021-07-18 00:41:10 -05:00