860aaafc85
* Update footer.html Dynamic footer links * Rename .txt to .md They are markdown formatted in the actual website, not text files plastered onto the website * Quality of life changes - Merge SD card sections together - Update vWii links - No need for a Table of Contents for a literal one section page. - Merge vWii and Wii Mini sections in the Get Started page - No need to repeat "need help? Join us" in the WiiWare patcher section * FAQ redo - vWii & Wii Mini QNA removed since they're already answered in the guide - Same for firmware question - RiiConnect24 questions related to initail install should be in that page. - Explain error that it's in Wiimifi. - Redesign page to have Questions and answers on separate lines, remove backgrounds and use h3's * More quality of life updates * Move words to locations that make sense * Fix instructions numering in the markdown file itself * Merge 3 pages into one and remove step from str2hax page * Add some more polish * Update priiloader System Menu Hacks list - It is now 4 characters shorter in length - Change descriptions to either remove uneccesary words or add more context Also: Remove bad numbering in dump-games.md
55 lines
1.3 KiB
Markdown
55 lines
1.3 KiB
Markdown
---
|
|
title: "Site Navigation" #
|
|
layout: single
|
|
sitemap: false
|
|
---
|
|
![WiiTutorials](/images/WiiTutorials.jpg)
|
|
|
|
{% capture notice-1 %}
|
|
**Featured**
|
|
|
|
+ [cIOS](cios)
|
|
+ [RiiConnect24](riiconnect24)
|
|
+ [Wiimmfi](wiimmfi)
|
|
{% endcapture %}
|
|
<div class="notice--info">{{ notice-1 | markdownify }}</div>
|
|
|
|
{% capture notice-2 %}
|
|
**RiiConnect24/Wiimmfi**
|
|
+ [RiiConnect24](riiconnect24)
|
|
+ [RiiConnect24 Battery Fix](riiconnect24-batteryfix)
|
|
+ [RiiConnect24 Troubleshooting](riiconnect24-troubleshooting)
|
|
+ [RiiConnect24 vWii](riiconnect24-vwii)
|
|
+ [Wiimmfi](wiimmfi)
|
|
+ [WiiWare Patcher](wiiwarepatcher)
|
|
|
|
**Modding 101**
|
|
* [BootMii Backup](bootmii)
|
|
+ [cIOS](cios)
|
|
+ [FlashHax](flashhax)
|
|
+ [Homebrew Browser](hbb)
|
|
+ [Homebrew Channel](hbc)
|
|
+ [LetterBomb](letterbomb)
|
|
+ [Priiloader](priiloader)
|
|
+ [str2hax](str2hax)
|
|
+ [Wii Mod Lite](wiimodlite)
|
|
|
|
**Homebrew**
|
|
+ [Creating Wii Game Shortcuts](wiigsc)
|
|
+ [How to dump GameCube/Wii games](dump-games)
|
|
+ [How to dump Channels (WADs)](dump-wads)
|
|
+ [Installing RSSMii](rssmii)
|
|
+ [Installing Wii Themes](themes)
|
|
+ [Performing a SysCheck](syscheck)
|
|
+ [Removing RSSMii](rssmii-remove)
|
|
+ [RiiTag](riitag)
|
|
+ [USB Loader GX](usbloadergx)
|
|
+ [Wii Backup Manager](wiibackupmanager)
|
|
|
|
**Site**
|
|
+ [Home](/)
|
|
+ [Get Started](get-started)
|
|
+ [FAQ](faq)
|
|
+ [Donations](donations)
|
|
{% endcapture %}
|
|
<div class="notice--primary">{{ notice-2 | markdownify }}</div>
|