From 4ff1cd0484672b4c016f71a7686d65ac7eb7ffda Mon Sep 17 00:00:00 2001 From: Tyler Nguyen Date: Sun, 18 Jul 2021 00:23:32 -0500 Subject: [PATCH] Mostly done, just need to rewrite/reformat some Markdown --- mkdocs.yml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 4ff5805..185f597 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -9,7 +9,7 @@ repo_url: https://github.com/tylernguyen/x1c6-hackintosh edit_uri: "" nav: - - Home: Index.md + - Home: index.md - Summary: Summary.md - Hardware: Hardware.md - BIOS: BIOS.md @@ -18,10 +18,18 @@ nav: - Patches: Patches.md - Post Installation: Post-Installation.md - Issues: Issues.md + theme: name: material -markdown_extensions: - - admonition + features: + - header.autohide + - search.highlight + - search.suggest + plugins: - minify: - minify_html: true \ No newline at end of file + minify_html: true + +markdown_extensions: + - admonition + - search