The complete guide to modding your Wii (and Wii mini).
a572e6a0a3
Made the end of the dump games guide have a functional "notice info" footer, as well as adding a missing guide page (Transferring Save Games) to the site navigation |
||
---|---|---|
.github | ||
_data | ||
_includes | ||
_layouts | ||
_pages | ||
_sass | ||
assets | ||
images | ||
.editorconfig | ||
.gitignore | ||
_config.yml | ||
banner.js | ||
clean_translations.py | ||
CNAME | ||
crowdin.yaml | ||
Gemfile | ||
LICENSE.txt | ||
minimal-mistakes-jekyll.gemspec | ||
package.json | ||
Rakefile | ||
README.md | ||
robots.txt | ||
staticman.yml |
wii.hacks.guide
The complete guide to modding your Nintendo Wii.
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/.