The complete guide to modding your Wii (and Wii mini).
Find a file
2023-09-09 09:38:47 -05:00
.bundle major update + rewrite 2016-10-30 17:25:34 -04:00
.github Try to update minimal-mistakes 2021-10-10 14:03:11 -05:00
_data New Crowdin updates (#363) 2023-07-20 14:51:32 -05:00
_includes PWA optimizations (#274) 2022-07-15 17:49:36 +03:00
_layouts Try to update minimal-mistakes 2021-10-10 14:03:02 -05:00
_pages cleaned up WBM pages 2023-09-09 09:38:47 -05:00
_sass Adding pics to BootMii page (#334) 2023-05-21 22:30:54 +00:00
assets update d2x offline ios script 2023-09-02 10:56:27 -05:00
images Added the GCBM page link 2023-09-09 08:29:43 -05:00
.editorconfig Remove ads 2017-10-28 15:08:12 -05:00
.gitattributes Change a few things 2019-07-05 20:29:38 -05:00
.gitignore Adding pics to BootMii page (#334) 2023-05-21 22:30:54 +00:00
_config.yml Fix Turkish and Chinese page loading 2023-01-24 15:42:49 -06:00
banner.js Try to update minimal-mistakes 2021-10-10 14:03:02 -05:00
CNAME Fix CNAME 2021-10-10 14:16:44 -05:00
crowdin.yaml Update Crowdin configuration file 2020-04-05 12:29:19 -05:00
Gemfile Bump jekyll-feed from 0.15.1 to 0.16.0 (#269) 2022-06-24 12:01:11 +02:00
LICENSE.txt Revert to old minimal-mistakes until I can figure out how to fix it; 2019-07-05 20:46:01 -05:00
minimal-mistakes-jekyll.gemspec Try to update minimal-mistakes 2021-10-10 14:03:02 -05:00
package.json Try to update minimal-mistakes 2021-10-10 14:03:02 -05:00
Rakefile Try to update minimal-mistakes 2021-10-10 14:03:02 -05:00
README.md Update README.md 2023-07-27 13:00:43 -04:00
robots.txt Revert to old minimal-mistakes until I can figure out how to fix it; 2019-07-05 20:46:01 -05:00

Wii Guide

License Production List

Wii.guide is the complete guide to modding your Nintendo Wii console. We're here to help people installing Homebrew Channel and many other mods to their consoles, allowing for doing pretty much anything with your console.

The site: wii.guide

Would you like to contribute?

You can translate the site by using Crowdin, a site created to translate projects. You can join here: Wii.guide's Crowdin Page

Running Wii-Guide locally

Installing on Windows:

  1. Download the latest RubyInstaller with devkit from https://rubyinstaller.org/downloads/
  2. Run the installer and on the last screen make sure to have the ridk install step checked
  3. A command prompt window should appear, choose the number for MSYS2 and MINGW development tool chain and press enter.
  4. Open a new command prompt window then continue to Running Jekyll

Installing on Linux:

  1. Install Ruby with sudo apt install ruby ruby-dev build-essentials git -y (Or your package manager equivalent)
  2. Run gem install jekyll bundler
  3. Continue to Running Jekyll

Running Jekyll:

  1. Please follow the installation steps for your platform if you haven't in the past
  2. Navigate to a directory for git to create the Wii-Guide folder in
  3. Run git clone https://github.com/RiiConnect24/Wii-Guide (Or the url of the fork you want to clone)
  4. If you want to use another branch, now run git checkout <branch-name>
  5. Next run bundle install
  6. Finally, run bundle exec jekyll serve --incremental
  7. Navigate to https://localhost:4000, your server should be running!

Notes:

  • From now on you can just run bundle exec jekyll serve --incremental from the Wii-Guide directory
  • When (re)cloning a repository or updating the Gemfile file, run bundle install first
  • If a page isn't updating correctly after making local changes, try removing the --incremental argument first
    • You can also hard refresh the website with Ctrl + Shift + R usually
      • If this doesn't help close your web browser entirely (All windows!) and try again
  • Making a change to a file will regenerate the local webview automatically if jekyll is running