The complete guide to modding your Wii (and Wii mini).
Find a file
2023-10-06 08:48:21 -07:00
.github workflow: This is actually called l10n_master 2023-10-06 08:48:21 -07:00
_data sidebar: fix duplicate cios-mini definition 2023-10-05 00:12: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/en_US treewide: eradicate image alternative names 2023-10-06 08:43:12 -07:00
_sass change selection background color to a transparent white 2023-10-04 09:06:21 -07:00
assets Make OSC optional 2023-10-05 00:18:32 -07:00
images fixup! Remove more top images 2023-10-04 08:40:07 -07: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: sync description with homepage excerpt 2023-10-05 15:48:18 -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/.