The complete guide to modding your Wii (and Wii mini).
Find a file
2023-11-12 18:44:14 -06:00
.github workflow: add dependency caching 2023-10-09 18:52:58 -07:00
_data New Crowdin updates (#17) 2023-10-07 21:51:29 -07:00
_includes head: adapt cookie consent colours to dark skin 2023-10-04 17:20:34 -07:00
_layouts treewide: code readability improvements 2023-10-01 13:05:13 -07:00
_pages Update wiilink guide - wiiconnect24.md 2023-11-12 18:44:14 -06:00
_sass change selection background color to a transparent white 2023-10-04 09:06:21 -07:00
assets priiloader: split it into two pages 2023-10-20 21:23:23 -07:00
images BootMii screenshots overhaul (#21) 2023-10-11 08:57:26 -05:00
.editorconfig Remove ads 2017-10-28 15:08:12 -05:00
.gitignore treewide: import snapshot of minimal mistakes 4.24.0 and guide-specific changes 2023-09-28 19:53:01 -07:00
_config.yml config: don't ship clean_translations.py 2023-10-14 01:16:52 -07:00
banner.js treewide: import snapshot of minimal mistakes 4.24.0 and guide-specific changes 2023-09-28 19:53:01 -07:00
clean_translations.py Add script to clean up after Crowdin 2023-09-30 21:48:50 -07:00
CNAME Point CNAME and robots.txt to new location 2023-10-03 18:34:25 -07:00
crowdin.yaml Update Crowdin configuration file 2020-04-05 12:29:19 -05:00
Gemfile Gemfile: pin jekyll-sass-converter to v2.2 2023-10-01 00:59:29 -07:00
LICENSE.txt Split out licensing according to what is attributed to who 2023-09-28 20:13:04 -07:00
minimal-mistakes-jekyll.gemspec treewide: import snapshot of minimal mistakes 4.24.0 and guide-specific changes 2023-09-28 19:53:01 -07: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 readme: Jekyll is installed from bundle install, so it isn't a prereq 2023-10-04 09:09:12 -07:00
robots.txt Point CNAME and robots.txt to new location 2023-10-03 18:34:25 -07:00
staticman.yml treewide: import snapshot of minimal mistakes 4.24.0 and guide-specific changes 2023-09-28 19:53:01 -07:00

wii.hacks.guide

The complete guide to modding your Nintendo Wii.

https://wii.hacks.guide/

Running the site locally

This requires the following installed on your system:

  • ruby(-dev)
  • bundler

To test the website locally, simply run the following commands:

bundle config set --local path vendor/bundle
bundle install
bundle exec jekyll serve --incremental

The website should now be running on http://127.0.0.1:4000/.