diff --git a/docs/BIOS/modding-the-BIOS.md b/docs/BIOS/modding-the-BIOS.md
index 6d2a804..d56ec6c 100644
--- a/docs/BIOS/modding-the-BIOS.md
+++ b/docs/BIOS/modding-the-BIOS.md
@@ -1,7 +1,7 @@
!!! Danger
- As of of July 16th, 2021: the BIOS mod will break TPM. Hence, Windows 11 will not work. Consider this if you wish to proceed.
+ The BIOS mod may permanently break TPM. Consider this if you wish to proceed.
-A modded BIOS will allow for more optimizations to be made for macOS and will overall make your hackintosh better. I am a BIOS modding novice myself, but with these instructions, I was able to mod my x1c6 BIOS in less than one hour. I fully recommend doing this for all who think themselves capable. Furthermore, the default `config.plist` for this repository is meant to accommodate a modded BIOS with appropriate settings. If you cannot mod your BIOS or is unwilling to do so, use `config_unmoddedBIOS.plist`.
+A modded BIOS will allow for more optimizations to be made for macOS and will overall make your hackintosh better. I am a BIOS modding novice myself, but with these instructions, I was able to mod my x1c6 BIOS in less than one hour. I fully recommend doing this for all who think themselves capable. Furthermore, the default `config.plist` for this repository is meant to accommodate a modded BIOS with appropriate settings. If you cannot mod your BIOS or is unwilling to do so, use `Vanilla BIOS.plist`.
[SPI Programmer CH341a and SOIC8 connector](https://www.amazon.com/Organizer-Socket-Adpter-Programmer-CH341A/dp/B07R5LPTYM) are needed.
diff --git a/material/footer.html b/material/footer.html
new file mode 100644
index 0000000..7bdd2ef
--- /dev/null
+++ b/material/footer.html
@@ -0,0 +1,40 @@
+
\ No newline at end of file
diff --git a/mkdocs.yml b/mkdocs.yml
index 2f8b3ae..2e947db 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -12,26 +12,37 @@ edit_uri: "edit/main/docs/"
theme:
name: material
- custom_dir: overrides
+ custom_dir: material
icon:
repo: fontawesome/brands/git
logo: material/laptop
- custom_dir: docs/overrides
+ 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
palette:
- - media: "(prefers-color-scheme: light)"
- scheme: default
+ - scheme: default
accent: deep orange
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- - media: "(prefers-color-scheme: dark)"
- scheme: slate
+ - 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)
@@ -72,16 +83,25 @@ markdown_extensions:
- 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:
+ - theme/.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
+ alternate_style: true
+ - pymdownx.tasklist:
+ custom_checkbox: true
# !SECTION
# ANCHOR Page tree